Color Hex Logo

#87976d Color Hex

#87976D
(135,151,109)
0 Favorites   0 Comments

Color spaces of #87976d

RGB 135151109
HSL0.230.170.51
HSV83°28°59°
CMYK 0.110.000.28   0.41
XYZ23.818628.388218.6921
Yxy28.38820.33600.4004
Hunter Lab53.2806-13.444216.4961
CIE-Lab60.2378-13.380120.2895

#87976d color RGB value is (135,151,109).

#87976d hex color red value is 135, green value is 151 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #87976d hue: 0.23 , saturation: 0.17 and the lightness value of 87976d is 0.51.

The process color (four color CMYK) of #87976d color hex is 0.11, 0.00, 0.28, 0.41. Web safe color of #87976d is #999966. Color #87976d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010111 01101101
Octal 207 227 155
Decimal 135 151 109
Hex 87 97 6D

RGB Percentages of Color #87976d

%34.18
%38.23
%27.59

CMYK Percentages of Color #87976d

%11
%0
%28
%41

Triadic Colors of #87976d

#87976d #6d8797 #976d87

Analogous Colors of #87976d

#87976d #72976d #97926d

Monochromatic Colors of #87976d

#87976d

Complementary Color

#87976d #7d6d97

#87976d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87976d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87976d Color CSS Codes

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

#87976d Text Font Color

<p style="color:#87976d">Text here</p>

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


#87976d Background Color

<div style="background-color:#87976d">
Div content here</div>

This div background color is #87976d


#87976d Border Color

<div style="border:3px solid #87976d">
Div here</div>

This div border color is #87976d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,151,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87976d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87976d;
  -webkit-box-shadow: 1px 1px 3px 2px #87976d;
  box-shadow:         1px 1px 3px 2px #87976d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,151,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87976d


Comments

No comments written yet.

Please login to write comment.