Shades of Envy #7CA582
Tints of Envy #7CA582
RGB
CMYK
RGB Variations
Color information
#7CA582 (or 0x7CA582) is known color: Envy. HEX triplet: 7C, A5 and 82. RGB value is (124,165,130). Sum of RGB (Red+Green+Blue) = 124+165+130=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA582 is #835A7D. Grayscale: #949494. Windows color (decimal): -8608382 or 8562044. OLE color: 8562044.
HSL color Cylindrical-coordinate representation of color #7CA582: hue angle of 128.78º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7CA582 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 165 | 130 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.35 |
| HSL | 128.78º | 0.19% | 0.57% | - |
| HSV(B) | 128.78º | 0.25% | 0.65% | - |
| XYZ | 25.8 | 32.81 | 26.09 | - |
| YUV | 148.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 130 | 0.25 | 0 | 0.21 | 0.35 | 128.78 | 0.19 | 0.57 |
| Hex | 7C | A5 | 82 | 19 | 0 | 15 | 23 | 81 | 13 | 39 |
| Octal | 174 | 245 | 202 | 31 | 0 | 25 | 43 | 201 | 23 | 71 |
| Binary | 1111100 | 10100101 | 10000010 | 11001 | 0 | 10101 | 100011 | 10000001 | 10011 | 111001 |
Color Harmonies of #7CA582
Complementary color
Monochromatic Colors of #7CA582
Black with #7CA582
Text Example
Text Example
White with #7CA582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA582; }
p { color: rgb(124,165,130); }
H1.HeaderClassName
{
color: #7CA582;
}
.AnyTagClassName
{
color: #7CA582;
}
</style>
background-color css
<style>
a { background-color: #7CA582; }
a { background-color: rgb(124,165,130); }
div.DivClassName
{
background-color: #7CA582;
}
.BgClassName
{
background-color: #7CA582;
}
</style>
border-color css
<style>
span { border-color: #7CA582; }
span { border-color: rgb(124,165,130); }
td.TdClassName
{
border-color: #7CA582;
}
.TagClassName
{
border-color: #7CA582;
}
</style>