Color Hex Logo

#87777f Color Hex

#87777F
(135,119,127)
0 Favorites   0 Comments

Color spaces of #87777f

RGB 135119127
HSL0.920.060.50
HSV330°12°53°
CMYK 0.000.120.06   0.47
XYZ20.419319.876922.8391
Yxy19.87690.32340.3148
Hunter Lab44.58353.73200.8356
CIE-Lab51.69777.6585-2.1125

#87777f color RGB value is (135,119,127).

#87777f hex color red value is 135, green value is 119 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #87777f hue: 0.92 , saturation: 0.06 and the lightness value of 87777f is 0.50.

The process color (four color CMYK) of #87777f color hex is 0.00, 0.12, 0.06, 0.47. Web safe color of #87777f is #996666. Color #87777f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110111 01111111
Octal 207 167 177
Decimal 135 119 127
Hex 87 77 7F

RGB Percentages of Color #87777f

%35.43
%31.23
%33.33

CMYK Percentages of Color #87777f

%0
%12
%6
%47

Triadic Colors of #87777f

#87777f #7f8777 #777f87

Analogous Colors of #87777f

#87777f #877777 #877787

Monochromatic Colors of #87777f

#87777f

Complementary Color

#87777f #77877f

#87777f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87777f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87777f Color CSS Codes

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

#87777f Text Font Color

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

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


#87777f Background Color

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

This div background color is #87777f


#87777f Border Color

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

This div border color is #87777f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87777f


Comments

No comments written yet.

Please login to write comment.