Shades of Amulet #879E83
Tints of Amulet #879E83
RGB
CMYK
RGB Variations
Color information
#879E83 (or 0x879E83) is known color: Amulet. HEX triplet: 87, 9E and 83. RGB value is (135,158,131). Sum of RGB (Red+Green+Blue) = 135+158+131=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 158 - color contains mainly: green. Hex color #879E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879E83 is #78617C. Grayscale: #949494. Windows color (decimal): -7889277 or 8625799. OLE color: 8625799.
HSL color Cylindrical-coordinate representation of color #879E83: hue angle of 111.11º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #879E83 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 158 | 131 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.38 |
| HSL | 111.11º | 0.12% | 0.57% | - |
| HSV(B) | 111.11º | 0.17% | 0.62% | - |
| XYZ | 26.32 | 31.24 | 26.12 | - |
| YUV | 148.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 158 | 131 | 0.15 | 0 | 0.17 | 0.38 | 111.11 | 0.12 | 0.57 |
| Hex | 87 | 9E | 83 | F | 0 | 11 | 26 | 6F | C | 39 |
| Octal | 207 | 236 | 203 | 17 | 0 | 21 | 46 | 157 | 14 | 71 |
| Binary | 10000111 | 10011110 | 10000011 | 1111 | 0 | 10001 | 100110 | 1101111 | 1100 | 111001 |
Color Harmonies of #879E83
Complementary color
Monochromatic Colors of #879E83
Black with #879E83
Text Example
Text Example
White with #879E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879E83; }
p { color: rgb(135,158,131); }
H1.HeaderClassName
{
color: #879E83;
}
.AnyTagClassName
{
color: #879E83;
}
</style>
background-color css
<style>
a { background-color: #879E83; }
a { background-color: rgb(135,158,131); }
div.DivClassName
{
background-color: #879E83;
}
.BgClassName
{
background-color: #879E83;
}
</style>
border-color css
<style>
span { border-color: #879E83; }
span { border-color: rgb(135,158,131); }
td.TdClassName
{
border-color: #879E83;
}
.TagClassName
{
border-color: #879E83;
}
</style>