Shades of Amulet #879A83
Tints of Amulet #879A83
RGB
CMYK
RGB Variations
Color information
#879A83 (or 0x879A83) is known color: Amulet. HEX triplet: 87, 9A and 83. RGB value is (135,154,131). Sum of RGB (Red+Green+Blue) = 135+154+131=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 154 - color contains mainly: green. Hex color #879A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879A83 is #78657C. Grayscale: #919191. Windows color (decimal): -7890301 or 8624775. OLE color: 8624775.
HSL color Cylindrical-coordinate representation of color #879A83: hue angle of 109.57º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #879A83 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 154 | 131 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.40 |
| HSL | 109.57º | 0.1% | 0.56% | - |
| HSV(B) | 109.57º | 0.15% | 0.6% | - |
| XYZ | 25.64 | 29.9 | 25.89 | - |
| YUV | 145.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 131 | 0.12 | 0 | 0.15 | 0.40 | 109.57 | 0.1 | 0.56 |
| Hex | 87 | 9A | 83 | C | 0 | F | 28 | 6E | A | 38 |
| Octal | 207 | 232 | 203 | 14 | 0 | 17 | 50 | 156 | 12 | 70 |
| Binary | 10000111 | 10011010 | 10000011 | 1100 | 0 | 1111 | 101000 | 1101110 | 1010 | 111000 |
Color Harmonies of #879A83
Complementary color
Monochromatic Colors of #879A83
Black with #879A83
Text Example
Text Example
White with #879A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879A83; }
p { color: rgb(135,154,131); }
H1.HeaderClassName
{
color: #879A83;
}
.AnyTagClassName
{
color: #879A83;
}
</style>
background-color css
<style>
a { background-color: #879A83; }
a { background-color: rgb(135,154,131); }
div.DivClassName
{
background-color: #879A83;
}
.BgClassName
{
background-color: #879A83;
}
</style>
border-color css
<style>
span { border-color: #879A83; }
span { border-color: rgb(135,154,131); }
td.TdClassName
{
border-color: #879A83;
}
.TagClassName
{
border-color: #879A83;
}
</style>