Shades of Envy #7EAC80
Tints of Envy #7EAC80
RGB
CMYK
RGB Variations
Color information
#7EAC80 (or 0x7EAC80) is known color: Envy. HEX triplet: 7E, AC and 80. RGB value is (126,172,128). Sum of RGB (Red+Green+Blue) = 126+172+128=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAC80 is #81537F. Grayscale: #999999. Windows color (decimal): -8475520 or 8432766. OLE color: 8432766.
HSL color Cylindrical-coordinate representation of color #7EAC80: hue angle of 122.61º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EAC80 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 128 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.33 |
| HSL | 122.61º | 0.22% | 0.58% | - |
| HSV(B) | 122.61º | 0.27% | 0.67% | - |
| XYZ | 27.25 | 35.5 | 25.84 | - |
| YUV | 153.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 128 | 0.27 | 0 | 0.26 | 0.33 | 122.61 | 0.22 | 0.58 |
| Hex | 7E | AC | 80 | 1B | 0 | 1A | 21 | 7B | 16 | 3A |
| Octal | 176 | 254 | 200 | 33 | 0 | 32 | 41 | 173 | 26 | 72 |
| Binary | 1111110 | 10101100 | 10000000 | 11011 | 0 | 11010 | 100001 | 1111011 | 10110 | 111010 |
Color Harmonies of #7EAC80
Complementary color
Monochromatic Colors of #7EAC80
Black with #7EAC80
Text Example
Text Example
White with #7EAC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAC80; }
p { color: rgb(126,172,128); }
H1.HeaderClassName
{
color: #7EAC80;
}
.AnyTagClassName
{
color: #7EAC80;
}
</style>
background-color css
<style>
a { background-color: #7EAC80; }
a { background-color: rgb(126,172,128); }
div.DivClassName
{
background-color: #7EAC80;
}
.BgClassName
{
background-color: #7EAC80;
}
</style>
border-color css
<style>
span { border-color: #7EAC80; }
span { border-color: rgb(126,172,128); }
td.TdClassName
{
border-color: #7EAC80;
}
.TagClassName
{
border-color: #7EAC80;
}
</style>