Shades of Amulet #879D72
Tints of Amulet #879D72
RGB
CMYK
RGB Variations
Color information
#879D72 (or 0x879D72) is known color: Amulet. HEX triplet: 87, 9D and 72. RGB value is (135,157,114). Sum of RGB (Red+Green+Blue) = 135+157+114=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #879D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879D72 is #78628D. Grayscale: #919191. Windows color (decimal): -7889550 or 7511431. OLE color: 7511431.
HSL color Cylindrical-coordinate representation of color #879D72: hue angle of 90.7º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #879D72 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 157 | 114 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.38 |
| HSL | 90.7º | 0.18% | 0.53% | - |
| HSV(B) | 90.7º | 0.27% | 0.62% | - |
| XYZ | 25.09 | 30.48 | 20.48 | - |
| YUV | 145.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 114 | 0.14 | 0 | 0.27 | 0.38 | 90.7 | 0.18 | 0.53 |
| Hex | 87 | 9D | 72 | E | 0 | 1B | 26 | 5B | 12 | 35 |
| Octal | 207 | 235 | 162 | 16 | 0 | 33 | 46 | 133 | 22 | 65 |
| Binary | 10000111 | 10011101 | 1110010 | 1110 | 0 | 11011 | 100110 | 1011011 | 10010 | 110101 |
Color Harmonies of #879D72
Complementary color
Monochromatic Colors of #879D72
Black with #879D72
Text Example
Text Example
White with #879D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879D72; }
p { color: rgb(135,157,114); }
H1.HeaderClassName
{
color: #879D72;
}
.AnyTagClassName
{
color: #879D72;
}
</style>
background-color css
<style>
a { background-color: #879D72; }
a { background-color: rgb(135,157,114); }
div.DivClassName
{
background-color: #879D72;
}
.BgClassName
{
background-color: #879D72;
}
</style>
border-color css
<style>
span { border-color: #879D72; }
span { border-color: rgb(135,157,114); }
td.TdClassName
{
border-color: #879D72;
}
.TagClassName
{
border-color: #879D72;
}
</style>