Shades of Amulet #7EA072
Tints of Amulet #7EA072
RGB
CMYK
RGB Variations
Color information
#7EA072 (or 0x7EA072) is known color: Amulet. HEX triplet: 7E, A0 and 72. RGB value is (126,160,114). Sum of RGB (Red+Green+Blue) = 126+160+114=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA072 is #815F8D. Grayscale: #909090. Windows color (decimal): -8478606 or 7512190. OLE color: 7512190.
HSL color Cylindrical-coordinate representation of color #7EA072: hue angle of 104.35º 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 #7EA072 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 160 | 114 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.37 |
| HSL | 104.35º | 0.19% | 0.54% | - |
| HSV(B) | 104.35º | 0.29% | 0.63% | - |
| XYZ | 24.21 | 30.79 | 20.59 | - |
| YUV | 144.59 | 110.74 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 160 | 114 | 0.21 | 0 | 0.29 | 0.37 | 104.35 | 0.19 | 0.54 |
| Hex | 7E | A0 | 72 | 15 | 0 | 1D | 25 | 68 | 13 | 36 |
| Octal | 176 | 240 | 162 | 25 | 0 | 35 | 45 | 150 | 23 | 66 |
| Binary | 1111110 | 10100000 | 1110010 | 10101 | 0 | 11101 | 100101 | 1101000 | 10011 | 110110 |
Color Harmonies of #7EA072
Complementary color
Monochromatic Colors of #7EA072
Black with #7EA072
Text Example
Text Example
White with #7EA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA072; }
p { color: rgb(126,160,114); }
H1.HeaderClassName
{
color: #7EA072;
}
.AnyTagClassName
{
color: #7EA072;
}
</style>
background-color css
<style>
a { background-color: #7EA072; }
a { background-color: rgb(126,160,114); }
div.DivClassName
{
background-color: #7EA072;
}
.BgClassName
{
background-color: #7EA072;
}
</style>
border-color css
<style>
span { border-color: #7EA072; }
span { border-color: rgb(126,160,114); }
td.TdClassName
{
border-color: #7EA072;
}
.TagClassName
{
border-color: #7EA072;
}
</style>