Shades of Envy #889D8F
Tints of Envy #889D8F
RGB
CMYK
RGB Variations
Color information
#889D8F (or 0x889D8F) is known color: Envy. HEX triplet: 88, 9D and 8F. RGB value is (136,157,143). Sum of RGB (Red+Green+Blue) = 136+157+143=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 157 - color contains mainly: green. Hex color #889D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889D8F is #776270. Grayscale: #959595. Windows color (decimal): -7823985 or 9411976. OLE color: 9411976.
HSL color Cylindrical-coordinate representation of color #889D8F: hue angle of 140º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889D8F is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 157 | 143 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.38 |
| HSL | 140º | 0.1% | 0.57% | - |
| HSV(B) | 140º | 0.13% | 0.62% | - |
| XYZ | 27.17 | 31.33 | 30.6 | - |
| YUV | 149.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 143 | 0.13 | 0 | 0.09 | 0.38 | 140 | 0.1 | 0.57 |
| Hex | 88 | 9D | 8F | D | 0 | 9 | 26 | 8C | A | 39 |
| Octal | 210 | 235 | 217 | 15 | 0 | 11 | 46 | 214 | 12 | 71 |
| Binary | 10001000 | 10011101 | 10001111 | 1101 | 0 | 1001 | 100110 | 10001100 | 1010 | 111001 |
Color Harmonies of #889D8F
Complementary color
Monochromatic Colors of #889D8F
Black with #889D8F
Text Example
Text Example
White with #889D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889D8F; }
p { color: rgb(136,157,143); }
H1.HeaderClassName
{
color: #889D8F;
}
.AnyTagClassName
{
color: #889D8F;
}
</style>
background-color css
<style>
a { background-color: #889D8F; }
a { background-color: rgb(136,157,143); }
div.DivClassName
{
background-color: #889D8F;
}
.BgClassName
{
background-color: #889D8F;
}
</style>
border-color css
<style>
span { border-color: #889D8F; }
span { border-color: rgb(136,157,143); }
td.TdClassName
{
border-color: #889D8F;
}
.TagClassName
{
border-color: #889D8F;
}
</style>