Shades of Amulet #7CA072
Tints of Amulet #7CA072
RGB
CMYK
RGB Variations
Color information
#7CA072 (or 0x7CA072) is known color: Amulet. HEX triplet: 7C, A0 and 72. RGB value is (124,160,114). Sum of RGB (Red+Green+Blue) = 124+160+114=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA072 is #835F8D. Grayscale: #909090. Windows color (decimal): -8609678 or 7512188. OLE color: 7512188.
HSL color Cylindrical-coordinate representation of color #7CA072: hue angle of 106.96º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CA072 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 160 | 114 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.37 |
| HSL | 106.96º | 0.19% | 0.54% | - |
| HSV(B) | 106.96º | 0.29% | 0.63% | - |
| XYZ | 23.92 | 30.64 | 20.57 | - |
| YUV | 143.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 160 | 114 | 0.22 | 0 | 0.29 | 0.37 | 106.96 | 0.19 | 0.54 |
| Hex | 7C | A0 | 72 | 16 | 0 | 1D | 25 | 6B | 13 | 36 |
| Octal | 174 | 240 | 162 | 26 | 0 | 35 | 45 | 153 | 23 | 66 |
| Binary | 1111100 | 10100000 | 1110010 | 10110 | 0 | 11101 | 100101 | 1101011 | 10011 | 110110 |
Color Harmonies of #7CA072
Complementary color
Monochromatic Colors of #7CA072
Black with #7CA072
Text Example
Text Example
White with #7CA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA072; }
p { color: rgb(124,160,114); }
H1.HeaderClassName
{
color: #7CA072;
}
.AnyTagClassName
{
color: #7CA072;
}
</style>
background-color css
<style>
a { background-color: #7CA072; }
a { background-color: rgb(124,160,114); }
div.DivClassName
{
background-color: #7CA072;
}
.BgClassName
{
background-color: #7CA072;
}
</style>
border-color css
<style>
span { border-color: #7CA072; }
span { border-color: rgb(124,160,114); }
td.TdClassName
{
border-color: #7CA072;
}
.TagClassName
{
border-color: #7CA072;
}
</style>