Shades of Envy #88908B
Tints of Envy #88908B
RGB
CMYK
RGB Variations
Color information
#88908B (or 0x88908B) is known color: Envy. HEX triplet: 88, 90 and 8B. RGB value is (136,144,139). Sum of RGB (Red+Green+Blue) = 136+144+139=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 144 - color contains mainly: green. Hex color #88908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88908B is #776F74. Grayscale: #8D8D8D. Windows color (decimal): -7827317 or 9146504. OLE color: 9146504.
HSL color Cylindrical-coordinate representation of color #88908B: hue angle of 142.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #88908B is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 139 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.44 |
| HSL | 142.5º | 0.03% | 0.55% | - |
| HSV(B) | 142.5º | 0.06% | 0.56% | - |
| XYZ | 24.79 | 27.04 | 28.34 | - |
| YUV | 141.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 139 | 0.06 | 0 | 0.03 | 0.44 | 142.5 | 0.03 | 0.55 |
| Hex | 88 | 90 | 8B | 6 | 0 | 3 | 2C | 8E | 3 | 37 |
| Octal | 210 | 220 | 213 | 6 | 0 | 3 | 54 | 216 | 3 | 67 |
| Binary | 10001000 | 10010000 | 10001011 | 110 | 0 | 11 | 101100 | 10001110 | 11 | 110111 |
Color Harmonies of #88908B
Complementary color
Monochromatic Colors of #88908B
Black with #88908B
Text Example
Text Example
White with #88908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88908B; }
p { color: rgb(136,144,139); }
H1.HeaderClassName
{
color: #88908B;
}
.AnyTagClassName
{
color: #88908B;
}
</style>
background-color css
<style>
a { background-color: #88908B; }
a { background-color: rgb(136,144,139); }
div.DivClassName
{
background-color: #88908B;
}
.BgClassName
{
background-color: #88908B;
}
</style>
border-color css
<style>
span { border-color: #88908B; }
span { border-color: rgb(136,144,139); }
td.TdClassName
{
border-color: #88908B;
}
.TagClassName
{
border-color: #88908B;
}
</style>