Shades of Amulet #849A7D
Tints of Amulet #849A7D
RGB
CMYK
RGB Variations
Color information
#849A7D (or 0x849A7D) is known color: Amulet. HEX triplet: 84, 9A and 7D. RGB value is (132,154,125). Sum of RGB (Red+Green+Blue) = 132+154+125=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 154 - color contains mainly: green. Hex color #849A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849A7D is #7B6582. Grayscale: #909090. Windows color (decimal): -8086915 or 8231556. OLE color: 8231556.
HSL color Cylindrical-coordinate representation of color #849A7D: hue angle of 105.52º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #849A7D is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 154 | 125 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.40 |
| HSL | 105.52º | 0.13% | 0.55% | - |
| HSV(B) | 105.52º | 0.19% | 0.6% | - |
| XYZ | 24.77 | 29.5 | 23.79 | - |
| YUV | 144.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 125 | 0.14 | 0 | 0.19 | 0.40 | 105.52 | 0.13 | 0.55 |
| Hex | 84 | 9A | 7D | E | 0 | 13 | 28 | 6A | D | 37 |
| Octal | 204 | 232 | 175 | 16 | 0 | 23 | 50 | 152 | 15 | 67 |
| Binary | 10000100 | 10011010 | 1111101 | 1110 | 0 | 10011 | 101000 | 1101010 | 1101 | 110111 |
Color Harmonies of #849A7D
Complementary color
Monochromatic Colors of #849A7D
Black with #849A7D
Text Example
Text Example
White with #849A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849A7D; }
p { color: rgb(132,154,125); }
H1.HeaderClassName
{
color: #849A7D;
}
.AnyTagClassName
{
color: #849A7D;
}
</style>
background-color css
<style>
a { background-color: #849A7D; }
a { background-color: rgb(132,154,125); }
div.DivClassName
{
background-color: #849A7D;
}
.BgClassName
{
background-color: #849A7D;
}
</style>
border-color css
<style>
span { border-color: #849A7D; }
span { border-color: rgb(132,154,125); }
td.TdClassName
{
border-color: #849A7D;
}
.TagClassName
{
border-color: #849A7D;
}
</style>