Shades of Amulet #879F80
Tints of Amulet #879F80
RGB
CMYK
RGB Variations
Color information
#879F80 (or 0x879F80) is known color: Amulet. HEX triplet: 87, 9F and 80. RGB value is (135,159,128). Sum of RGB (Red+Green+Blue) = 135+159+128=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 159 - color contains mainly: green. Hex color #879F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879F80 is #78607F. Grayscale: #949494. Windows color (decimal): -7889024 or 8429447. OLE color: 8429447.
HSL color Cylindrical-coordinate representation of color #879F80: hue angle of 106.45º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #879F80 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 159 | 128 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.38 |
| HSL | 106.45º | 0.14% | 0.56% | - |
| HSV(B) | 106.45º | 0.19% | 0.62% | - |
| XYZ | 26.29 | 31.51 | 25.12 | - |
| YUV | 148.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 128 | 0.15 | 0 | 0.19 | 0.38 | 106.45 | 0.14 | 0.56 |
| Hex | 87 | 9F | 80 | F | 0 | 13 | 26 | 6A | E | 38 |
| Octal | 207 | 237 | 200 | 17 | 0 | 23 | 46 | 152 | 16 | 70 |
| Binary | 10000111 | 10011111 | 10000000 | 1111 | 0 | 10011 | 100110 | 1101010 | 1110 | 111000 |
Color Harmonies of #879F80
Complementary color
Monochromatic Colors of #879F80
Black with #879F80
Text Example
Text Example
White with #879F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879F80; }
p { color: rgb(135,159,128); }
H1.HeaderClassName
{
color: #879F80;
}
.AnyTagClassName
{
color: #879F80;
}
</style>
background-color css
<style>
a { background-color: #879F80; }
a { background-color: rgb(135,159,128); }
div.DivClassName
{
background-color: #879F80;
}
.BgClassName
{
background-color: #879F80;
}
</style>
border-color css
<style>
span { border-color: #879F80; }
span { border-color: rgb(135,159,128); }
td.TdClassName
{
border-color: #879F80;
}
.TagClassName
{
border-color: #879F80;
}
</style>