Shades of Envy #889C8A
Tints of Envy #889C8A
RGB
CMYK
RGB Variations
Color information
#889C8A (or 0x889C8A) is known color: Envy. HEX triplet: 88, 9C and 8A. RGB value is (136,156,138). Sum of RGB (Red+Green+Blue) = 136+156+138=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 156 - color contains mainly: green. Hex color #889C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C8A is #776375. Grayscale: #949494. Windows color (decimal): -7824246 or 9084040. OLE color: 9084040.
HSL color Cylindrical-coordinate representation of color #889C8A: hue angle of 126º 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 #889C8A is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 138 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.39 |
| HSL | 126º | 0.09% | 0.57% | - |
| HSV(B) | 126º | 0.13% | 0.61% | - |
| XYZ | 26.63 | 30.85 | 28.6 | - |
| YUV | 147.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 138 | 0.13 | 0 | 0.12 | 0.39 | 126 | 0.09 | 0.57 |
| Hex | 88 | 9C | 8A | D | 0 | C | 27 | 7E | 9 | 39 |
| Octal | 210 | 234 | 212 | 15 | 0 | 14 | 47 | 176 | 11 | 71 |
| Binary | 10001000 | 10011100 | 10001010 | 1101 | 0 | 1100 | 100111 | 1111110 | 1001 | 111001 |
Color Harmonies of #889C8A
Complementary color
Monochromatic Colors of #889C8A
Black with #889C8A
Text Example
Text Example
White with #889C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C8A; }
p { color: rgb(136,156,138); }
H1.HeaderClassName
{
color: #889C8A;
}
.AnyTagClassName
{
color: #889C8A;
}
</style>
background-color css
<style>
a { background-color: #889C8A; }
a { background-color: rgb(136,156,138); }
div.DivClassName
{
background-color: #889C8A;
}
.BgClassName
{
background-color: #889C8A;
}
</style>
border-color css
<style>
span { border-color: #889C8A; }
span { border-color: rgb(136,156,138); }
td.TdClassName
{
border-color: #889C8A;
}
.TagClassName
{
border-color: #889C8A;
}
</style>