Shades of Amulet #86977E
Tints of Amulet #86977E
RGB
CMYK
RGB Variations
Color information
#86977E (or 0x86977E) is known color: Amulet. HEX triplet: 86, 97 and 7E. RGB value is (134,151,126). Sum of RGB (Red+Green+Blue) = 134+151+126=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 151 - color contains mainly: green. Hex color #86977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86977E is #796881. Grayscale: #8F8F8F. Windows color (decimal): -7956610 or 8296326. OLE color: 8296326.
HSL color Cylindrical-coordinate representation of color #86977E: hue angle of 100.8º 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 #86977E is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 151 | 126 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.41 |
| HSL | 100.8º | 0.11% | 0.54% | - |
| HSV(B) | 100.8º | 0.17% | 0.59% | - |
| XYZ | 24.66 | 28.71 | 23.98 | - |
| YUV | 143.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 151 | 126 | 0.11 | 0 | 0.17 | 0.41 | 100.8 | 0.11 | 0.54 |
| Hex | 86 | 97 | 7E | B | 0 | 11 | 29 | 65 | B | 36 |
| Octal | 206 | 227 | 176 | 13 | 0 | 21 | 51 | 145 | 13 | 66 |
| Binary | 10000110 | 10010111 | 1111110 | 1011 | 0 | 10001 | 101001 | 1100101 | 1011 | 110110 |
Color Harmonies of #86977E
Complementary color
Monochromatic Colors of #86977E
Black with #86977E
Text Example
Text Example
White with #86977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86977E; }
p { color: rgb(134,151,126); }
H1.HeaderClassName
{
color: #86977E;
}
.AnyTagClassName
{
color: #86977E;
}
</style>
background-color css
<style>
a { background-color: #86977E; }
a { background-color: rgb(134,151,126); }
div.DivClassName
{
background-color: #86977E;
}
.BgClassName
{
background-color: #86977E;
}
</style>
border-color css
<style>
span { border-color: #86977E; }
span { border-color: rgb(134,151,126); }
td.TdClassName
{
border-color: #86977E;
}
.TagClassName
{
border-color: #86977E;
}
</style>