Shades of Amulet #849B72
Tints of Amulet #849B72
RGB
CMYK
RGB Variations
Color information
#849B72 (or 0x849B72) is known color: Amulet. HEX triplet: 84, 9B and 72. RGB value is (132,155,114). Sum of RGB (Red+Green+Blue) = 132+155+114=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 155 - color contains mainly: green. Hex color #849B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B72 is #7B648D. Grayscale: #8F8F8F. Windows color (decimal): -8086670 or 7510916. OLE color: 7510916.
HSL color Cylindrical-coordinate representation of color #849B72: hue angle of 93.66º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #849B72 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 155 | 114 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.39 |
| HSL | 93.66º | 0.17% | 0.53% | - |
| HSV(B) | 93.66º | 0.26% | 0.61% | - |
| XYZ | 24.27 | 29.56 | 20.35 | - |
| YUV | 143.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 114 | 0.15 | 0 | 0.26 | 0.39 | 93.66 | 0.17 | 0.53 |
| Hex | 84 | 9B | 72 | F | 0 | 1A | 27 | 5E | 11 | 35 |
| Octal | 204 | 233 | 162 | 17 | 0 | 32 | 47 | 136 | 21 | 65 |
| Binary | 10000100 | 10011011 | 1110010 | 1111 | 0 | 11010 | 100111 | 1011110 | 10001 | 110101 |
Color Harmonies of #849B72
Complementary color
Monochromatic Colors of #849B72
Black with #849B72
Text Example
Text Example
White with #849B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849B72; }
p { color: rgb(132,155,114); }
H1.HeaderClassName
{
color: #849B72;
}
.AnyTagClassName
{
color: #849B72;
}
</style>
background-color css
<style>
a { background-color: #849B72; }
a { background-color: rgb(132,155,114); }
div.DivClassName
{
background-color: #849B72;
}
.BgClassName
{
background-color: #849B72;
}
</style>
border-color css
<style>
span { border-color: #849B72; }
span { border-color: rgb(132,155,114); }
td.TdClassName
{
border-color: #849B72;
}
.TagClassName
{
border-color: #849B72;
}
</style>