Shades of Amulet #809874
Tints of Amulet #809874
RGB
CMYK
RGB Variations
Color information
#809874 (or 0x809874) is known color: Amulet. HEX triplet: 80, 98 and 74. RGB value is (128,152,116). Sum of RGB (Red+Green+Blue) = 128+152+116=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #809874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809874 is #7F678B. Grayscale: #8C8C8C. Windows color (decimal): -8349580 or 7641216. OLE color: 7641216.
HSL color Cylindrical-coordinate representation of color #809874: hue angle of 100º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #809874 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 116 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.40 |
| HSL | 100º | 0.15% | 0.53% | - |
| HSV(B) | 100º | 0.24% | 0.6% | - |
| XYZ | 23.28 | 28.31 | 20.76 | - |
| YUV | 140.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 116 | 0.16 | 0 | 0.24 | 0.40 | 100 | 0.15 | 0.53 |
| Hex | 80 | 98 | 74 | 10 | 0 | 18 | 28 | 64 | F | 35 |
| Octal | 200 | 230 | 164 | 20 | 0 | 30 | 50 | 144 | 17 | 65 |
| Binary | 10000000 | 10011000 | 1110100 | 10000 | 0 | 11000 | 101000 | 1100100 | 1111 | 110101 |
Color Harmonies of #809874
Complementary color
Monochromatic Colors of #809874
Black with #809874
Text Example
Text Example
White with #809874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809874; }
p { color: rgb(128,152,116); }
H1.HeaderClassName
{
color: #809874;
}
.AnyTagClassName
{
color: #809874;
}
</style>
background-color css
<style>
a { background-color: #809874; }
a { background-color: rgb(128,152,116); }
div.DivClassName
{
background-color: #809874;
}
.BgClassName
{
background-color: #809874;
}
</style>
border-color css
<style>
span { border-color: #809874; }
span { border-color: rgb(128,152,116); }
td.TdClassName
{
border-color: #809874;
}
.TagClassName
{
border-color: #809874;
}
</style>