Shades of Amulet #849B7E
Tints of Amulet #849B7E
RGB
CMYK
RGB Variations
Color information
#849B7E (or 0x849B7E) is known color: Amulet. HEX triplet: 84, 9B and 7E. RGB value is (132,155,126). Sum of RGB (Red+Green+Blue) = 132+155+126=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #849B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B7E is #7B6481. Grayscale: #909090. Windows color (decimal): -8086658 or 8297348. OLE color: 8297348.
HSL color Cylindrical-coordinate representation of color #849B7E: hue angle of 107.59º 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 #849B7E is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 155 | 126 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.39 |
| HSL | 107.59º | 0.13% | 0.55% | - |
| HSV(B) | 107.59º | 0.19% | 0.61% | - |
| XYZ | 25 | 29.85 | 24.18 | - |
| YUV | 144.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 126 | 0.15 | 0 | 0.19 | 0.39 | 107.59 | 0.13 | 0.55 |
| Hex | 84 | 9B | 7E | F | 0 | 13 | 27 | 6C | D | 37 |
| Octal | 204 | 233 | 176 | 17 | 0 | 23 | 47 | 154 | 15 | 67 |
| Binary | 10000100 | 10011011 | 1111110 | 1111 | 0 | 10011 | 100111 | 1101100 | 1101 | 110111 |
Color Harmonies of #849B7E
Complementary color
Monochromatic Colors of #849B7E
Black with #849B7E
Text Example
Text Example
White with #849B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849B7E; }
p { color: rgb(132,155,126); }
H1.HeaderClassName
{
color: #849B7E;
}
.AnyTagClassName
{
color: #849B7E;
}
</style>
background-color css
<style>
a { background-color: #849B7E; }
a { background-color: rgb(132,155,126); }
div.DivClassName
{
background-color: #849B7E;
}
.BgClassName
{
background-color: #849B7E;
}
</style>
border-color css
<style>
span { border-color: #849B7E; }
span { border-color: rgb(132,155,126); }
td.TdClassName
{
border-color: #849B7E;
}
.TagClassName
{
border-color: #849B7E;
}
</style>