Shades of Amulet #849E78
Tints of Amulet #849E78
RGB
CMYK
RGB Variations
Color information
#849E78 (or 0x849E78) is known color: Amulet. HEX triplet: 84, 9E and 78. RGB value is (132,158,120). Sum of RGB (Red+Green+Blue) = 132+158+120=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 158 - color contains mainly: green. Hex color #849E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849E78 is #7B6187. Grayscale: #929292. Windows color (decimal): -8085896 or 7904900. OLE color: 7904900.
HSL color Cylindrical-coordinate representation of color #849E78: hue angle of 101.05º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #849E78 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 158 | 120 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.38 |
| HSL | 101.05º | 0.16% | 0.55% | - |
| HSV(B) | 101.05º | 0.24% | 0.62% | - |
| XYZ | 25.13 | 30.72 | 22.37 | - |
| YUV | 145.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 120 | 0.16 | 0 | 0.24 | 0.38 | 101.05 | 0.16 | 0.55 |
| Hex | 84 | 9E | 78 | 10 | 0 | 18 | 26 | 65 | 10 | 37 |
| Octal | 204 | 236 | 170 | 20 | 0 | 30 | 46 | 145 | 20 | 67 |
| Binary | 10000100 | 10011110 | 1111000 | 10000 | 0 | 11000 | 100110 | 1100101 | 10000 | 110111 |
Color Harmonies of #849E78
Complementary color
Monochromatic Colors of #849E78
Black with #849E78
Text Example
Text Example
White with #849E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849E78; }
p { color: rgb(132,158,120); }
H1.HeaderClassName
{
color: #849E78;
}
.AnyTagClassName
{
color: #849E78;
}
</style>
background-color css
<style>
a { background-color: #849E78; }
a { background-color: rgb(132,158,120); }
div.DivClassName
{
background-color: #849E78;
}
.BgClassName
{
background-color: #849E78;
}
</style>
border-color css
<style>
span { border-color: #849E78; }
span { border-color: rgb(132,158,120); }
td.TdClassName
{
border-color: #849E78;
}
.TagClassName
{
border-color: #849E78;
}
</style>