Color Hex Logo

#72704c Color Hex

#72704C
(114,112,76)
0 Favorites   0 Comments

Color spaces of #72704c

RGB 11411276
HSL0.160.200.37
HSV57°33°45°
CMYK 0.000.020.33   0.55
XYZ14.038115.68769.1256
Yxy15.68760.36130.4038
Hunter Lab39.6076-6.047614.0649
CIE-Lab46.5619-5.365820.3407

#72704c color RGB value is (114,112,76).

#72704c hex color red value is 114, green value is 112 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #72704c hue: 0.16 , saturation: 0.20 and the lightness value of 72704c is 0.37.

The process color (four color CMYK) of #72704c color hex is 0.00, 0.02, 0.33, 0.55. Web safe color of #72704c is #666633. Color #72704c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110000 01001100
Octal 162 160 114
Decimal 114 112 76
Hex 72 70 4C

RGB Percentages of Color #72704c

%37.75
%37.09
%25.17

CMYK Percentages of Color #72704c

%0
%2
%33
%55

Triadic Colors of #72704c

#72704c #4c7270 #704c72

Analogous Colors of #72704c

#72704c #61724c #725d4c

Monochromatic Colors of #72704c

#72704c

Complementary Color

#72704c #4c4e72

#72704c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72704c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72704c Color CSS Codes

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

#72704c Text Font Color

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

This sample text font color is #72704c
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.


#72704c Background Color

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

This div background color is #72704c


#72704c Border Color

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

This div border color is #72704c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72704c


Comments

No comments written yet.

Please login to write comment.