Shades of Amulet #849C7E
Tints of Amulet #849C7E
RGB
CMYK
RGB Variations
Color information
#849C7E (or 0x849C7E) is known color: Amulet. HEX triplet: 84, 9C and 7E. RGB value is (132,156,126). Sum of RGB (Red+Green+Blue) = 132+156+126=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 156 - color contains mainly: green. Hex color #849C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849C7E is #7B6381. Grayscale: #919191. Windows color (decimal): -8086402 or 8297604. OLE color: 8297604.
HSL color Cylindrical-coordinate representation of color #849C7E: hue angle of 108º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #849C7E is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 156 | 126 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.39 |
| HSL | 108º | 0.13% | 0.55% | - |
| HSV(B) | 108º | 0.19% | 0.61% | - |
| XYZ | 25.17 | 30.19 | 24.24 | - |
| YUV | 145.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 126 | 0.15 | 0 | 0.19 | 0.39 | 108 | 0.13 | 0.55 |
| Hex | 84 | 9C | 7E | F | 0 | 13 | 27 | 6C | D | 37 |
| Octal | 204 | 234 | 176 | 17 | 0 | 23 | 47 | 154 | 15 | 67 |
| Binary | 10000100 | 10011100 | 1111110 | 1111 | 0 | 10011 | 100111 | 1101100 | 1101 | 110111 |
Color Harmonies of #849C7E
Complementary color
Monochromatic Colors of #849C7E
Black with #849C7E
Text Example
Text Example
White with #849C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849C7E; }
p { color: rgb(132,156,126); }
H1.HeaderClassName
{
color: #849C7E;
}
.AnyTagClassName
{
color: #849C7E;
}
</style>
background-color css
<style>
a { background-color: #849C7E; }
a { background-color: rgb(132,156,126); }
div.DivClassName
{
background-color: #849C7E;
}
.BgClassName
{
background-color: #849C7E;
}
</style>
border-color css
<style>
span { border-color: #849C7E; }
span { border-color: rgb(132,156,126); }
td.TdClassName
{
border-color: #849C7E;
}
.TagClassName
{
border-color: #849C7E;
}
</style>