Color Hex Logo

#73725c Color Hex

#73725C
(115,114,92)
0 Favorites   0 Comments

Color spaces of #73725c

RGB 11511492
HSL0.160.110.41
HSV57°20°45°
CMYK 0.000.010.20   0.55
XYZ15.019316.452212.5092
Yxy16.45220.34150.3741
Hunter Lab40.5613-4.886210.1077
CIE-Lab47.5623-3.658012.3632

#73725c color RGB value is (115,114,92).

#73725c hex color red value is 115, green value is 114 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #73725c hue: 0.16 , saturation: 0.11 and the lightness value of 73725c is 0.41.

The process color (four color CMYK) of #73725c color hex is 0.00, 0.01, 0.20, 0.55. Web safe color of #73725c is #666666. Color #73725c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110010 01011100
Octal 163 162 134
Decimal 115 114 92
Hex 73 72 5C

RGB Percentages of Color #73725c

%35.83
%35.51
%28.66

CMYK Percentages of Color #73725c

%0
%1
%20
%55

Triadic Colors of #73725c

#73725c #5c7372 #725c73

Analogous Colors of #73725c

#73725c #69735c #73675c

Monochromatic Colors of #73725c

#73725c

Complementary Color

#73725c #5c5d73

#73725c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73725c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73725c Color CSS Codes

.mybgcolor {background-color:#73725c; } 
.myforecolor {color:#73725c; }
.mybordercolor {border:3px solid #73725c; }

#73725c Text Font Color

<p style="color:#73725c">Text here</p>

This sample text font color is #73725c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#73725c Background Color

<div style="background-color:#73725c">
Div content here</div>

This div background color is #73725c


#73725c Border Color

<div style="border:3px solid #73725c">
Div here</div>

This div border color is #73725c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,114,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73725c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73725c;
  -webkit-box-shadow: 1px 1px 3px 2px #73725c;
  box-shadow:         1px 1px 3px 2px #73725c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,114,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #73725c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #73725c;
  -webkit-box-shadow: 1px 1px 3px 2px #73725c;
  box-shadow:         1px 1px 3px 2px #73725c;">
Div content here</div>

This div box has shadow with color #73725c


Comments

No comments written yet.

Please login to write comment.