#87988C

Color #87988C Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #87988C

Tints of Envy #87988C

Color information

#87988C (or 0x87988C) is unknown color: approx Envy. HEX triplet: 87, 98 and 8C. RGB value is (135,152,140). Sum of RGB (Red+Green+Blue) = 135+152+140=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #87988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87988C is #786773. Grayscale: #919191. Windows color (decimal): -7890804 or 9214087. OLE color: 9214087.

HSL color Cylindrical-coordinate representation of color #87988C: hue angle of 137.65º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #87988C is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB135152140-
CMYK0.1100.080.40
HSL137.65º7.62%56.27%-
HSV(B)137.65º11.18%59.61%-
XYZ25.9529.529.14-
YUV145.55124.87120.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 140 (55.08% from 255) = 32.79%
R=31.62%
G=35.60%
B=32.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351521400.1100.080.40137.657.6256.27
Hex87988CB08288a838
Octal20723021413010502121070
Binary100001111001100010001100101101000101000100010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87988C; }

 p { color: rgb(135,152,140); }

 H1.HeaderClassName
 {
   color: #87988C;
 }
 .AnyTagClassName
 {
   color: #87988C;
 }
</style>
background-color css

<style>
 a { background-color: #87988C; }

 a { background-color: rgb(135,152,140); }

 div.DivClassName
 {
   background-color: #87988C;
 }
 .BgClassName
 {
   background-color: #87988C;
 }
</style>
border-color css

<style>
 span { border-color: #87988C; }

 span { border-color: rgb(135,152,140); }

 td.TdClassName
 {
   border-color: #87988C;
 }
 .TagClassName
 {
   border-color: #87988C;
 }
</style>