Shades of Amulet #809574
Tints of Amulet #809574
RGB
CMYK
RGB Variations
Color information
#809574 (or 0x809574) is known color: Amulet. HEX triplet: 80, 95 and 74. RGB value is (128,149,116). Sum of RGB (Red+Green+Blue) = 128+149+116=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #809574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809574 is #7F6A8B. Grayscale: #8B8B8B. Windows color (decimal): -8350348 or 7640448. OLE color: 7640448.
HSL color Cylindrical-coordinate representation of color #809574: hue angle of 98.18º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #809574 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 116 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.42 |
| HSL | 98.18º | 0.13% | 0.52% | - |
| HSV(B) | 98.18º | 0.22% | 0.58% | - |
| XYZ | 22.8 | 27.35 | 20.6 | - |
| YUV | 138.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 116 | 0.14 | 0 | 0.22 | 0.42 | 98.18 | 0.13 | 0.52 |
| Hex | 80 | 95 | 74 | E | 0 | 16 | 2A | 62 | D | 34 |
| Octal | 200 | 225 | 164 | 16 | 0 | 26 | 52 | 142 | 15 | 64 |
| Binary | 10000000 | 10010101 | 1110100 | 1110 | 0 | 10110 | 101010 | 1100010 | 1101 | 110100 |
Color Harmonies of #809574
Complementary color
Monochromatic Colors of #809574
Black with #809574
Text Example
Text Example
White with #809574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809574; }
p { color: rgb(128,149,116); }
H1.HeaderClassName
{
color: #809574;
}
.AnyTagClassName
{
color: #809574;
}
</style>
background-color css
<style>
a { background-color: #809574; }
a { background-color: rgb(128,149,116); }
div.DivClassName
{
background-color: #809574;
}
.BgClassName
{
background-color: #809574;
}
</style>
border-color css
<style>
span { border-color: #809574; }
span { border-color: rgb(128,149,116); }
td.TdClassName
{
border-color: #809574;
}
.TagClassName
{
border-color: #809574;
}
</style>