Color Hex Logo

#72886a Color Hex

#72886A
(114,136,106)
0 Favorites   0 Comments

Color spaces of #72886a

RGB 114136106
HSL0.290.120.47
HSV104°22°53°
CMYK 0.160.000.22   0.47
XYZ18.345122.226316.9589
Yxy22.22630.31890.3863
Hunter Lab47.1448-13.045011.6736
CIE-Lab54.2663-13.916713.5413

#72886a color RGB value is (114,136,106).

#72886a hex color red value is 114, green value is 136 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #72886a hue: 0.29 , saturation: 0.12 and the lightness value of 72886a is 0.47.

The process color (four color CMYK) of #72886a color hex is 0.16, 0.00, 0.22, 0.47. Web safe color of #72886a is #669966. Color #72886a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001000 01101010
Octal 162 210 152
Decimal 114 136 106
Hex 72 88 6A

RGB Percentages of Color #72886a

%32.02
%38.20
%29.78

CMYK Percentages of Color #72886a

%16
%0
%22
%47

Triadic Colors of #72886a

#72886a #6a7288 #886a72

Analogous Colors of #72886a

#72886a #6a8871 #81886a

Monochromatic Colors of #72886a

#72886a

Complementary Color

#72886a #806a88

#72886a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72886a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72886a Color CSS Codes

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

#72886a Text Font Color

<p style="color:#72886a">Text here</p>

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


#72886a Background Color

<div style="background-color:#72886a">
Div content here</div>

This div background color is #72886a


#72886a Border Color

<div style="border:3px solid #72886a">
Div here</div>

This div border color is #72886a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,136,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72886a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72886a;
  -webkit-box-shadow: 1px 1px 3px 2px #72886a;
  box-shadow:         1px 1px 3px 2px #72886a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72886a


Comments

No comments written yet.

Please login to write comment.