Color Hex Logo

#87796a Color Hex

#87796A
(135,121,106)
0 Favorites   0 Comments

Color spaces of #87796a

RGB 135121106
HSL0.090.120.47
HSV31°21°53°
CMYK 0.000.100.21   0.47
XYZ19.430619.866216.4461
Yxy19.86620.34860.3564
Hunter Lab44.5715-0.18459.3231
CIE-Lab51.68562.797410.1875

#87796a color RGB value is (135,121,106).

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

The process color (four color CMYK) of #87796a color hex is 0.00, 0.10, 0.21, 0.47. Web safe color of #87796a is #996666. Color #87796a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111001 01101010
Octal 207 171 152
Decimal 135 121 106
Hex 87 79 6A

RGB Percentages of Color #87796a

%37.29
%33.43
%29.28

CMYK Percentages of Color #87796a

%0
%10
%21
%47

Triadic Colors of #87796a

#87796a #6a8779 #796a87

Analogous Colors of #87796a

#87796a #87876a #876b6a

Monochromatic Colors of #87796a

#87796a

Complementary Color

#87796a #6a7887

#87796a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87796a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87796a Color CSS Codes

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

#87796a Text Font Color

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

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


#87796a Background Color

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

This div background color is #87796a


#87796a Border Color

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

This div border color is #87796a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,121,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 #87796a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87796a


Comments

No comments written yet.

Please login to write comment.