Shades of Amulet #80987A
Tints of Amulet #80987A
RGB
CMYK
RGB Variations
Color information
#80987A (or 0x80987A) is known color: Amulet. HEX triplet: 80, 98 and 7A. RGB value is (128,152,122). Sum of RGB (Red+Green+Blue) = 128+152+122=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #80987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80987A is #7F6785. Grayscale: #8D8D8D. Windows color (decimal): -8349574 or 8034432. OLE color: 8034432.
HSL color Cylindrical-coordinate representation of color #80987A: hue angle of 108º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80987A is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 122 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.40 |
| HSL | 108º | 0.13% | 0.54% | - |
| HSV(B) | 108º | 0.2% | 0.6% | - |
| XYZ | 23.64 | 28.45 | 22.66 | - |
| YUV | 141.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 122 | 0.16 | 0 | 0.20 | 0.40 | 108 | 0.13 | 0.54 |
| Hex | 80 | 98 | 7A | 10 | 0 | 14 | 28 | 6C | D | 36 |
| Octal | 200 | 230 | 172 | 20 | 0 | 24 | 50 | 154 | 15 | 66 |
| Binary | 10000000 | 10011000 | 1111010 | 10000 | 0 | 10100 | 101000 | 1101100 | 1101 | 110110 |
Color Harmonies of #80987A
Complementary color
Monochromatic Colors of #80987A
Black with #80987A
Text Example
Text Example
White with #80987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80987A; }
p { color: rgb(128,152,122); }
H1.HeaderClassName
{
color: #80987A;
}
.AnyTagClassName
{
color: #80987A;
}
</style>
background-color css
<style>
a { background-color: #80987A; }
a { background-color: rgb(128,152,122); }
div.DivClassName
{
background-color: #80987A;
}
.BgClassName
{
background-color: #80987A;
}
</style>
border-color css
<style>
span { border-color: #80987A; }
span { border-color: rgb(128,152,122); }
td.TdClassName
{
border-color: #80987A;
}
.TagClassName
{
border-color: #80987A;
}
</style>