Shades of Envy #7D9E84
Tints of Envy #7D9E84
RGB
CMYK
RGB Variations
Color information
#7D9E84 (or 0x7D9E84) is known color: Envy. HEX triplet: 7D, 9E and 84. RGB value is (125,158,132). Sum of RGB (Red+Green+Blue) = 125+158+132=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9E84 is #82617B. Grayscale: #919191. Windows color (decimal): -8544636 or 8691325. OLE color: 8691325.
HSL color Cylindrical-coordinate representation of color #7D9E84: hue angle of 132.73º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D9E84 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 158 | 132 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.38 |
| HSL | 132.73º | 0.15% | 0.55% | - |
| HSV(B) | 132.73º | 0.21% | 0.62% | - |
| XYZ | 24.85 | 30.48 | 26.4 | - |
| YUV | 145.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 158 | 132 | 0.21 | 0 | 0.16 | 0.38 | 132.73 | 0.15 | 0.55 |
| Hex | 7D | 9E | 84 | 15 | 0 | 10 | 26 | 85 | F | 37 |
| Octal | 175 | 236 | 204 | 25 | 0 | 20 | 46 | 205 | 17 | 67 |
| Binary | 1111101 | 10011110 | 10000100 | 10101 | 0 | 10000 | 100110 | 10000101 | 1111 | 110111 |
Color Harmonies of #7D9E84
Complementary color
Monochromatic Colors of #7D9E84
Black with #7D9E84
Text Example
Text Example
White with #7D9E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9E84; }
p { color: rgb(125,158,132); }
H1.HeaderClassName
{
color: #7D9E84;
}
.AnyTagClassName
{
color: #7D9E84;
}
</style>
background-color css
<style>
a { background-color: #7D9E84; }
a { background-color: rgb(125,158,132); }
div.DivClassName
{
background-color: #7D9E84;
}
.BgClassName
{
background-color: #7D9E84;
}
</style>
border-color css
<style>
span { border-color: #7D9E84; }
span { border-color: rgb(125,158,132); }
td.TdClassName
{
border-color: #7D9E84;
}
.TagClassName
{
border-color: #7D9E84;
}
</style>