Shades of Envy #88998A
Tints of Envy #88998A
RGB
CMYK
RGB Variations
Color information
#88998A (or 0x88998A) is known color: Envy. HEX triplet: 88, 99 and 8A. RGB value is (136,153,138). Sum of RGB (Red+Green+Blue) = 136+153+138=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #88998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88998A is #776675. Grayscale: #929292. Windows color (decimal): -7825014 or 9083272. OLE color: 9083272.
HSL color Cylindrical-coordinate representation of color #88998A: hue angle of 127.06º 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 #88998A is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 153 | 138 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.4 |
| HSL | 127.06º | 0.08% | 0.57% | - |
| HSV(B) | 127.06º | 0.11% | 0.6% | - |
| XYZ | 26.13 | 29.85 | 28.43 | - |
| YUV | 146.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 138 | 0.11 | 0 | 0.10 | 0.4 | 127.06 | 0.08 | 0.57 |
| Hex | 88 | 99 | 8A | B | 0 | A | 28 | 7F | 8 | 39 |
| Octal | 210 | 231 | 212 | 13 | 0 | 12 | 50 | 177 | 10 | 71 |
| Binary | 10001000 | 10011001 | 10001010 | 1011 | 0 | 1010 | 101000 | 1111111 | 1000 | 111001 |
Color Harmonies of #88998A
Complementary color
Monochromatic Colors of #88998A
Black with #88998A
Text Example
Text Example
White with #88998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88998A; }
p { color: rgb(136,153,138); }
H1.HeaderClassName
{
color: #88998A;
}
.AnyTagClassName
{
color: #88998A;
}
</style>
background-color css
<style>
a { background-color: #88998A; }
a { background-color: rgb(136,153,138); }
div.DivClassName
{
background-color: #88998A;
}
.BgClassName
{
background-color: #88998A;
}
</style>
border-color css
<style>
span { border-color: #88998A; }
span { border-color: rgb(136,153,138); }
td.TdClassName
{
border-color: #88998A;
}
.TagClassName
{
border-color: #88998A;
}
</style>