Color Hex Logo

#87917b Color Hex

#87917B
(135,145,123)
0 Favorites   0 Comments

Color spaces of #87917b

RGB 135145123
HSL0.240.090.53
HSV87°15°57°
CMYK 0.070.000.15   0.43
XYZ23.692226.831822.6692
Yxy26.83180.32370.3666
Hunter Lab51.7994-9.006010.3123
CIE-Lab58.8183-7.820110.4597

#87917b color RGB value is (135,145,123).

#87917b hex color red value is 135, green value is 145 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #87917b hue: 0.24 , saturation: 0.09 and the lightness value of 87917b is 0.53.

The process color (four color CMYK) of #87917b color hex is 0.07, 0.00, 0.15, 0.43. Web safe color of #87917b is #999966. Color #87917b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010001 01111011
Octal 207 221 173
Decimal 135 145 123
Hex 87 91 7B

RGB Percentages of Color #87917b

%33.50
%35.98
%30.52

CMYK Percentages of Color #87917b

%7
%0
%15
%43

Triadic Colors of #87917b

#87917b #7b8791 #917b87

Analogous Colors of #87917b

#87917b #7c917b #91907b

Monochromatic Colors of #87917b

#87917b

Complementary Color

#87917b #857b91

#87917b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87917b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87917b Color CSS Codes

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

#87917b Text Font Color

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

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


#87917b Background Color

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

This div background color is #87917b


#87917b Border Color

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

This div border color is #87917b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,145,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87917b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87917b;
  -webkit-box-shadow: 1px 1px 3px 2px #87917b;
  box-shadow:         1px 1px 3px 2px #87917b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87917b


Comments

No comments written yet.

Please login to write comment.