Shades of Amulet #849A7E
Tints of Amulet #849A7E
RGB
CMYK
RGB Variations
Color information
#849A7E (or 0x849A7E) is known color: Amulet. HEX triplet: 84, 9A and 7E. RGB value is (132,154,126). Sum of RGB (Red+Green+Blue) = 132+154+126=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 154 - color contains mainly: green. Hex color #849A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849A7E is #7B6581. Grayscale: #909090. Windows color (decimal): -8086914 or 8297092. OLE color: 8297092.
HSL color Cylindrical-coordinate representation of color #849A7E: hue angle of 107.14º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #849A7E is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 154 | 126 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.40 |
| HSL | 107.14º | 0.12% | 0.55% | - |
| HSV(B) | 107.14º | 0.18% | 0.6% | - |
| XYZ | 24.84 | 29.52 | 24.13 | - |
| YUV | 144.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 126 | 0.14 | 0 | 0.18 | 0.40 | 107.14 | 0.12 | 0.55 |
| Hex | 84 | 9A | 7E | E | 0 | 12 | 28 | 6B | C | 37 |
| Octal | 204 | 232 | 176 | 16 | 0 | 22 | 50 | 153 | 14 | 67 |
| Binary | 10000100 | 10011010 | 1111110 | 1110 | 0 | 10010 | 101000 | 1101011 | 1100 | 110111 |
Color Harmonies of #849A7E
Complementary color
Monochromatic Colors of #849A7E
Black with #849A7E
Text Example
Text Example
White with #849A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849A7E; }
p { color: rgb(132,154,126); }
H1.HeaderClassName
{
color: #849A7E;
}
.AnyTagClassName
{
color: #849A7E;
}
</style>
background-color css
<style>
a { background-color: #849A7E; }
a { background-color: rgb(132,154,126); }
div.DivClassName
{
background-color: #849A7E;
}
.BgClassName
{
background-color: #849A7E;
}
</style>
border-color css
<style>
span { border-color: #849A7E; }
span { border-color: rgb(132,154,126); }
td.TdClassName
{
border-color: #849A7E;
}
.TagClassName
{
border-color: #849A7E;
}
</style>