Color Hex Logo

#72864b Color Hex

#72864B
(114,134,75)
0 Favorites   0 Comments

Color spaces of #72864b

RGB 11413475
HSL0.220.280.41
HSV80°44°53°
CMYK 0.150.000.44   0.47
XYZ16.734521.13569.8542
Yxy21.13560.35060.4429
Hunter Lab45.9735-15.479019.4729
CIE-Lab53.0976-17.595729.3391

#72864b color RGB value is (114,134,75).

#72864b hex color red value is 114, green value is 134 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #72864b hue: 0.22 , saturation: 0.28 and the lightness value of 72864b is 0.41.

The process color (four color CMYK) of #72864b color hex is 0.15, 0.00, 0.44, 0.47. Web safe color of #72864b is #669933. Color #72864b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000110 01001011
Octal 162 206 113
Decimal 114 134 75
Hex 72 86 4B

RGB Percentages of Color #72864b

%35.29
%41.49
%23.22

CMYK Percentages of Color #72864b

%15
%0
%44
%47

Triadic Colors of #72864b

#72864b #4b7286 #864b72

Analogous Colors of #72864b

#72864b #55864b #867d4b

Monochromatic Colors of #72864b

#72864b

Complementary Color

#72864b #5f4b86

#72864b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72864b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72864b Color CSS Codes

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

#72864b Text Font Color

<p style="color:#72864b">Text here</p>

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


#72864b Background Color

<div style="background-color:#72864b">
Div content here</div>

This div background color is #72864b


#72864b Border Color

<div style="border:3px solid #72864b">
Div here</div>

This div border color is #72864b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,134,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72864b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72864b;
  -webkit-box-shadow: 1px 1px 3px 2px #72864b;
  box-shadow:         1px 1px 3px 2px #72864b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72864b


Comments

No comments written yet.

Please login to write comment.