Shades of Envy #7F9E83
Tints of Envy #7F9E83
RGB
CMYK
RGB Variations
Color information
#7F9E83 (or 0x7F9E83) is known color: Envy. HEX triplet: 7F, 9E and 83. RGB value is (127,158,131). Sum of RGB (Red+Green+Blue) = 127+158+131=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #7F9E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9E83 is #80617C. Grayscale: #919191. Windows color (decimal): -8413565 or 8625791. OLE color: 8625791.
HSL color Cylindrical-coordinate representation of color #7F9E83: hue angle of 127.74º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F9E83 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 158 | 131 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.38 |
| HSL | 127.74º | 0.14% | 0.56% | - |
| HSV(B) | 127.74º | 0.2% | 0.62% | - |
| XYZ | 25.08 | 30.6 | 26.06 | - |
| YUV | 145.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 158 | 131 | 0.20 | 0 | 0.17 | 0.38 | 127.74 | 0.14 | 0.56 |
| Hex | 7F | 9E | 83 | 14 | 0 | 11 | 26 | 80 | E | 38 |
| Octal | 177 | 236 | 203 | 24 | 0 | 21 | 46 | 200 | 16 | 70 |
| Binary | 1111111 | 10011110 | 10000011 | 10100 | 0 | 10001 | 100110 | 10000000 | 1110 | 111000 |
Color Harmonies of #7F9E83
Complementary color
Monochromatic Colors of #7F9E83
Black with #7F9E83
Text Example
Text Example
White with #7F9E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9E83; }
p { color: rgb(127,158,131); }
H1.HeaderClassName
{
color: #7F9E83;
}
.AnyTagClassName
{
color: #7F9E83;
}
</style>
background-color css
<style>
a { background-color: #7F9E83; }
a { background-color: rgb(127,158,131); }
div.DivClassName
{
background-color: #7F9E83;
}
.BgClassName
{
background-color: #7F9E83;
}
</style>
border-color css
<style>
span { border-color: #7F9E83; }
span { border-color: rgb(127,158,131); }
td.TdClassName
{
border-color: #7F9E83;
}
.TagClassName
{
border-color: #7F9E83;
}
</style>