Shades of Amulet #879977
Tints of Amulet #879977
RGB
CMYK
RGB Variations
Color information
#879977 (or 0x879977) is known color: Amulet. HEX triplet: 87, 99 and 77. RGB value is (135,153,119). Sum of RGB (Red+Green+Blue) = 135+153+119=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #879977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879977 is #786688. Grayscale: #8F8F8F. Windows color (decimal): -7890569 or 7838087. OLE color: 7838087.
HSL color Cylindrical-coordinate representation of color #879977: hue angle of 91.76º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #879977 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 119 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.4 |
| HSL | 91.76º | 0.14% | 0.53% | - |
| HSV(B) | 91.76º | 0.22% | 0.6% | - |
| XYZ | 24.71 | 29.27 | 21.8 | - |
| YUV | 143.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 119 | 0.12 | 0 | 0.22 | 0.4 | 91.76 | 0.14 | 0.53 |
| Hex | 87 | 99 | 77 | C | 0 | 16 | 28 | 5C | E | 35 |
| Octal | 207 | 231 | 167 | 14 | 0 | 26 | 50 | 134 | 16 | 65 |
| Binary | 10000111 | 10011001 | 1110111 | 1100 | 0 | 10110 | 101000 | 1011100 | 1110 | 110101 |
Color Harmonies of #879977
Complementary color
Monochromatic Colors of #879977
Black with #879977
Text Example
Text Example
White with #879977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879977; }
p { color: rgb(135,153,119); }
H1.HeaderClassName
{
color: #879977;
}
.AnyTagClassName
{
color: #879977;
}
</style>
background-color css
<style>
a { background-color: #879977; }
a { background-color: rgb(135,153,119); }
div.DivClassName
{
background-color: #879977;
}
.BgClassName
{
background-color: #879977;
}
</style>
border-color css
<style>
span { border-color: #879977; }
span { border-color: rgb(135,153,119); }
td.TdClassName
{
border-color: #879977;
}
.TagClassName
{
border-color: #879977;
}
</style>