Shades of Envy #879A89
Tints of Envy #879A89
RGB
CMYK
RGB Variations
Color information
#879A89 (or 0x879A89) is known color: Envy. HEX triplet: 87, 9A and 89. RGB value is (135,154,137). Sum of RGB (Red+Green+Blue) = 135+154+137=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 154 - color contains mainly: green. Hex color #879A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879A89 is #786576. Grayscale: #929292. Windows color (decimal): -7890295 or 9017991. OLE color: 9017991.
HSL color Cylindrical-coordinate representation of color #879A89: hue angle of 126.32º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #879A89 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 154 | 137 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.40 |
| HSL | 126.32º | 0.09% | 0.57% | - |
| HSV(B) | 126.32º | 0.12% | 0.6% | - |
| XYZ | 26.06 | 30.07 | 28.1 | - |
| YUV | 146.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 137 | 0.12 | 0 | 0.11 | 0.40 | 126.32 | 0.09 | 0.57 |
| Hex | 87 | 9A | 89 | C | 0 | B | 28 | 7E | 9 | 39 |
| Octal | 207 | 232 | 211 | 14 | 0 | 13 | 50 | 176 | 11 | 71 |
| Binary | 10000111 | 10011010 | 10001001 | 1100 | 0 | 1011 | 101000 | 1111110 | 1001 | 111001 |
Color Harmonies of #879A89
Complementary color
Monochromatic Colors of #879A89
Black with #879A89
Text Example
Text Example
White with #879A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879A89; }
p { color: rgb(135,154,137); }
H1.HeaderClassName
{
color: #879A89;
}
.AnyTagClassName
{
color: #879A89;
}
</style>
background-color css
<style>
a { background-color: #879A89; }
a { background-color: rgb(135,154,137); }
div.DivClassName
{
background-color: #879A89;
}
.BgClassName
{
background-color: #879A89;
}
</style>
border-color css
<style>
span { border-color: #879A89; }
span { border-color: rgb(135,154,137); }
td.TdClassName
{
border-color: #879A89;
}
.TagClassName
{
border-color: #879A89;
}
</style>