Shades of Envy #889E8A
Tints of Envy #889E8A
RGB
CMYK
RGB Variations
Color information
#889E8A (or 0x889E8A) is known color: Envy. HEX triplet: 88, 9E and 8A. RGB value is (136,158,138). Sum of RGB (Red+Green+Blue) = 136+158+138=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 158 - color contains mainly: green. Hex color #889E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889E8A is #776175. Grayscale: #959595. Windows color (decimal): -7823734 or 9084552. OLE color: 9084552.
HSL color Cylindrical-coordinate representation of color #889E8A: hue angle of 125.45º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889E8A is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 158 | 138 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.38 |
| HSL | 125.45º | 0.1% | 0.58% | - |
| HSV(B) | 125.45º | 0.14% | 0.62% | - |
| XYZ | 26.97 | 31.52 | 28.71 | - |
| YUV | 149.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 138 | 0.14 | 0 | 0.13 | 0.38 | 125.45 | 0.1 | 0.58 |
| Hex | 88 | 9E | 8A | E | 0 | D | 26 | 7D | A | 3A |
| Octal | 210 | 236 | 212 | 16 | 0 | 15 | 46 | 175 | 12 | 72 |
| Binary | 10001000 | 10011110 | 10001010 | 1110 | 0 | 1101 | 100110 | 1111101 | 1010 | 111010 |
Color Harmonies of #889E8A
Complementary color
Monochromatic Colors of #889E8A
Black with #889E8A
Text Example
Text Example
White with #889E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889E8A; }
p { color: rgb(136,158,138); }
H1.HeaderClassName
{
color: #889E8A;
}
.AnyTagClassName
{
color: #889E8A;
}
</style>
background-color css
<style>
a { background-color: #889E8A; }
a { background-color: rgb(136,158,138); }
div.DivClassName
{
background-color: #889E8A;
}
.BgClassName
{
background-color: #889E8A;
}
</style>
border-color css
<style>
span { border-color: #889E8A; }
span { border-color: rgb(136,158,138); }
td.TdClassName
{
border-color: #889E8A;
}
.TagClassName
{
border-color: #889E8A;
}
</style>