Shades of Amulet #84947B
Tints of Amulet #84947B
RGB
CMYK
RGB Variations
Color information
#84947B (or 0x84947B) is known color: Amulet. HEX triplet: 84, 94 and 7B. RGB value is (132,148,123). Sum of RGB (Red+Green+Blue) = 132+148+123=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #84947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84947B is #7B6B84. Grayscale: #8C8C8C. Windows color (decimal): -8088453 or 8098948. OLE color: 8098948.
HSL color Cylindrical-coordinate representation of color #84947B: hue angle of 98.4º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84947B is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 148 | 123 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.42 |
| HSL | 98.4º | 0.1% | 0.53% | - |
| HSV(B) | 98.4º | 0.17% | 0.58% | - |
| XYZ | 23.68 | 27.52 | 22.8 | - |
| YUV | 140.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 123 | 0.11 | 0 | 0.17 | 0.42 | 98.4 | 0.1 | 0.53 |
| Hex | 84 | 94 | 7B | B | 0 | 11 | 2A | 62 | A | 35 |
| Octal | 204 | 224 | 173 | 13 | 0 | 21 | 52 | 142 | 12 | 65 |
| Binary | 10000100 | 10010100 | 1111011 | 1011 | 0 | 10001 | 101010 | 1100010 | 1010 | 110101 |
Color Harmonies of #84947B
Complementary color
Monochromatic Colors of #84947B
Black with #84947B
Text Example
Text Example
White with #84947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84947B; }
p { color: rgb(132,148,123); }
H1.HeaderClassName
{
color: #84947B;
}
.AnyTagClassName
{
color: #84947B;
}
</style>
background-color css
<style>
a { background-color: #84947B; }
a { background-color: rgb(132,148,123); }
div.DivClassName
{
background-color: #84947B;
}
.BgClassName
{
background-color: #84947B;
}
</style>
border-color css
<style>
span { border-color: #84947B; }
span { border-color: rgb(132,148,123); }
td.TdClassName
{
border-color: #84947B;
}
.TagClassName
{
border-color: #84947B;
}
</style>