Shades of Amulet #879E81
Tints of Amulet #879E81
RGB
CMYK
RGB Variations
Color information
#879E81 (or 0x879E81) is known color: Amulet. HEX triplet: 87, 9E and 81. RGB value is (135,158,129). Sum of RGB (Red+Green+Blue) = 135+158+129=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 158 - color contains mainly: green. Hex color #879E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879E81 is #78617E. Grayscale: #939393. Windows color (decimal): -7889279 or 8494727. OLE color: 8494727.
HSL color Cylindrical-coordinate representation of color #879E81: hue angle of 107.59º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #879E81 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 158 | 129 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.38 |
| HSL | 107.59º | 0.13% | 0.56% | - |
| HSV(B) | 107.59º | 0.18% | 0.62% | - |
| XYZ | 26.18 | 31.19 | 25.41 | - |
| YUV | 147.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 158 | 129 | 0.15 | 0 | 0.18 | 0.38 | 107.59 | 0.13 | 0.56 |
| Hex | 87 | 9E | 81 | F | 0 | 12 | 26 | 6C | D | 38 |
| Octal | 207 | 236 | 201 | 17 | 0 | 22 | 46 | 154 | 15 | 70 |
| Binary | 10000111 | 10011110 | 10000001 | 1111 | 0 | 10010 | 100110 | 1101100 | 1101 | 111000 |
Color Harmonies of #879E81
Complementary color
Monochromatic Colors of #879E81
Black with #879E81
Text Example
Text Example
White with #879E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879E81; }
p { color: rgb(135,158,129); }
H1.HeaderClassName
{
color: #879E81;
}
.AnyTagClassName
{
color: #879E81;
}
</style>
background-color css
<style>
a { background-color: #879E81; }
a { background-color: rgb(135,158,129); }
div.DivClassName
{
background-color: #879E81;
}
.BgClassName
{
background-color: #879E81;
}
</style>
border-color css
<style>
span { border-color: #879E81; }
span { border-color: rgb(135,158,129); }
td.TdClassName
{
border-color: #879E81;
}
.TagClassName
{
border-color: #879E81;
}
</style>