Shades of Envy #889C8B
Tints of Envy #889C8B
RGB
CMYK
RGB Variations
Color information
#889C8B (or 0x889C8B) is known color: Envy. HEX triplet: 88, 9C and 8B. RGB value is (136,156,139). Sum of RGB (Red+Green+Blue) = 136+156+139=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 156 - color contains mainly: green. Hex color #889C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C8B is #776374. Grayscale: #949494. Windows color (decimal): -7824245 or 9149576. OLE color: 9149576.
HSL color Cylindrical-coordinate representation of color #889C8B: hue angle of 129º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889C8B is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 139 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.39 |
| HSL | 129º | 0.09% | 0.57% | - |
| HSV(B) | 129º | 0.13% | 0.61% | - |
| XYZ | 26.7 | 30.88 | 28.98 | - |
| YUV | 148.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 139 | 0.13 | 0 | 0.11 | 0.39 | 129 | 0.09 | 0.57 |
| Hex | 88 | 9C | 8B | D | 0 | B | 27 | 81 | 9 | 39 |
| Octal | 210 | 234 | 213 | 15 | 0 | 13 | 47 | 201 | 11 | 71 |
| Binary | 10001000 | 10011100 | 10001011 | 1101 | 0 | 1011 | 100111 | 10000001 | 1001 | 111001 |
Color Harmonies of #889C8B
Complementary color
Monochromatic Colors of #889C8B
Black with #889C8B
Text Example
Text Example
White with #889C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C8B; }
p { color: rgb(136,156,139); }
H1.HeaderClassName
{
color: #889C8B;
}
.AnyTagClassName
{
color: #889C8B;
}
</style>
background-color css
<style>
a { background-color: #889C8B; }
a { background-color: rgb(136,156,139); }
div.DivClassName
{
background-color: #889C8B;
}
.BgClassName
{
background-color: #889C8B;
}
</style>
border-color css
<style>
span { border-color: #889C8B; }
span { border-color: rgb(136,156,139); }
td.TdClassName
{
border-color: #889C8B;
}
.TagClassName
{
border-color: #889C8B;
}
</style>