Shades of Amulet #849B7A
Tints of Amulet #849B7A
RGB
CMYK
RGB Variations
Color information
#849B7A (or 0x849B7A) is known color: Amulet. HEX triplet: 84, 9B and 7A. RGB value is (132,155,122). Sum of RGB (Red+Green+Blue) = 132+155+122=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #849B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B7A is #7B6485. Grayscale: #909090. Windows color (decimal): -8086662 or 8035204. OLE color: 8035204.
HSL color Cylindrical-coordinate representation of color #849B7A: hue angle of 101.82º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #849B7A is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 155 | 122 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.39 |
| HSL | 101.82º | 0.14% | 0.54% | - |
| HSV(B) | 101.82º | 0.21% | 0.61% | - |
| XYZ | 24.75 | 29.75 | 22.85 | - |
| YUV | 144.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 122 | 0.15 | 0 | 0.21 | 0.39 | 101.82 | 0.14 | 0.54 |
| Hex | 84 | 9B | 7A | F | 0 | 15 | 27 | 66 | E | 36 |
| Octal | 204 | 233 | 172 | 17 | 0 | 25 | 47 | 146 | 16 | 66 |
| Binary | 10000100 | 10011011 | 1111010 | 1111 | 0 | 10101 | 100111 | 1100110 | 1110 | 110110 |
Color Harmonies of #849B7A
Complementary color
Monochromatic Colors of #849B7A
Black with #849B7A
Text Example
Text Example
White with #849B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849B7A; }
p { color: rgb(132,155,122); }
H1.HeaderClassName
{
color: #849B7A;
}
.AnyTagClassName
{
color: #849B7A;
}
</style>
background-color css
<style>
a { background-color: #849B7A; }
a { background-color: rgb(132,155,122); }
div.DivClassName
{
background-color: #849B7A;
}
.BgClassName
{
background-color: #849B7A;
}
</style>
border-color css
<style>
span { border-color: #849B7A; }
span { border-color: rgb(132,155,122); }
td.TdClassName
{
border-color: #849B7A;
}
.TagClassName
{
border-color: #849B7A;
}
</style>