Color Hex Logo

#72864e Color Hex

#72864E
(114,134,78)
0 Favorites   0 Comments

Color spaces of #72864e

RGB 11413478
HSL0.230.260.42
HSV81°42°53°
CMYK 0.150.000.42   0.47
XYZ16.839721.177710.4079
Yxy21.17770.34770.4373
Hunter Lab46.0192-15.215618.8042
CIE-Lab53.1434-17.207327.7669

#72864e color RGB value is (114,134,78).

#72864e hex color red value is 114, green value is 134 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #72864e hue: 0.23 , saturation: 0.26 and the lightness value of 72864e is 0.42.

The process color (four color CMYK) of #72864e color hex is 0.15, 0.00, 0.42, 0.47. Web safe color of #72864e is #669966. Color #72864e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000110 01001110
Octal 162 206 116
Decimal 114 134 78
Hex 72 86 4E

RGB Percentages of Color #72864e

%34.97
%41.10
%23.93

CMYK Percentages of Color #72864e

%15
%0
%42
%47

Triadic Colors of #72864e

#72864e #4e7286 #864e72

Analogous Colors of #72864e

#72864e #56864e #867e4e

Monochromatic Colors of #72864e

#72864e

Complementary Color

#72864e #624e86

#72864e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72864e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72864e Color CSS Codes

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

#72864e Text Font Color

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

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


#72864e Background Color

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

This div background color is #72864e


#72864e Border Color

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

This div border color is #72864e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72864e


Comments

No comments written yet.

Please login to write comment.