Shades of Amulet #84957A
Tints of Amulet #84957A
RGB
CMYK
RGB Variations
Color information
#84957A (or 0x84957A) is known color: Amulet. HEX triplet: 84, 95 and 7A. RGB value is (132,149,122). Sum of RGB (Red+Green+Blue) = 132+149+122=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #84957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84957A is #7B6A85. Grayscale: #8C8C8C. Windows color (decimal): -8088198 or 8033668. OLE color: 8033668.
HSL color Cylindrical-coordinate representation of color #84957A: hue angle of 97.78º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84957A is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 149 | 122 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.42 |
| HSL | 97.78º | 0.11% | 0.53% | - |
| HSV(B) | 97.78º | 0.18% | 0.58% | - |
| XYZ | 23.78 | 27.81 | 22.53 | - |
| YUV | 140.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 122 | 0.11 | 0 | 0.18 | 0.42 | 97.78 | 0.11 | 0.53 |
| Hex | 84 | 95 | 7A | B | 0 | 12 | 2A | 62 | B | 35 |
| Octal | 204 | 225 | 172 | 13 | 0 | 22 | 52 | 142 | 13 | 65 |
| Binary | 10000100 | 10010101 | 1111010 | 1011 | 0 | 10010 | 101010 | 1100010 | 1011 | 110101 |
Color Harmonies of #84957A
Complementary color
Monochromatic Colors of #84957A
Black with #84957A
Text Example
Text Example
White with #84957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84957A; }
p { color: rgb(132,149,122); }
H1.HeaderClassName
{
color: #84957A;
}
.AnyTagClassName
{
color: #84957A;
}
</style>
background-color css
<style>
a { background-color: #84957A; }
a { background-color: rgb(132,149,122); }
div.DivClassName
{
background-color: #84957A;
}
.BgClassName
{
background-color: #84957A;
}
</style>
border-color css
<style>
span { border-color: #84957A; }
span { border-color: rgb(132,149,122); }
td.TdClassName
{
border-color: #84957A;
}
.TagClassName
{
border-color: #84957A;
}
</style>