Shades of Envy #87968A
Tints of Envy #87968A
RGB
CMYK
RGB Variations
Color information
#87968A (or 0x87968A) is known color: Envy. HEX triplet: 87, 96 and 8A. RGB value is (135,150,138). Sum of RGB (Red+Green+Blue) = 135+150+138=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 150 - color contains mainly: green. Hex color #87968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87968A is #786975. Grayscale: #909090. Windows color (decimal): -7891318 or 9082503. OLE color: 9082503.
HSL color Cylindrical-coordinate representation of color #87968A: hue angle of 132º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #87968A is Cyan = 0.1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 150 | 138 | - |
| CMYK | 0.1 | 0 | 0.08 | 0.41 |
| HSL | 132º | 0.07% | 0.56% | - |
| HSV(B) | 132º | 0.1% | 0.59% | - |
| XYZ | 25.49 | 28.8 | 28.26 | - |
| YUV | 144.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 138 | 0.1 | 0 | 0.08 | 0.41 | 132 | 0.07 | 0.56 |
| Hex | 87 | 96 | 8A | A | 0 | 8 | 29 | 84 | 7 | 38 |
| Octal | 207 | 226 | 212 | 12 | 0 | 10 | 51 | 204 | 7 | 70 |
| Binary | 10000111 | 10010110 | 10001010 | 1010 | 0 | 1000 | 101001 | 10000100 | 111 | 111000 |
Color Harmonies of #87968A
Complementary color
Monochromatic Colors of #87968A
Black with #87968A
Text Example
Text Example
White with #87968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87968A; }
p { color: rgb(135,150,138); }
H1.HeaderClassName
{
color: #87968A;
}
.AnyTagClassName
{
color: #87968A;
}
</style>
background-color css
<style>
a { background-color: #87968A; }
a { background-color: rgb(135,150,138); }
div.DivClassName
{
background-color: #87968A;
}
.BgClassName
{
background-color: #87968A;
}
</style>
border-color css
<style>
span { border-color: #87968A; }
span { border-color: rgb(135,150,138); }
td.TdClassName
{
border-color: #87968A;
}
.TagClassName
{
border-color: #87968A;
}
</style>