Color Hex Logo

#72885b Color Hex

#72885B
(114,136,91)
0 Favorites   0 Comments

Color spaces of #72885b

RGB 11413691
HSL0.250.200.45
HSV89°33°53°
CMYK 0.160.000.33   0.47
XYZ17.631921.941113.2033
Yxy21.94110.33410.4157
Hunter Lab46.8413-14.781816.0767
CIE-Lab53.9645-16.409921.6355

#72885b color RGB value is (114,136,91).

#72885b hex color red value is 114, green value is 136 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #72885b hue: 0.25 , saturation: 0.20 and the lightness value of 72885b is 0.45.

The process color (four color CMYK) of #72885b color hex is 0.16, 0.00, 0.33, 0.47. Web safe color of #72885b is #669966. Color #72885b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001000 01011011
Octal 162 210 133
Decimal 114 136 91
Hex 72 88 5B

RGB Percentages of Color #72885b

%33.43
%39.88
%26.69

CMYK Percentages of Color #72885b

%16
%0
%33
%47

Triadic Colors of #72885b

#72885b #5b7288 #885b72

Analogous Colors of #72885b

#72885b #5c885b #88885b

Monochromatic Colors of #72885b

#72885b

Complementary Color

#72885b #715b88

#72885b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72885b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72885b Color CSS Codes

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

#72885b Text Font Color

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

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


#72885b Background Color

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

This div background color is #72885b


#72885b Border Color

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

This div border color is #72885b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72885b


Comments

No comments written yet.

Please login to write comment.