Shades of Envy #87928B
Tints of Envy #87928B
RGB
CMYK
RGB Variations
Color information
#87928B (or 0x87928B) is known color: Envy. HEX triplet: 87, 92 and 8B. RGB value is (135,146,139). Sum of RGB (Red+Green+Blue) = 135+146+139=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 146 - color contains mainly: green. Hex color #87928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87928B is #786D74. Grayscale: #8D8D8D. Windows color (decimal): -7892341 or 9147015. OLE color: 9147015.
HSL color Cylindrical-coordinate representation of color #87928B: hue angle of 141.82º 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 #87928B is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 146 | 139 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.43 |
| HSL | 141.82º | 0.05% | 0.55% | - |
| HSV(B) | 141.82º | 0.08% | 0.57% | - |
| XYZ | 24.93 | 27.57 | 28.43 | - |
| YUV | 141.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 139 | 0.08 | 0 | 0.05 | 0.43 | 141.82 | 0.05 | 0.55 |
| Hex | 87 | 92 | 8B | 8 | 0 | 5 | 2B | 8E | 5 | 37 |
| Octal | 207 | 222 | 213 | 10 | 0 | 5 | 53 | 216 | 5 | 67 |
| Binary | 10000111 | 10010010 | 10001011 | 1000 | 0 | 101 | 101011 | 10001110 | 101 | 110111 |
Color Harmonies of #87928B
Complementary color
Monochromatic Colors of #87928B
Black with #87928B
Text Example
Text Example
White with #87928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87928B; }
p { color: rgb(135,146,139); }
H1.HeaderClassName
{
color: #87928B;
}
.AnyTagClassName
{
color: #87928B;
}
</style>
background-color css
<style>
a { background-color: #87928B; }
a { background-color: rgb(135,146,139); }
div.DivClassName
{
background-color: #87928B;
}
.BgClassName
{
background-color: #87928B;
}
</style>
border-color css
<style>
span { border-color: #87928B; }
span { border-color: rgb(135,146,139); }
td.TdClassName
{
border-color: #87928B;
}
.TagClassName
{
border-color: #87928B;
}
</style>