Shades of Amulet #849B7C
Tints of Amulet #849B7C
RGB
CMYK
RGB Variations
Color information
#849B7C (or 0x849B7C) is known color: Amulet. HEX triplet: 84, 9B and 7C. RGB value is (132,155,124). Sum of RGB (Red+Green+Blue) = 132+155+124=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #849B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B7C is #7B6483. Grayscale: #909090. Windows color (decimal): -8086660 or 8166276. OLE color: 8166276.
HSL color Cylindrical-coordinate representation of color #849B7C: hue angle of 104.52º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #849B7C is Cyan = 0.15, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 155 | 124 | - |
| CMYK | 0.15 | 0 | 0.2 | 0.39 |
| HSL | 104.52º | 0.13% | 0.55% | - |
| HSV(B) | 104.52º | 0.2% | 0.61% | - |
| XYZ | 24.88 | 29.8 | 23.51 | - |
| YUV | 144.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 124 | 0.15 | 0 | 0.2 | 0.39 | 104.52 | 0.13 | 0.55 |
| Hex | 84 | 9B | 7C | F | 0 | 14 | 27 | 69 | D | 37 |
| Octal | 204 | 233 | 174 | 17 | 0 | 24 | 47 | 151 | 15 | 67 |
| Binary | 10000100 | 10011011 | 1111100 | 1111 | 0 | 10100 | 100111 | 1101001 | 1101 | 110111 |
Color Harmonies of #849B7C
Complementary color
Monochromatic Colors of #849B7C
Black with #849B7C
Text Example
Text Example
White with #849B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849B7C; }
p { color: rgb(132,155,124); }
H1.HeaderClassName
{
color: #849B7C;
}
.AnyTagClassName
{
color: #849B7C;
}
</style>
background-color css
<style>
a { background-color: #849B7C; }
a { background-color: rgb(132,155,124); }
div.DivClassName
{
background-color: #849B7C;
}
.BgClassName
{
background-color: #849B7C;
}
</style>
border-color css
<style>
span { border-color: #849B7C; }
span { border-color: rgb(132,155,124); }
td.TdClassName
{
border-color: #849B7C;
}
.TagClassName
{
border-color: #849B7C;
}
</style>