Shades of Envy #87928A
Tints of Envy #87928A
RGB
CMYK
RGB Variations
Color information
#87928A (or 0x87928A) is known color: Envy. HEX triplet: 87, 92 and 8A. RGB value is (135,146,138). Sum of RGB (Red+Green+Blue) = 135+146+138=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 146 - color contains mainly: green. Hex color #87928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87928A is #786D75. Grayscale: #8D8D8D. Windows color (decimal): -7892342 or 9081479. OLE color: 9081479.
HSL color Cylindrical-coordinate representation of color #87928A: hue angle of 136.36º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87928A is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 146 | 138 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.43 |
| HSL | 136.36º | 0.05% | 0.55% | - |
| HSV(B) | 136.36º | 0.08% | 0.57% | - |
| XYZ | 24.86 | 27.54 | 28.05 | - |
| YUV | 141.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 138 | 0.08 | 0 | 0.05 | 0.43 | 136.36 | 0.05 | 0.55 |
| Hex | 87 | 92 | 8A | 8 | 0 | 5 | 2B | 88 | 5 | 37 |
| Octal | 207 | 222 | 212 | 10 | 0 | 5 | 53 | 210 | 5 | 67 |
| Binary | 10000111 | 10010010 | 10001010 | 1000 | 0 | 101 | 101011 | 10001000 | 101 | 110111 |
Color Harmonies of #87928A
Complementary color
Monochromatic Colors of #87928A
Black with #87928A
Text Example
Text Example
White with #87928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87928A; }
p { color: rgb(135,146,138); }
H1.HeaderClassName
{
color: #87928A;
}
.AnyTagClassName
{
color: #87928A;
}
</style>
background-color css
<style>
a { background-color: #87928A; }
a { background-color: rgb(135,146,138); }
div.DivClassName
{
background-color: #87928A;
}
.BgClassName
{
background-color: #87928A;
}
</style>
border-color css
<style>
span { border-color: #87928A; }
span { border-color: rgb(135,146,138); }
td.TdClassName
{
border-color: #87928A;
}
.TagClassName
{
border-color: #87928A;
}
</style>