#87908A

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

Shades of Envy #87908A

Tints of Envy #87908A

Color information

#87908A (or 0x87908A) is unknown color: approx Envy. HEX triplet: 87, 90 and 8A. RGB value is (135,144,138). Sum of RGB (Red+Green+Blue) = 135+144+138=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 144 - color contains mainly: green. Hex color #87908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87908A is #786F75. Grayscale: #8C8C8C. Windows color (decimal): -7892854 or 9080967. OLE color: 9080967.

HSL color Cylindrical-coordinate representation of color #87908A: hue angle of 140º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #87908A is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB135144138-
CMYK0.0600.040.44
HSL140º3.9%54.71%-
HSV(B)140º6.25%56.47%-
XYZ24.5526.9327.95-
YUV140.62126.52123.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=32.37%
G=34.53%
B=33.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351441380.0600.040.441403.954.71
Hex87908A6042C8c437
Octal20722021260454214467
Binary100001111001000010001010110010010110010001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87908A; }

 p { color: rgb(135,144,138); }

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

<style>
 a { background-color: #87908A; }

 a { background-color: rgb(135,144,138); }

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

<style>
 span { border-color: #87908A; }

 span { border-color: rgb(135,144,138); }

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