Shades of Envy #889B8B
Tints of Envy #889B8B
RGB
CMYK
RGB Variations
Color information
#889B8B (or 0x889B8B) is known color: Envy. HEX triplet: 88, 9B and 8B. RGB value is (136,155,139). Sum of RGB (Red+Green+Blue) = 136+155+139=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #889B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B8B is #776474. Grayscale: #939393. Windows color (decimal): -7824501 or 9149320. OLE color: 9149320.
HSL color Cylindrical-coordinate representation of color #889B8B: hue angle of 129.47º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #889B8B is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 155 | 139 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.39 |
| HSL | 129.47º | 0.09% | 0.57% | - |
| HSV(B) | 129.47º | 0.12% | 0.61% | - |
| XYZ | 26.53 | 30.54 | 28.92 | - |
| YUV | 147.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 139 | 0.12 | 0 | 0.10 | 0.39 | 129.47 | 0.09 | 0.57 |
| Hex | 88 | 9B | 8B | C | 0 | A | 27 | 81 | 9 | 39 |
| Octal | 210 | 233 | 213 | 14 | 0 | 12 | 47 | 201 | 11 | 71 |
| Binary | 10001000 | 10011011 | 10001011 | 1100 | 0 | 1010 | 100111 | 10000001 | 1001 | 111001 |
Color Harmonies of #889B8B
Complementary color
Monochromatic Colors of #889B8B
Black with #889B8B
Text Example
Text Example
White with #889B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889B8B; }
p { color: rgb(136,155,139); }
H1.HeaderClassName
{
color: #889B8B;
}
.AnyTagClassName
{
color: #889B8B;
}
</style>
background-color css
<style>
a { background-color: #889B8B; }
a { background-color: rgb(136,155,139); }
div.DivClassName
{
background-color: #889B8B;
}
.BgClassName
{
background-color: #889B8B;
}
</style>
border-color css
<style>
span { border-color: #889B8B; }
span { border-color: rgb(136,155,139); }
td.TdClassName
{
border-color: #889B8B;
}
.TagClassName
{
border-color: #889B8B;
}
</style>