Shades of Envy #88998E
Tints of Envy #88998E
RGB
CMYK
RGB Variations
Color information
#88998E (or 0x88998E) is known color: Envy. HEX triplet: 88, 99 and 8E. RGB value is (136,153,142). Sum of RGB (Red+Green+Blue) = 136+153+142=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 153 - color contains mainly: green. Hex color #88998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88998E is #776671. Grayscale: #929292. Windows color (decimal): -7825010 or 9345416. OLE color: 9345416.
HSL color Cylindrical-coordinate representation of color #88998E: hue angle of 141.18º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #88998E is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 153 | 142 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.4 |
| HSL | 141.18º | 0.08% | 0.57% | - |
| HSV(B) | 141.18º | 0.11% | 0.6% | - |
| XYZ | 26.43 | 29.97 | 29.98 | - |
| YUV | 146.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 142 | 0.11 | 0 | 0.07 | 0.4 | 141.18 | 0.08 | 0.57 |
| Hex | 88 | 99 | 8E | B | 0 | 7 | 28 | 8D | 8 | 39 |
| Octal | 210 | 231 | 216 | 13 | 0 | 7 | 50 | 215 | 10 | 71 |
| Binary | 10001000 | 10011001 | 10001110 | 1011 | 0 | 111 | 101000 | 10001101 | 1000 | 111001 |
Color Harmonies of #88998E
Complementary color
Monochromatic Colors of #88998E
Black with #88998E
Text Example
Text Example
White with #88998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88998E; }
p { color: rgb(136,153,142); }
H1.HeaderClassName
{
color: #88998E;
}
.AnyTagClassName
{
color: #88998E;
}
</style>
background-color css
<style>
a { background-color: #88998E; }
a { background-color: rgb(136,153,142); }
div.DivClassName
{
background-color: #88998E;
}
.BgClassName
{
background-color: #88998E;
}
</style>
border-color css
<style>
span { border-color: #88998E; }
span { border-color: rgb(136,153,142); }
td.TdClassName
{
border-color: #88998E;
}
.TagClassName
{
border-color: #88998E;
}
</style>