Shades of Envy #7F9D84
Tints of Envy #7F9D84
RGB
CMYK
RGB Variations
Color information
#7F9D84 (or 0x7F9D84) is known color: Envy. HEX triplet: 7F, 9D and 84. RGB value is (127,157,132). Sum of RGB (Red+Green+Blue) = 127+157+132=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9D84 is #80627B. Grayscale: #919191. Windows color (decimal): -8413820 or 8691071. OLE color: 8691071.
HSL color Cylindrical-coordinate representation of color #7F9D84: hue angle of 130º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F9D84 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 132 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.38 |
| HSL | 130º | 0.13% | 0.56% | - |
| HSV(B) | 130º | 0.19% | 0.62% | - |
| XYZ | 24.97 | 30.29 | 26.36 | - |
| YUV | 145.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 132 | 0.19 | 0 | 0.16 | 0.38 | 130 | 0.13 | 0.56 |
| Hex | 7F | 9D | 84 | 13 | 0 | 10 | 26 | 82 | D | 38 |
| Octal | 177 | 235 | 204 | 23 | 0 | 20 | 46 | 202 | 15 | 70 |
| Binary | 1111111 | 10011101 | 10000100 | 10011 | 0 | 10000 | 100110 | 10000010 | 1101 | 111000 |
Color Harmonies of #7F9D84
Complementary color
Monochromatic Colors of #7F9D84
Black with #7F9D84
Text Example
Text Example
White with #7F9D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D84; }
p { color: rgb(127,157,132); }
H1.HeaderClassName
{
color: #7F9D84;
}
.AnyTagClassName
{
color: #7F9D84;
}
</style>
background-color css
<style>
a { background-color: #7F9D84; }
a { background-color: rgb(127,157,132); }
div.DivClassName
{
background-color: #7F9D84;
}
.BgClassName
{
background-color: #7F9D84;
}
</style>
border-color css
<style>
span { border-color: #7F9D84; }
span { border-color: rgb(127,157,132); }
td.TdClassName
{
border-color: #7F9D84;
}
.TagClassName
{
border-color: #7F9D84;
}
</style>