Shades of Amulet #84977E
Tints of Amulet #84977E
RGB
CMYK
RGB Variations
Color information
#84977E (or 0x84977E) is known color: Amulet. HEX triplet: 84, 97 and 7E. RGB value is (132,151,126). Sum of RGB (Red+Green+Blue) = 132+151+126=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 151 - color contains mainly: green. Hex color #84977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84977E is #7B6881. Grayscale: #8E8E8E. Windows color (decimal): -8087682 or 8296324. OLE color: 8296324.
HSL color Cylindrical-coordinate representation of color #84977E: hue angle of 105.6º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84977E is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 151 | 126 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.41 |
| HSL | 105.6º | 0.11% | 0.54% | - |
| HSV(B) | 105.6º | 0.17% | 0.59% | - |
| XYZ | 24.35 | 28.55 | 23.97 | - |
| YUV | 142.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 126 | 0.13 | 0 | 0.17 | 0.41 | 105.6 | 0.11 | 0.54 |
| Hex | 84 | 97 | 7E | D | 0 | 11 | 29 | 6A | B | 36 |
| Octal | 204 | 227 | 176 | 15 | 0 | 21 | 51 | 152 | 13 | 66 |
| Binary | 10000100 | 10010111 | 1111110 | 1101 | 0 | 10001 | 101001 | 1101010 | 1011 | 110110 |
Color Harmonies of #84977E
Complementary color
Monochromatic Colors of #84977E
Black with #84977E
Text Example
Text Example
White with #84977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84977E; }
p { color: rgb(132,151,126); }
H1.HeaderClassName
{
color: #84977E;
}
.AnyTagClassName
{
color: #84977E;
}
</style>
background-color css
<style>
a { background-color: #84977E; }
a { background-color: rgb(132,151,126); }
div.DivClassName
{
background-color: #84977E;
}
.BgClassName
{
background-color: #84977E;
}
</style>
border-color css
<style>
span { border-color: #84977E; }
span { border-color: rgb(132,151,126); }
td.TdClassName
{
border-color: #84977E;
}
.TagClassName
{
border-color: #84977E;
}
</style>