Shades of Envy #7CAC82
Tints of Envy #7CAC82
RGB
CMYK
RGB Variations
Color information
#7CAC82 (or 0x7CAC82) is known color: Envy. HEX triplet: 7C, AC and 82. RGB value is (124,172,130). Sum of RGB (Red+Green+Blue) = 124+172+130=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAC82 is #83537D. Grayscale: #989898. Windows color (decimal): -8606590 or 8563836. OLE color: 8563836.
HSL color Cylindrical-coordinate representation of color #7CAC82: hue angle of 127.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CAC82 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 130 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.33 |
| HSL | 127.5º | 0.22% | 0.58% | - |
| HSV(B) | 127.5º | 0.28% | 0.67% | - |
| XYZ | 27.09 | 35.4 | 26.52 | - |
| YUV | 152.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 130 | 0.28 | 0 | 0.24 | 0.33 | 127.5 | 0.22 | 0.58 |
| Hex | 7C | AC | 82 | 1C | 0 | 18 | 21 | 80 | 16 | 3A |
| Octal | 174 | 254 | 202 | 34 | 0 | 30 | 41 | 200 | 26 | 72 |
| Binary | 1111100 | 10101100 | 10000010 | 11100 | 0 | 11000 | 100001 | 10000000 | 10110 | 111010 |
Color Harmonies of #7CAC82
Complementary color
Monochromatic Colors of #7CAC82
Black with #7CAC82
Text Example
Text Example
White with #7CAC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC82; }
p { color: rgb(124,172,130); }
H1.HeaderClassName
{
color: #7CAC82;
}
.AnyTagClassName
{
color: #7CAC82;
}
</style>
background-color css
<style>
a { background-color: #7CAC82; }
a { background-color: rgb(124,172,130); }
div.DivClassName
{
background-color: #7CAC82;
}
.BgClassName
{
background-color: #7CAC82;
}
</style>
border-color css
<style>
span { border-color: #7CAC82; }
span { border-color: rgb(124,172,130); }
td.TdClassName
{
border-color: #7CAC82;
}
.TagClassName
{
border-color: #7CAC82;
}
</style>