Shades of Amulet #879C76
Tints of Amulet #879C76
RGB
CMYK
RGB Variations
Color information
#879C76 (or 0x879C76) is known color: Amulet. HEX triplet: 87, 9C and 76. RGB value is (135,156,118). Sum of RGB (Red+Green+Blue) = 135+156+118=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #879C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879C76 is #786389. Grayscale: #919191. Windows color (decimal): -7889802 or 7773319. OLE color: 7773319.
HSL color Cylindrical-coordinate representation of color #879C76: hue angle of 93.16º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #879C76 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 156 | 118 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.39 |
| HSL | 93.16º | 0.16% | 0.54% | - |
| HSV(B) | 93.16º | 0.24% | 0.61% | - |
| XYZ | 25.15 | 30.24 | 21.65 | - |
| YUV | 145.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 118 | 0.13 | 0 | 0.24 | 0.39 | 93.16 | 0.16 | 0.54 |
| Hex | 87 | 9C | 76 | D | 0 | 18 | 27 | 5D | 10 | 36 |
| Octal | 207 | 234 | 166 | 15 | 0 | 30 | 47 | 135 | 20 | 66 |
| Binary | 10000111 | 10011100 | 1110110 | 1101 | 0 | 11000 | 100111 | 1011101 | 10000 | 110110 |
Color Harmonies of #879C76
Complementary color
Monochromatic Colors of #879C76
Black with #879C76
Text Example
Text Example
White with #879C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879C76; }
p { color: rgb(135,156,118); }
H1.HeaderClassName
{
color: #879C76;
}
.AnyTagClassName
{
color: #879C76;
}
</style>
background-color css
<style>
a { background-color: #879C76; }
a { background-color: rgb(135,156,118); }
div.DivClassName
{
background-color: #879C76;
}
.BgClassName
{
background-color: #879C76;
}
</style>
border-color css
<style>
span { border-color: #879C76; }
span { border-color: rgb(135,156,118); }
td.TdClassName
{
border-color: #879C76;
}
.TagClassName
{
border-color: #879C76;
}
</style>