Shades of Amulet #85977F
Tints of Amulet #85977F
RGB
CMYK
RGB Variations
Color information
#85977F (or 0x85977F) is known color: Amulet. HEX triplet: 85, 97 and 7F. RGB value is (133,151,127). Sum of RGB (Red+Green+Blue) = 133+151+127=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 151 - color contains mainly: green. Hex color #85977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85977F is #7A6880. Grayscale: #8E8E8E. Windows color (decimal): -8022145 or 8361861. OLE color: 8361861.
HSL color Cylindrical-coordinate representation of color #85977F: hue angle of 105º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85977F is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 151 | 127 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.41 |
| HSL | 105º | 0.1% | 0.55% | - |
| HSV(B) | 105º | 0.16% | 0.59% | - |
| XYZ | 24.57 | 28.65 | 24.31 | - |
| YUV | 142.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 127 | 0.12 | 0 | 0.16 | 0.41 | 105 | 0.1 | 0.55 |
| Hex | 85 | 97 | 7F | C | 0 | 10 | 29 | 69 | A | 37 |
| Octal | 205 | 227 | 177 | 14 | 0 | 20 | 51 | 151 | 12 | 67 |
| Binary | 10000101 | 10010111 | 1111111 | 1100 | 0 | 10000 | 101001 | 1101001 | 1010 | 110111 |
Color Harmonies of #85977F
Complementary color
Monochromatic Colors of #85977F
Black with #85977F
Text Example
Text Example
White with #85977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85977F; }
p { color: rgb(133,151,127); }
H1.HeaderClassName
{
color: #85977F;
}
.AnyTagClassName
{
color: #85977F;
}
</style>
background-color css
<style>
a { background-color: #85977F; }
a { background-color: rgb(133,151,127); }
div.DivClassName
{
background-color: #85977F;
}
.BgClassName
{
background-color: #85977F;
}
</style>
border-color css
<style>
span { border-color: #85977F; }
span { border-color: rgb(133,151,127); }
td.TdClassName
{
border-color: #85977F;
}
.TagClassName
{
border-color: #85977F;
}
</style>