Shades of Amulet #859977
Tints of Amulet #859977
RGB
CMYK
RGB Variations
Color information
#859977 (or 0x859977) is known color: Amulet. HEX triplet: 85, 99 and 77. RGB value is (133,153,119). Sum of RGB (Red+Green+Blue) = 133+153+119=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #859977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859977 is #7A6688. Grayscale: #8F8F8F. Windows color (decimal): -8021641 or 7838085. OLE color: 7838085.
HSL color Cylindrical-coordinate representation of color #859977: hue angle of 95.29º 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 #859977 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 119 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.4 |
| HSL | 95.29º | 0.14% | 0.53% | - |
| HSV(B) | 95.29º | 0.22% | 0.6% | - |
| XYZ | 24.39 | 29.1 | 21.78 | - |
| YUV | 143.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 119 | 0.13 | 0 | 0.22 | 0.4 | 95.29 | 0.14 | 0.53 |
| Hex | 85 | 99 | 77 | D | 0 | 16 | 28 | 5F | E | 35 |
| Octal | 205 | 231 | 167 | 15 | 0 | 26 | 50 | 137 | 16 | 65 |
| Binary | 10000101 | 10011001 | 1110111 | 1101 | 0 | 10110 | 101000 | 1011111 | 1110 | 110101 |
Color Harmonies of #859977
Complementary color
Monochromatic Colors of #859977
Black with #859977
Text Example
Text Example
White with #859977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859977; }
p { color: rgb(133,153,119); }
H1.HeaderClassName
{
color: #859977;
}
.AnyTagClassName
{
color: #859977;
}
</style>
background-color css
<style>
a { background-color: #859977; }
a { background-color: rgb(133,153,119); }
div.DivClassName
{
background-color: #859977;
}
.BgClassName
{
background-color: #859977;
}
</style>
border-color css
<style>
span { border-color: #859977; }
span { border-color: rgb(133,153,119); }
td.TdClassName
{
border-color: #859977;
}
.TagClassName
{
border-color: #859977;
}
</style>