Color Hex Logo

#87897f Color Hex

#87897F
(135,137,127)
0 Favorites   0 Comments

Color spaces of #87897f

RGB 135137127
HSL0.200.040.52
HSV72°54°
CMYK 0.010.000.07   0.46
XYZ22.768124.574523.6220
Yxy24.57450.32080.3463
Hunter Lab49.5727-4.76946.4484
CIE-Lab56.6585-2.65605.0978

#87897f color RGB value is (135,137,127).

#87897f hex color red value is 135, green value is 137 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #87897f hue: 0.20 , saturation: 0.04 and the lightness value of 87897f is 0.52.

The process color (four color CMYK) of #87897f color hex is 0.01, 0.00, 0.07, 0.46. Web safe color of #87897f is #999966. Color #87897f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001001 01111111
Octal 207 211 177
Decimal 135 137 127
Hex 87 89 7F

RGB Percentages of Color #87897f

%33.83
%34.34
%31.83

CMYK Percentages of Color #87897f

%1
%0
%7
%46

Triadic Colors of #87897f

#87897f #7f8789 #897f87

Analogous Colors of #87897f

#87897f #82897f #89867f

Monochromatic Colors of #87897f

#87897f

Complementary Color

#87897f #817f89

#87897f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87897f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87897f Color CSS Codes

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

#87897f Text Font Color

<p style="color:#87897f">Text here</p>

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


#87897f Background Color

<div style="background-color:#87897f">
Div content here</div>

This div background color is #87897f


#87897f Border Color

<div style="border:3px solid #87897f">
Div here</div>

This div border color is #87897f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,137,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87897f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87897f;
  -webkit-box-shadow: 1px 1px 3px 2px #87897f;
  box-shadow:         1px 1px 3px 2px #87897f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87897f


Comments

No comments written yet.

Please login to write comment.