Shades of Amulet #809872
Tints of Amulet #809872
RGB
CMYK
RGB Variations
Color information
#809872 (or 0x809872) is known color: Amulet. HEX triplet: 80, 98 and 72. RGB value is (128,152,114). Sum of RGB (Red+Green+Blue) = 128+152+114=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #809872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809872 is #7F678D. Grayscale: #8C8C8C. Windows color (decimal): -8349582 or 7510144. OLE color: 7510144.
HSL color Cylindrical-coordinate representation of color #809872: hue angle of 97.89º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #809872 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 114 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.40 |
| HSL | 97.89º | 0.16% | 0.52% | - |
| HSV(B) | 97.89º | 0.25% | 0.6% | - |
| XYZ | 23.17 | 28.26 | 20.15 | - |
| YUV | 140.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 114 | 0.16 | 0 | 0.25 | 0.40 | 97.89 | 0.16 | 0.52 |
| Hex | 80 | 98 | 72 | 10 | 0 | 19 | 28 | 62 | 10 | 34 |
| Octal | 200 | 230 | 162 | 20 | 0 | 31 | 50 | 142 | 20 | 64 |
| Binary | 10000000 | 10011000 | 1110010 | 10000 | 0 | 11001 | 101000 | 1100010 | 10000 | 110100 |
Color Harmonies of #809872
Complementary color
Monochromatic Colors of #809872
Black with #809872
Text Example
Text Example
White with #809872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809872; }
p { color: rgb(128,152,114); }
H1.HeaderClassName
{
color: #809872;
}
.AnyTagClassName
{
color: #809872;
}
</style>
background-color css
<style>
a { background-color: #809872; }
a { background-color: rgb(128,152,114); }
div.DivClassName
{
background-color: #809872;
}
.BgClassName
{
background-color: #809872;
}
</style>
border-color css
<style>
span { border-color: #809872; }
span { border-color: rgb(128,152,114); }
td.TdClassName
{
border-color: #809872;
}
.TagClassName
{
border-color: #809872;
}
</style>