#879B8C

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

Shades of Envy #879B8C

Tints of Envy #879B8C

Color information

#879B8C (or 0x879B8C) is unknown color: approx Envy. HEX triplet: 87, 9B and 8C. RGB value is (135,155,140). Sum of RGB (Red+Green+Blue) = 135+155+140=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #879B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879B8C is #786473. Grayscale: #939393. Windows color (decimal): -7890036 or 9214855. OLE color: 9214855.

HSL color Cylindrical-coordinate representation of color #879B8C: hue angle of 135º degrees, saturation: 0.09, 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 #879B8C is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB135155140-
CMYK0.1300.100.39
HSL135º9.09%56.86%-
HSV(B)135º12.9%60.78%-
XYZ26.4530.4929.3-
YUV147.31123.87119.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.40%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=31.40%
G=36.05%
B=32.56%

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
Decimal1351551400.1300.100.391359.0956.86
Hex879B8CD0A2787939
Octal20723321415012472071171
Binary100001111001101110001100110101010100111100001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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