Shades of Amulet #7FA075
Tints of Amulet #7FA075
RGB
CMYK
RGB Variations
Color information
#7FA075 (or 0x7FA075) is known color: Amulet. HEX triplet: 7F, A0 and 75. RGB value is (127,160,117). Sum of RGB (Red+Green+Blue) = 127+160+117=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA075 is #805F8A. Grayscale: #919191. Windows color (decimal): -8413067 or 7708799. OLE color: 7708799.
HSL color Cylindrical-coordinate representation of color #7FA075: hue angle of 106.05º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FA075 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 117 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.37 |
| HSL | 106.05º | 0.18% | 0.54% | - |
| HSV(B) | 106.05º | 0.27% | 0.63% | - |
| XYZ | 24.53 | 30.94 | 21.51 | - |
| YUV | 145.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 117 | 0.21 | 0 | 0.27 | 0.37 | 106.05 | 0.18 | 0.54 |
| Hex | 7F | A0 | 75 | 15 | 0 | 1B | 25 | 6A | 12 | 36 |
| Octal | 177 | 240 | 165 | 25 | 0 | 33 | 45 | 152 | 22 | 66 |
| Binary | 1111111 | 10100000 | 1110101 | 10101 | 0 | 11011 | 100101 | 1101010 | 10010 | 110110 |
Color Harmonies of #7FA075
Complementary color
Monochromatic Colors of #7FA075
Black with #7FA075
Text Example
Text Example
White with #7FA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA075; }
p { color: rgb(127,160,117); }
H1.HeaderClassName
{
color: #7FA075;
}
.AnyTagClassName
{
color: #7FA075;
}
</style>
background-color css
<style>
a { background-color: #7FA075; }
a { background-color: rgb(127,160,117); }
div.DivClassName
{
background-color: #7FA075;
}
.BgClassName
{
background-color: #7FA075;
}
</style>
border-color css
<style>
span { border-color: #7FA075; }
span { border-color: rgb(127,160,117); }
td.TdClassName
{
border-color: #7FA075;
}
.TagClassName
{
border-color: #7FA075;
}
</style>