Shades of Amulet #80A075
Tints of Amulet #80A075
RGB
CMYK
RGB Variations
Color information
#80A075 (or 0x80A075) is known color: Amulet. HEX triplet: 80, A0 and 75. RGB value is (128,160,117). Sum of RGB (Red+Green+Blue) = 128+160+117=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 160 - color contains mainly: green. Hex color #80A075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A075 is #7F5F8A. Grayscale: #919191. Windows color (decimal): -8347531 or 7708800. OLE color: 7708800.
HSL color Cylindrical-coordinate representation of color #80A075: hue angle of 104.65º 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 #80A075 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 117 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.37 |
| HSL | 104.65º | 0.18% | 0.54% | - |
| HSV(B) | 104.65º | 0.27% | 0.63% | - |
| XYZ | 24.68 | 31.02 | 21.52 | - |
| YUV | 145.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 117 | 0.20 | 0 | 0.27 | 0.37 | 104.65 | 0.18 | 0.54 |
| Hex | 80 | A0 | 75 | 14 | 0 | 1B | 25 | 69 | 12 | 36 |
| Octal | 200 | 240 | 165 | 24 | 0 | 33 | 45 | 151 | 22 | 66 |
| Binary | 10000000 | 10100000 | 1110101 | 10100 | 0 | 11011 | 100101 | 1101001 | 10010 | 110110 |
Color Harmonies of #80A075
Complementary color
Monochromatic Colors of #80A075
Black with #80A075
Text Example
Text Example
White with #80A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A075; }
p { color: rgb(128,160,117); }
H1.HeaderClassName
{
color: #80A075;
}
.AnyTagClassName
{
color: #80A075;
}
</style>
background-color css
<style>
a { background-color: #80A075; }
a { background-color: rgb(128,160,117); }
div.DivClassName
{
background-color: #80A075;
}
.BgClassName
{
background-color: #80A075;
}
</style>
border-color css
<style>
span { border-color: #80A075; }
span { border-color: rgb(128,160,117); }
td.TdClassName
{
border-color: #80A075;
}
.TagClassName
{
border-color: #80A075;
}
</style>