Shades of Amulet #879F72
Tints of Amulet #879F72
RGB
CMYK
RGB Variations
Color information
#879F72 (or 0x879F72) is known color: Amulet. HEX triplet: 87, 9F and 72. RGB value is (135,159,114). Sum of RGB (Red+Green+Blue) = 135+159+114=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 159 - color contains mainly: green. Hex color #879F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879F72 is #78608D. Grayscale: #929292. Windows color (decimal): -7889038 or 7511943. OLE color: 7511943.
HSL color Cylindrical-coordinate representation of color #879F72: hue angle of 92º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #879F72 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 159 | 114 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.38 |
| HSL | 92º | 0.19% | 0.54% | - |
| HSV(B) | 92º | 0.28% | 0.62% | - |
| XYZ | 25.43 | 31.16 | 20.59 | - |
| YUV | 146.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 114 | 0.15 | 0 | 0.28 | 0.38 | 92 | 0.19 | 0.54 |
| Hex | 87 | 9F | 72 | F | 0 | 1C | 26 | 5C | 13 | 36 |
| Octal | 207 | 237 | 162 | 17 | 0 | 34 | 46 | 134 | 23 | 66 |
| Binary | 10000111 | 10011111 | 1110010 | 1111 | 0 | 11100 | 100110 | 1011100 | 10011 | 110110 |
Color Harmonies of #879F72
Complementary color
Monochromatic Colors of #879F72
Black with #879F72
Text Example
Text Example
White with #879F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879F72; }
p { color: rgb(135,159,114); }
H1.HeaderClassName
{
color: #879F72;
}
.AnyTagClassName
{
color: #879F72;
}
</style>
background-color css
<style>
a { background-color: #879F72; }
a { background-color: rgb(135,159,114); }
div.DivClassName
{
background-color: #879F72;
}
.BgClassName
{
background-color: #879F72;
}
</style>
border-color css
<style>
span { border-color: #879F72; }
span { border-color: rgb(135,159,114); }
td.TdClassName
{
border-color: #879F72;
}
.TagClassName
{
border-color: #879F72;
}
</style>