Shades of Amulet #859B77
Tints of Amulet #859B77
RGB
CMYK
RGB Variations
Color information
#859B77 (or 0x859B77) is known color: Amulet. HEX triplet: 85, 9B and 77. RGB value is (133,155,119). Sum of RGB (Red+Green+Blue) = 133+155+119=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #859B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B77 is #7A6488. Grayscale: #909090. Windows color (decimal): -8021129 or 7838597. OLE color: 7838597.
HSL color Cylindrical-coordinate representation of color #859B77: hue angle of 96.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #859B77 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 119 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.39 |
| HSL | 96.67º | 0.15% | 0.54% | - |
| HSV(B) | 96.67º | 0.23% | 0.61% | - |
| XYZ | 24.72 | 29.76 | 21.89 | - |
| YUV | 144.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 119 | 0.14 | 0 | 0.23 | 0.39 | 96.67 | 0.15 | 0.54 |
| Hex | 85 | 9B | 77 | E | 0 | 17 | 27 | 61 | F | 36 |
| Octal | 205 | 233 | 167 | 16 | 0 | 27 | 47 | 141 | 17 | 66 |
| Binary | 10000101 | 10011011 | 1110111 | 1110 | 0 | 10111 | 100111 | 1100001 | 1111 | 110110 |
Color Harmonies of #859B77
Complementary color
Monochromatic Colors of #859B77
Black with #859B77
Text Example
Text Example
White with #859B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B77; }
p { color: rgb(133,155,119); }
H1.HeaderClassName
{
color: #859B77;
}
.AnyTagClassName
{
color: #859B77;
}
</style>
background-color css
<style>
a { background-color: #859B77; }
a { background-color: rgb(133,155,119); }
div.DivClassName
{
background-color: #859B77;
}
.BgClassName
{
background-color: #859B77;
}
</style>
border-color css
<style>
span { border-color: #859B77; }
span { border-color: rgb(133,155,119); }
td.TdClassName
{
border-color: #859B77;
}
.TagClassName
{
border-color: #859B77;
}
</style>