Shades of Amulet #7FA072
Tints of Amulet #7FA072
RGB
CMYK
RGB Variations
Color information
#7FA072 (or 0x7FA072) is known color: Amulet. HEX triplet: 7F, A0 and 72. RGB value is (127,160,114). Sum of RGB (Red+Green+Blue) = 127+160+114=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA072 is #805F8D. Grayscale: #919191. Windows color (decimal): -8413070 or 7512191. OLE color: 7512191.
HSL color Cylindrical-coordinate representation of color #7FA072: hue angle of 103.04º 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 #7FA072 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 114 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.37 |
| HSL | 103.04º | 0.19% | 0.54% | - |
| HSV(B) | 103.04º | 0.29% | 0.63% | - |
| XYZ | 24.36 | 30.87 | 20.59 | - |
| YUV | 144.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 114 | 0.21 | 0 | 0.29 | 0.37 | 103.04 | 0.19 | 0.54 |
| Hex | 7F | A0 | 72 | 15 | 0 | 1D | 25 | 67 | 13 | 36 |
| Octal | 177 | 240 | 162 | 25 | 0 | 35 | 45 | 147 | 23 | 66 |
| Binary | 1111111 | 10100000 | 1110010 | 10101 | 0 | 11101 | 100101 | 1100111 | 10011 | 110110 |
Color Harmonies of #7FA072
Complementary color
Monochromatic Colors of #7FA072
Black with #7FA072
Text Example
Text Example
White with #7FA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA072; }
p { color: rgb(127,160,114); }
H1.HeaderClassName
{
color: #7FA072;
}
.AnyTagClassName
{
color: #7FA072;
}
</style>
background-color css
<style>
a { background-color: #7FA072; }
a { background-color: rgb(127,160,114); }
div.DivClassName
{
background-color: #7FA072;
}
.BgClassName
{
background-color: #7FA072;
}
</style>
border-color css
<style>
span { border-color: #7FA072; }
span { border-color: rgb(127,160,114); }
td.TdClassName
{
border-color: #7FA072;
}
.TagClassName
{
border-color: #7FA072;
}
</style>