Shades of Envy #7CA783
Tints of Envy #7CA783
RGB
CMYK
RGB Variations
Color information
#7CA783 (or 0x7CA783) is known color: Envy. HEX triplet: 7C, A7 and 83. RGB value is (124,167,131). Sum of RGB (Red+Green+Blue) = 124+167+131=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 167 - color contains mainly: green. Hex color #7CA783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA783 is #83587C. Grayscale: #969696. Windows color (decimal): -8607869 or 8628092. OLE color: 8628092.
HSL color Cylindrical-coordinate representation of color #7CA783: hue angle of 129.77º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7CA783 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 167 | 131 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.35 |
| HSL | 129.77º | 0.2% | 0.57% | - |
| HSV(B) | 129.77º | 0.26% | 0.65% | - |
| XYZ | 26.23 | 33.56 | 26.57 | - |
| YUV | 150.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 167 | 131 | 0.26 | 0 | 0.22 | 0.35 | 129.77 | 0.2 | 0.57 |
| Hex | 7C | A7 | 83 | 1A | 0 | 16 | 23 | 82 | 14 | 39 |
| Octal | 174 | 247 | 203 | 32 | 0 | 26 | 43 | 202 | 24 | 71 |
| Binary | 1111100 | 10100111 | 10000011 | 11010 | 0 | 10110 | 100011 | 10000010 | 10100 | 111001 |
Color Harmonies of #7CA783
Complementary color
Monochromatic Colors of #7CA783
Black with #7CA783
Text Example
Text Example
White with #7CA783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA783; }
p { color: rgb(124,167,131); }
H1.HeaderClassName
{
color: #7CA783;
}
.AnyTagClassName
{
color: #7CA783;
}
</style>
background-color css
<style>
a { background-color: #7CA783; }
a { background-color: rgb(124,167,131); }
div.DivClassName
{
background-color: #7CA783;
}
.BgClassName
{
background-color: #7CA783;
}
</style>
border-color css
<style>
span { border-color: #7CA783; }
span { border-color: rgb(124,167,131); }
td.TdClassName
{
border-color: #7CA783;
}
.TagClassName
{
border-color: #7CA783;
}
</style>