Shades of Envy #829787
Tints of Envy #829787
RGB
CMYK
RGB Variations
Color information
#829787 (or 0x829787) is known color: Envy. HEX triplet: 82, 97 and 87. RGB value is (130,151,135). Sum of RGB (Red+Green+Blue) = 130+151+135=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 151 - color contains mainly: green. Hex color #829787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829787 is #7D6878. Grayscale: #8E8E8E. Windows color (decimal): -8218745 or 8886146. OLE color: 8886146.
HSL color Cylindrical-coordinate representation of color #829787: hue angle of 134.29º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829787 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 151 | 135 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.41 |
| HSL | 134.29º | 0.09% | 0.55% | - |
| HSV(B) | 134.29º | 0.14% | 0.59% | - |
| XYZ | 24.65 | 28.63 | 27.15 | - |
| YUV | 142.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 151 | 135 | 0.14 | 0 | 0.11 | 0.41 | 134.29 | 0.09 | 0.55 |
| Hex | 82 | 97 | 87 | E | 0 | B | 29 | 86 | 9 | 37 |
| Octal | 202 | 227 | 207 | 16 | 0 | 13 | 51 | 206 | 11 | 67 |
| Binary | 10000010 | 10010111 | 10000111 | 1110 | 0 | 1011 | 101001 | 10000110 | 1001 | 110111 |
Color Harmonies of #829787
Complementary color
Monochromatic Colors of #829787
Black with #829787
Text Example
Text Example
White with #829787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829787; }
p { color: rgb(130,151,135); }
H1.HeaderClassName
{
color: #829787;
}
.AnyTagClassName
{
color: #829787;
}
</style>
background-color css
<style>
a { background-color: #829787; }
a { background-color: rgb(130,151,135); }
div.DivClassName
{
background-color: #829787;
}
.BgClassName
{
background-color: #829787;
}
</style>
border-color css
<style>
span { border-color: #829787; }
span { border-color: rgb(130,151,135); }
td.TdClassName
{
border-color: #829787;
}
.TagClassName
{
border-color: #829787;
}
</style>