Shades of Amulet #809976
Tints of Amulet #809976
RGB
CMYK
RGB Variations
Color information
#809976 (or 0x809976) is known color: Amulet. HEX triplet: 80, 99 and 76. RGB value is (128,153,118). Sum of RGB (Red+Green+Blue) = 128+153+118=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #809976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809976 is #7F6689. Grayscale: #8D8D8D. Windows color (decimal): -8349322 or 7772544. OLE color: 7772544.
HSL color Cylindrical-coordinate representation of color #809976: hue angle of 102.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #809976 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 118 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.4 |
| HSL | 102.86º | 0.15% | 0.53% | - |
| HSV(B) | 102.86º | 0.23% | 0.6% | - |
| XYZ | 23.56 | 28.68 | 21.43 | - |
| YUV | 141.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 118 | 0.16 | 0 | 0.23 | 0.4 | 102.86 | 0.15 | 0.53 |
| Hex | 80 | 99 | 76 | 10 | 0 | 17 | 28 | 67 | F | 35 |
| Octal | 200 | 231 | 166 | 20 | 0 | 27 | 50 | 147 | 17 | 65 |
| Binary | 10000000 | 10011001 | 1110110 | 10000 | 0 | 10111 | 101000 | 1100111 | 1111 | 110101 |
Color Harmonies of #809976
Complementary color
Monochromatic Colors of #809976
Black with #809976
Text Example
Text Example
White with #809976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809976; }
p { color: rgb(128,153,118); }
H1.HeaderClassName
{
color: #809976;
}
.AnyTagClassName
{
color: #809976;
}
</style>
background-color css
<style>
a { background-color: #809976; }
a { background-color: rgb(128,153,118); }
div.DivClassName
{
background-color: #809976;
}
.BgClassName
{
background-color: #809976;
}
</style>
border-color css
<style>
span { border-color: #809976; }
span { border-color: rgb(128,153,118); }
td.TdClassName
{
border-color: #809976;
}
.TagClassName
{
border-color: #809976;
}
</style>