Color Hex Logo

#72703c Color Hex

#72703C
(114,112,60)
0 Favorites   0 Comments

Color spaces of #72703c

RGB 11411260
HSL0.160.310.34
HSV58°47°45°
CMYK 0.000.020.47   0.55
XYZ13.549215.49206.5511
Yxy15.49200.38070.4353
Hunter Lab39.3599-7.433117.6836
CIE-Lab46.3008-7.344929.0455

#72703c color RGB value is (114,112,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110000 00111100
Octal 162 160 74
Decimal 114 112 60
Hex 72 70 3C

RGB Percentages of Color #72703c

%39.86
%39.16
%20.98

CMYK Percentages of Color #72703c

%0
%2
%47
%55

Triadic Colors of #72703c

#72703c #3c7270 #703c72

Analogous Colors of #72703c

#72703c #59723c #72553c

Monochromatic Colors of #72703c

#72703c

Complementary Color

#72703c #3c3e72

#72703c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72703c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72703c Color CSS Codes

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

#72703c Text Font Color

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

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


#72703c Background Color

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

This div background color is #72703c


#72703c Border Color

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

This div border color is #72703c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72703c


Comments

No comments written yet.

Please login to write comment.