Shades of Amulet #879981
Tints of Amulet #879981
RGB
CMYK
RGB Variations
Color information
#879981 (or 0x879981) is known color: Amulet. HEX triplet: 87, 99 and 81. RGB value is (135,153,129). Sum of RGB (Red+Green+Blue) = 135+153+129=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #879981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879981 is #78667E. Grayscale: #909090. Windows color (decimal): -7890559 or 8493447. OLE color: 8493447.
HSL color Cylindrical-coordinate representation of color #879981: hue angle of 105º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #879981 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 129 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.4 |
| HSL | 105º | 0.11% | 0.55% | - |
| HSV(B) | 105º | 0.16% | 0.6% | - |
| XYZ | 25.35 | 29.52 | 25.13 | - |
| YUV | 144.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 129 | 0.12 | 0 | 0.16 | 0.4 | 105 | 0.11 | 0.55 |
| Hex | 87 | 99 | 81 | C | 0 | 10 | 28 | 69 | B | 37 |
| Octal | 207 | 231 | 201 | 14 | 0 | 20 | 50 | 151 | 13 | 67 |
| Binary | 10000111 | 10011001 | 10000001 | 1100 | 0 | 10000 | 101000 | 1101001 | 1011 | 110111 |
Color Harmonies of #879981
Complementary color
Monochromatic Colors of #879981
Black with #879981
Text Example
Text Example
White with #879981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879981; }
p { color: rgb(135,153,129); }
H1.HeaderClassName
{
color: #879981;
}
.AnyTagClassName
{
color: #879981;
}
</style>
background-color css
<style>
a { background-color: #879981; }
a { background-color: rgb(135,153,129); }
div.DivClassName
{
background-color: #879981;
}
.BgClassName
{
background-color: #879981;
}
</style>
border-color css
<style>
span { border-color: #879981; }
span { border-color: rgb(135,153,129); }
td.TdClassName
{
border-color: #879981;
}
.TagClassName
{
border-color: #879981;
}
</style>