Shades of Envy #87998A
Tints of Envy #87998A
RGB
CMYK
RGB Variations
Color information
#87998A (or 0x87998A) is known color: Envy. HEX triplet: 87, 99 and 8A. RGB value is (135,153,138). Sum of RGB (Red+Green+Blue) = 135+153+138=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #87998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87998A is #786675. Grayscale: #919191. Windows color (decimal): -7890550 or 9083271. OLE color: 9083271.
HSL color Cylindrical-coordinate representation of color #87998A: hue angle of 130º 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 #87998A is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 138 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.4 |
| HSL | 130º | 0.08% | 0.56% | - |
| HSV(B) | 130º | 0.12% | 0.6% | - |
| XYZ | 25.97 | 29.77 | 28.42 | - |
| YUV | 145.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 138 | 0.12 | 0 | 0.10 | 0.4 | 130 | 0.08 | 0.56 |
| Hex | 87 | 99 | 8A | C | 0 | A | 28 | 82 | 8 | 38 |
| Octal | 207 | 231 | 212 | 14 | 0 | 12 | 50 | 202 | 10 | 70 |
| Binary | 10000111 | 10011001 | 10001010 | 1100 | 0 | 1010 | 101000 | 10000010 | 1000 | 111000 |
Color Harmonies of #87998A
Complementary color
Monochromatic Colors of #87998A
Black with #87998A
Text Example
Text Example
White with #87998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87998A; }
p { color: rgb(135,153,138); }
H1.HeaderClassName
{
color: #87998A;
}
.AnyTagClassName
{
color: #87998A;
}
</style>
background-color css
<style>
a { background-color: #87998A; }
a { background-color: rgb(135,153,138); }
div.DivClassName
{
background-color: #87998A;
}
.BgClassName
{
background-color: #87998A;
}
</style>
border-color css
<style>
span { border-color: #87998A; }
span { border-color: rgb(135,153,138); }
td.TdClassName
{
border-color: #87998A;
}
.TagClassName
{
border-color: #87998A;
}
</style>