Shades of Envy #889D8C
Tints of Envy #889D8C
RGB
CMYK
RGB Variations
Color information
#889D8C (or 0x889D8C) is known color: Envy. HEX triplet: 88, 9D and 8C. RGB value is (136,157,140). Sum of RGB (Red+Green+Blue) = 136+157+140=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 157 - color contains mainly: green. Hex color #889D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889D8C is #776273. Grayscale: #949494. Windows color (decimal): -7823988 or 9215368. OLE color: 9215368.
HSL color Cylindrical-coordinate representation of color #889D8C: hue angle of 131.43º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889D8C is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 157 | 140 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.38 |
| HSL | 131.43º | 0.1% | 0.57% | - |
| HSV(B) | 131.43º | 0.13% | 0.62% | - |
| XYZ | 26.94 | 31.24 | 29.42 | - |
| YUV | 148.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 140 | 0.13 | 0 | 0.11 | 0.38 | 131.43 | 0.1 | 0.57 |
| Hex | 88 | 9D | 8C | D | 0 | B | 26 | 83 | A | 39 |
| Octal | 210 | 235 | 214 | 15 | 0 | 13 | 46 | 203 | 12 | 71 |
| Binary | 10001000 | 10011101 | 10001100 | 1101 | 0 | 1011 | 100110 | 10000011 | 1010 | 111001 |
Color Harmonies of #889D8C
Complementary color
Monochromatic Colors of #889D8C
Black with #889D8C
Text Example
Text Example
White with #889D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889D8C; }
p { color: rgb(136,157,140); }
H1.HeaderClassName
{
color: #889D8C;
}
.AnyTagClassName
{
color: #889D8C;
}
</style>
background-color css
<style>
a { background-color: #889D8C; }
a { background-color: rgb(136,157,140); }
div.DivClassName
{
background-color: #889D8C;
}
.BgClassName
{
background-color: #889D8C;
}
</style>
border-color css
<style>
span { border-color: #889D8C; }
span { border-color: rgb(136,157,140); }
td.TdClassName
{
border-color: #889D8C;
}
.TagClassName
{
border-color: #889D8C;
}
</style>