Shades of Envy #879C8A
Tints of Envy #879C8A
RGB
CMYK
RGB Variations
Color information
#879C8A (or 0x879C8A) is known color: 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
| RGB | 135 | 156 | 138 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.39 |
| HSL | 128.57º | 0.1% | 0.57% | - |
| HSV(B) | 128.57º | 0.13% | 0.61% | - |
| XYZ | 26.47 | 30.76 | 28.59 | - |
| YUV | 147.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 138 | 0.13 | 0 | 0.12 | 0.39 | 128.57 | 0.1 | 0.57 |
| Hex | 87 | 9C | 8A | D | 0 | C | 27 | 81 | A | 39 |
| Octal | 207 | 234 | 212 | 15 | 0 | 14 | 47 | 201 | 12 | 71 |
| Binary | 10000111 | 10011100 | 10001010 | 1101 | 0 | 1100 | 100111 | 10000001 | 1010 | 111001 |
Color Harmonies of #879C8A
Complementary color
Monochromatic Colors of #879C8A
Black with #879C8A
Text Example
Text Example
White with #879C8A
Text Example
Text Example
HTML Codes & Css Web 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>