#879C8D

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

Shades of Envy #879C8D

Tints of Envy #879C8D

Color information

#879C8D (or 0x879C8D) is unknown color: approx Envy. HEX triplet: 87, 9C and 8D. RGB value is (135,156,141). Sum of RGB (Red+Green+Blue) = 135+156+141=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 156 - color contains mainly: green. Hex color #879C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879C8D is #786372. Grayscale: #949494. Windows color (decimal): -7889779 or 9280647. OLE color: 9280647.

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

Color convert

RGB135156141-
CMYK0.1300.100.39
HSL137.14º9.59%57.06%-
HSV(B)137.14º13.46%61.18%-
XYZ26.6930.8529.75-
YUV148.01124.04118.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.25%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=31.25%
G=36.11%
B=32.64%

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
Decimal1351561410.1300.100.39137.149.5957.06
Hex879C8DD0A2789a39
Octal20723421515012472111271
Binary100001111001110010001101110101010100111100010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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