Shades of Envy #7CA384
Tints of Envy #7CA384
RGB
CMYK
RGB Variations
Color information
#7CA384 (or 0x7CA384) is known color: Envy. HEX triplet: 7C, A3 and 84. RGB value is (124,163,132). Sum of RGB (Red+Green+Blue) = 124+163+132=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA384 is #835C7B. Grayscale: #939393. Windows color (decimal): -8608892 or 8692604. OLE color: 8692604.
HSL color Cylindrical-coordinate representation of color #7CA384: hue angle of 132.31º degrees, saturation: 0.17, 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 #7CA384 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 163 | 132 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.36 |
| HSL | 132.31º | 0.17% | 0.56% | - |
| HSV(B) | 132.31º | 0.24% | 0.64% | - |
| XYZ | 25.57 | 32.15 | 26.69 | - |
| YUV | 147.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 163 | 132 | 0.24 | 0 | 0.19 | 0.36 | 132.31 | 0.17 | 0.56 |
| Hex | 7C | A3 | 84 | 18 | 0 | 13 | 24 | 84 | 11 | 38 |
| Octal | 174 | 243 | 204 | 30 | 0 | 23 | 44 | 204 | 21 | 70 |
| Binary | 1111100 | 10100011 | 10000100 | 11000 | 0 | 10011 | 100100 | 10000100 | 10001 | 111000 |
Color Harmonies of #7CA384
Complementary color
Monochromatic Colors of #7CA384
Black with #7CA384
Text Example
Text Example
White with #7CA384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA384; }
p { color: rgb(124,163,132); }
H1.HeaderClassName
{
color: #7CA384;
}
.AnyTagClassName
{
color: #7CA384;
}
</style>
background-color css
<style>
a { background-color: #7CA384; }
a { background-color: rgb(124,163,132); }
div.DivClassName
{
background-color: #7CA384;
}
.BgClassName
{
background-color: #7CA384;
}
</style>
border-color css
<style>
span { border-color: #7CA384; }
span { border-color: rgb(124,163,132); }
td.TdClassName
{
border-color: #7CA384;
}
.TagClassName
{
border-color: #7CA384;
}
</style>