#879C8C

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

Shades of Envy #879C8C

Tints of Envy #879C8C

Color information

#879C8C (or 0x879C8C) is unknown color: approx Envy. HEX triplet: 87, 9C and 8C. RGB value is (135,156,140). Sum of RGB (Red+Green+Blue) = 135+156+140=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 156 - color contains mainly: green. Hex color #879C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879C8C is #786373. Grayscale: #939393. Windows color (decimal): -7889780 or 9215111. OLE color: 9215111.

HSL color Cylindrical-coordinate representation of color #879C8C: hue angle of 134.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879C8C is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB135156140-
CMYK0.1300.100.39
HSL134.29º9.59%57.06%-
HSV(B)134.29º13.46%61.18%-
XYZ26.6130.8229.36-
YUV147.9123.54118.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.32%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=31.32%
G=36.19%
B=32.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351561400.1300.100.39134.299.5957.06
Hex879C8CD0A2786a39
Octal20723421415012472061271
Binary100001111001110010001100110101010100111100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879C8C; }

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

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

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

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

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

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

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

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