#879989

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

Shades of Envy #879989

Tints of Envy #879989

Color information

#879989 (or 0x879989) is unknown color: approx Envy. HEX triplet: 87, 99 and 89. RGB value is (135,153,137). Sum of RGB (Red+Green+Blue) = 135+153+137=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #879989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879989 is #786676. Grayscale: #919191. Windows color (decimal): -7890551 or 9017735. OLE color: 9017735.

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

Color convert

RGB135153137-
CMYK0.1200.100.4
HSL126.67º8.11%56.47%-
HSV(B)126.67º11.76%60%-
XYZ25.929.7428.04-
YUV145.79123.04120.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.76%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=31.76%
G=36%
B=32.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351531370.1200.100.4126.678.1156.47
Hex879989C0A287f838
Octal20723121114012501771070
Binary10000111100110011000100111000101010100011111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879989; }

 p { color: rgb(135,153,137); }

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

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

 a { background-color: rgb(135,153,137); }

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

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

 span { border-color: rgb(135,153,137); }

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