Shades of Envy #87998D
Tints of Envy #87998D
RGB
CMYK
RGB Variations
Color information
#87998D (or 0x87998D) is known color: Envy. HEX triplet: 87, 99 and 8D. RGB value is (135,153,141). Sum of RGB (Red+Green+Blue) = 135+153+141=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #87998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87998D is #786672. Grayscale: #929292. Windows color (decimal): -7890547 or 9279879. OLE color: 9279879.
HSL color Cylindrical-coordinate representation of color #87998D: hue angle of 140º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #87998D is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 141 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.4 |
| HSL | 140º | 0.08% | 0.56% | - |
| HSV(B) | 140º | 0.12% | 0.6% | - |
| XYZ | 26.19 | 29.86 | 29.58 | - |
| YUV | 146.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 141 | 0.12 | 0 | 0.08 | 0.4 | 140 | 0.08 | 0.56 |
| Hex | 87 | 99 | 8D | C | 0 | 8 | 28 | 8C | 8 | 38 |
| Octal | 207 | 231 | 215 | 14 | 0 | 10 | 50 | 214 | 10 | 70 |
| Binary | 10000111 | 10011001 | 10001101 | 1100 | 0 | 1000 | 101000 | 10001100 | 1000 | 111000 |
Color Harmonies of #87998D
Complementary color
Monochromatic Colors of #87998D
Black with #87998D
Text Example
Text Example
White with #87998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87998D; }
p { color: rgb(135,153,141); }
H1.HeaderClassName
{
color: #87998D;
}
.AnyTagClassName
{
color: #87998D;
}
</style>
background-color css
<style>
a { background-color: #87998D; }
a { background-color: rgb(135,153,141); }
div.DivClassName
{
background-color: #87998D;
}
.BgClassName
{
background-color: #87998D;
}
</style>
border-color css
<style>
span { border-color: #87998D; }
span { border-color: rgb(135,153,141); }
td.TdClassName
{
border-color: #87998D;
}
.TagClassName
{
border-color: #87998D;
}
</style>