Color Hex Logo

#72700f Color Hex

#72700F
(114,112,15)
0 Favorites   0 Comments

Color spaces of #72700f

RGB 11411215
HSL0.160.770.25
HSV59°87°45°
CMYK 0.000.020.87   0.55
XYZ12.819815.20022.7102
Yxy15.20020.41720.4946
Hunter Lab38.9874-9.533923.1697
CIE-Lab45.9072-10.421948.3413

#72700f color RGB value is (114,112,15).

#72700f hex color red value is 114, green value is 112 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #72700f hue: 0.16 , saturation: 0.77 and the lightness value of 72700f is 0.25.

The process color (four color CMYK) of #72700f color hex is 0.00, 0.02, 0.87, 0.55. Web safe color of #72700f is #666600. Color #72700f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110000 00001111
Octal 162 160 17
Decimal 114 112 15
Hex 72 70 F

RGB Percentages of Color #72700f

%47.30
%46.47
%6.22

CMYK Percentages of Color #72700f

%0
%2
%87
%55

Triadic Colors of #72700f

#72700f #0f7270 #700f72

Analogous Colors of #72700f

#72700f #42720f #723f0f

Monochromatic Colors of #72700f

#72700f

Complementary Color

#72700f #0f1172

#72700f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72700f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72700f Color CSS Codes

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

#72700f Text Font Color

<p style="color:#72700f">Text here</p>

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


#72700f Background Color

<div style="background-color:#72700f">
Div content here</div>

This div background color is #72700f


#72700f Border Color

<div style="border:3px solid #72700f">
Div here</div>

This div border color is #72700f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72700f


Comments

No comments written yet.

Please login to write comment.