Shades of Amulet #80967D
Tints of Amulet #80967D
RGB
CMYK
RGB Variations
Color information
#80967D (or 0x80967D) is known color: Amulet. HEX triplet: 80, 96 and 7D. RGB value is (128,150,125). Sum of RGB (Red+Green+Blue) = 128+150+125=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #80967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80967D is #7F6982. Grayscale: #8C8C8C. Windows color (decimal): -8350083 or 8230528. OLE color: 8230528.
HSL color Cylindrical-coordinate representation of color #80967D: hue angle of 112.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80967D is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 150 | 125 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.41 |
| HSL | 112.8º | 0.11% | 0.54% | - |
| HSV(B) | 112.8º | 0.17% | 0.59% | - |
| XYZ | 23.51 | 27.88 | 23.54 | - |
| YUV | 140.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 125 | 0.15 | 0 | 0.17 | 0.41 | 112.8 | 0.11 | 0.54 |
| Hex | 80 | 96 | 7D | F | 0 | 11 | 29 | 71 | B | 36 |
| Octal | 200 | 226 | 175 | 17 | 0 | 21 | 51 | 161 | 13 | 66 |
| Binary | 10000000 | 10010110 | 1111101 | 1111 | 0 | 10001 | 101001 | 1110001 | 1011 | 110110 |
Color Harmonies of #80967D
Complementary color
Monochromatic Colors of #80967D
Black with #80967D
Text Example
Text Example
White with #80967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80967D; }
p { color: rgb(128,150,125); }
H1.HeaderClassName
{
color: #80967D;
}
.AnyTagClassName
{
color: #80967D;
}
</style>
background-color css
<style>
a { background-color: #80967D; }
a { background-color: rgb(128,150,125); }
div.DivClassName
{
background-color: #80967D;
}
.BgClassName
{
background-color: #80967D;
}
</style>
border-color css
<style>
span { border-color: #80967D; }
span { border-color: rgb(128,150,125); }
td.TdClassName
{
border-color: #80967D;
}
.TagClassName
{
border-color: #80967D;
}
</style>