Shades of Amulet #85977E
Tints of Amulet #85977E
RGB
CMYK
RGB Variations
Color information
#85977E (or 0x85977E) is known color: Amulet. HEX triplet: 85, 97 and 7E. RGB value is (133,151,126). Sum of RGB (Red+Green+Blue) = 133+151+126=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 151 - color contains mainly: green. Hex color #85977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85977E is #7A6881. Grayscale: #8E8E8E. Windows color (decimal): -8022146 or 8296325. OLE color: 8296325.
HSL color Cylindrical-coordinate representation of color #85977E: hue angle of 103.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85977E is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 151 | 126 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.41 |
| HSL | 103.2º | 0.11% | 0.54% | - |
| HSV(B) | 103.2º | 0.17% | 0.59% | - |
| XYZ | 24.51 | 28.63 | 23.97 | - |
| YUV | 142.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 126 | 0.12 | 0 | 0.17 | 0.41 | 103.2 | 0.11 | 0.54 |
| Hex | 85 | 97 | 7E | C | 0 | 11 | 29 | 67 | B | 36 |
| Octal | 205 | 227 | 176 | 14 | 0 | 21 | 51 | 147 | 13 | 66 |
| Binary | 10000101 | 10010111 | 1111110 | 1100 | 0 | 10001 | 101001 | 1100111 | 1011 | 110110 |
Color Harmonies of #85977E
Complementary color
Monochromatic Colors of #85977E
Black with #85977E
Text Example
Text Example
White with #85977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85977E; }
p { color: rgb(133,151,126); }
H1.HeaderClassName
{
color: #85977E;
}
.AnyTagClassName
{
color: #85977E;
}
</style>
background-color css
<style>
a { background-color: #85977E; }
a { background-color: rgb(133,151,126); }
div.DivClassName
{
background-color: #85977E;
}
.BgClassName
{
background-color: #85977E;
}
</style>
border-color css
<style>
span { border-color: #85977E; }
span { border-color: rgb(133,151,126); }
td.TdClassName
{
border-color: #85977E;
}
.TagClassName
{
border-color: #85977E;
}
</style>