Shades of Envy #879D8E
Tints of Envy #879D8E
RGB
CMYK
RGB Variations
Color information
#879D8E (or 0x879D8E) is known color: Envy. HEX triplet: 87, 9D and 8E. RGB value is (135,157,142). Sum of RGB (Red+Green+Blue) = 135+157+142=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 157 - color contains mainly: green. Hex color #879D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D8E is #786271. Grayscale: #949494. Windows color (decimal): -7889522 or 9346439. OLE color: 9346439.
HSL color Cylindrical-coordinate representation of color #879D8E: hue angle of 139.09º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #879D8E is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 157 | 142 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.38 |
| HSL | 139.09º | 0.1% | 0.57% | - |
| HSV(B) | 139.09º | 0.14% | 0.62% | - |
| XYZ | 26.93 | 31.22 | 30.2 | - |
| YUV | 148.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 142 | 0.14 | 0 | 0.10 | 0.38 | 139.09 | 0.1 | 0.57 |
| Hex | 87 | 9D | 8E | E | 0 | A | 26 | 8B | A | 39 |
| Octal | 207 | 235 | 216 | 16 | 0 | 12 | 46 | 213 | 12 | 71 |
| Binary | 10000111 | 10011101 | 10001110 | 1110 | 0 | 1010 | 100110 | 10001011 | 1010 | 111001 |
Color Harmonies of #879D8E
Complementary color
Monochromatic Colors of #879D8E
Black with #879D8E
Text Example
Text Example
White with #879D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879D8E; }
p { color: rgb(135,157,142); }
H1.HeaderClassName
{
color: #879D8E;
}
.AnyTagClassName
{
color: #879D8E;
}
</style>
background-color css
<style>
a { background-color: #879D8E; }
a { background-color: rgb(135,157,142); }
div.DivClassName
{
background-color: #879D8E;
}
.BgClassName
{
background-color: #879D8E;
}
</style>
border-color css
<style>
span { border-color: #879D8E; }
span { border-color: rgb(135,157,142); }
td.TdClassName
{
border-color: #879D8E;
}
.TagClassName
{
border-color: #879D8E;
}
</style>