Shades of Envy #879D89
Tints of Envy #879D89
RGB
CMYK
RGB Variations
Color information
#879D89 (or 0x879D89) is known color: Envy. HEX triplet: 87, 9D and 89. RGB value is (135,157,137). Sum of RGB (Red+Green+Blue) = 135+157+137=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #879D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D89 is #786276. Grayscale: #949494. Windows color (decimal): -7889527 or 9018759. OLE color: 9018759.
HSL color Cylindrical-coordinate representation of color #879D89: hue angle of 125.45º 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 #879D89 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 157 | 137 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.38 |
| HSL | 125.45º | 0.1% | 0.57% | - |
| HSV(B) | 125.45º | 0.14% | 0.62% | - |
| XYZ | 26.56 | 31.07 | 28.26 | - |
| YUV | 148.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 137 | 0.14 | 0 | 0.13 | 0.38 | 125.45 | 0.1 | 0.57 |
| Hex | 87 | 9D | 89 | E | 0 | D | 26 | 7D | A | 39 |
| Octal | 207 | 235 | 211 | 16 | 0 | 15 | 46 | 175 | 12 | 71 |
| Binary | 10000111 | 10011101 | 10001001 | 1110 | 0 | 1101 | 100110 | 1111101 | 1010 | 111001 |
Color Harmonies of #879D89
Complementary color
Monochromatic Colors of #879D89
Black with #879D89
Text Example
Text Example
White with #879D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879D89; }
p { color: rgb(135,157,137); }
H1.HeaderClassName
{
color: #879D89;
}
.AnyTagClassName
{
color: #879D89;
}
</style>
background-color css
<style>
a { background-color: #879D89; }
a { background-color: rgb(135,157,137); }
div.DivClassName
{
background-color: #879D89;
}
.BgClassName
{
background-color: #879D89;
}
</style>
border-color css
<style>
span { border-color: #879D89; }
span { border-color: rgb(135,157,137); }
td.TdClassName
{
border-color: #879D89;
}
.TagClassName
{
border-color: #879D89;
}
</style>