Shades of Amulet #7FA472
Tints of Amulet #7FA472
RGB
CMYK
RGB Variations
Color information
#7FA472 (or 0x7FA472) is known color: Amulet. HEX triplet: 7F, A4 and 72. RGB value is (127,164,114). Sum of RGB (Red+Green+Blue) = 127+164+114=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA472 is #805B8D. Grayscale: #939393. Windows color (decimal): -8412046 or 7513215. OLE color: 7513215.
HSL color Cylindrical-coordinate representation of color #7FA472: hue angle of 104.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FA472 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 164 | 114 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.36 |
| HSL | 104.4º | 0.22% | 0.55% | - |
| HSV(B) | 104.4º | 0.3% | 0.64% | - |
| XYZ | 25.07 | 32.28 | 20.83 | - |
| YUV | 147.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 164 | 114 | 0.23 | 0 | 0.30 | 0.36 | 104.4 | 0.22 | 0.55 |
| Hex | 7F | A4 | 72 | 17 | 0 | 1E | 24 | 68 | 16 | 37 |
| Octal | 177 | 244 | 162 | 27 | 0 | 36 | 44 | 150 | 26 | 67 |
| Binary | 1111111 | 10100100 | 1110010 | 10111 | 0 | 11110 | 100100 | 1101000 | 10110 | 110111 |
Color Harmonies of #7FA472
Complementary color
Monochromatic Colors of #7FA472
Black with #7FA472
Text Example
Text Example
White with #7FA472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA472; }
p { color: rgb(127,164,114); }
H1.HeaderClassName
{
color: #7FA472;
}
.AnyTagClassName
{
color: #7FA472;
}
</style>
background-color css
<style>
a { background-color: #7FA472; }
a { background-color: rgb(127,164,114); }
div.DivClassName
{
background-color: #7FA472;
}
.BgClassName
{
background-color: #7FA472;
}
</style>
border-color css
<style>
span { border-color: #7FA472; }
span { border-color: rgb(127,164,114); }
td.TdClassName
{
border-color: #7FA472;
}
.TagClassName
{
border-color: #7FA472;
}
</style>