Shades of Envy #879E8A
Tints of Envy #879E8A
RGB
CMYK
RGB Variations
Color information
#879E8A (or 0x879E8A) is known color: Envy. HEX triplet: 87, 9E and 8A. RGB value is (135,158,138). Sum of RGB (Red+Green+Blue) = 135+158+138=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 158 - color contains mainly: green. Hex color #879E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879E8A is #786175. Grayscale: #949494. Windows color (decimal): -7889270 or 9084551. OLE color: 9084551.
HSL color Cylindrical-coordinate representation of color #879E8A: hue angle of 127.83º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #879E8A is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 158 | 138 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.38 |
| HSL | 127.83º | 0.11% | 0.57% | - |
| HSV(B) | 127.83º | 0.15% | 0.62% | - |
| XYZ | 26.81 | 31.44 | 28.7 | - |
| YUV | 148.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 158 | 138 | 0.15 | 0 | 0.13 | 0.38 | 127.83 | 0.11 | 0.57 |
| Hex | 87 | 9E | 8A | F | 0 | D | 26 | 80 | B | 39 |
| Octal | 207 | 236 | 212 | 17 | 0 | 15 | 46 | 200 | 13 | 71 |
| Binary | 10000111 | 10011110 | 10001010 | 1111 | 0 | 1101 | 100110 | 10000000 | 1011 | 111001 |
Color Harmonies of #879E8A
Complementary color
Monochromatic Colors of #879E8A
Black with #879E8A
Text Example
Text Example
White with #879E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879E8A; }
p { color: rgb(135,158,138); }
H1.HeaderClassName
{
color: #879E8A;
}
.AnyTagClassName
{
color: #879E8A;
}
</style>
background-color css
<style>
a { background-color: #879E8A; }
a { background-color: rgb(135,158,138); }
div.DivClassName
{
background-color: #879E8A;
}
.BgClassName
{
background-color: #879E8A;
}
</style>
border-color css
<style>
span { border-color: #879E8A; }
span { border-color: rgb(135,158,138); }
td.TdClassName
{
border-color: #879E8A;
}
.TagClassName
{
border-color: #879E8A;
}
</style>