Color Hex Logo

#87978e Color Hex

#87978E
(135,151,142)
0 Favorites   0 Comments

Color spaces of #87978e

RGB 135151142
HSL0.410.070.56
HSV146°11°59°
CMYK 0.110.000.06   0.41
XYZ25.940829.237129.8673
Yxy29.23710.30500.3438
Hunter Lab54.0713-8.98925.1000
CIE-Lab60.9903-7.52642.7922

#87978e color RGB value is (135,151,142).

#87978e hex color red value is 135, green value is 151 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #87978e hue: 0.41 , saturation: 0.07 and the lightness value of 87978e is 0.56.

The process color (four color CMYK) of #87978e color hex is 0.11, 0.00, 0.06, 0.41. Web safe color of #87978e is #999999. Color #87978e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010111 10001110
Octal 207 227 216
Decimal 135 151 142
Hex 87 97 8E

RGB Percentages of Color #87978e

%31.54
%35.28
%33.18

CMYK Percentages of Color #87978e

%11
%0
%6
%41

Triadic Colors of #87978e

#87978e #8e8797 #978e87

Analogous Colors of #87978e

#87978e #879796 #889787

Monochromatic Colors of #87978e

#87978e

Complementary Color

#87978e #978790

#87978e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87978e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87978e Color CSS Codes

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

#87978e Text Font Color

<p style="color:#87978e">Text here</p>

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


#87978e Background Color

<div style="background-color:#87978e">
Div content here</div>

This div background color is #87978e


#87978e Border Color

<div style="border:3px solid #87978e">
Div here</div>

This div border color is #87978e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87978e


Comments

No comments written yet.

Please login to write comment.