Shades of Envy #7CA480
Tints of Envy #7CA480
RGB
CMYK
RGB Variations
Color information
#7CA480 (or 0x7CA480) is known color: Envy. HEX triplet: 7C, A4 and 80. RGB value is (124,164,128). Sum of RGB (Red+Green+Blue) = 124+164+128=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA480 is #835B7F. Grayscale: #949494. Windows color (decimal): -8608640 or 8430716. OLE color: 8430716.
HSL color Cylindrical-coordinate representation of color #7CA480: hue angle of 126º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7CA480 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 164 | 128 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.36 |
| HSL | 126º | 0.18% | 0.56% | - |
| HSV(B) | 126º | 0.24% | 0.64% | - |
| XYZ | 25.48 | 32.39 | 25.33 | - |
| YUV | 147.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 128 | 0.24 | 0 | 0.22 | 0.36 | 126 | 0.18 | 0.56 |
| Hex | 7C | A4 | 80 | 18 | 0 | 16 | 24 | 7E | 12 | 38 |
| Octal | 174 | 244 | 200 | 30 | 0 | 26 | 44 | 176 | 22 | 70 |
| Binary | 1111100 | 10100100 | 10000000 | 11000 | 0 | 10110 | 100100 | 1111110 | 10010 | 111000 |
Color Harmonies of #7CA480
Complementary color
Monochromatic Colors of #7CA480
Black with #7CA480
Text Example
Text Example
White with #7CA480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA480; }
p { color: rgb(124,164,128); }
H1.HeaderClassName
{
color: #7CA480;
}
.AnyTagClassName
{
color: #7CA480;
}
</style>
background-color css
<style>
a { background-color: #7CA480; }
a { background-color: rgb(124,164,128); }
div.DivClassName
{
background-color: #7CA480;
}
.BgClassName
{
background-color: #7CA480;
}
</style>
border-color css
<style>
span { border-color: #7CA480; }
span { border-color: rgb(124,164,128); }
td.TdClassName
{
border-color: #7CA480;
}
.TagClassName
{
border-color: #7CA480;
}
</style>