#879C8A

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

Shades of Envy #879C8A

Tints of Envy #879C8A

Color information

#879C8A (or 0x879C8A) is unknown color: approx Envy. HEX triplet: 87, 9C and 8A. RGB value is (135,156,138). Sum of RGB (Red+Green+Blue) = 135+156+138=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 156 - color contains mainly: green. Hex color #879C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879C8A is #786375. Grayscale: #939393. Windows color (decimal): -7889782 or 9084039. OLE color: 9084039.

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

Color convert

RGB135156138-
CMYK0.1300.120.39
HSL128.57º9.59%57.06%-
HSV(B)128.57º13.46%61.18%-
XYZ26.4730.7628.59-
YUV147.67122.54118.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.47%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=31.47%
G=36.36%
B=32.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351561380.1300.120.39128.579.5957.06
Hex879C8AD0C2781a39
Octal20723421215014472011271
Binary100001111001110010001010110101100100111100000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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