Shades of Amulet #86977B
Tints of Amulet #86977B
RGB
CMYK
RGB Variations
Color information
#86977B (or 0x86977B) is known color: Amulet. HEX triplet: 86, 97 and 7B. RGB value is (134,151,123). Sum of RGB (Red+Green+Blue) = 134+151+123=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 151 - color contains mainly: green. Hex color #86977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86977B is #796884. Grayscale: #8E8E8E. Windows color (decimal): -7956613 or 8099718. OLE color: 8099718.
HSL color Cylindrical-coordinate representation of color #86977B: hue angle of 96.43º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86977B is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 151 | 123 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.41 |
| HSL | 96.43º | 0.12% | 0.54% | - |
| HSV(B) | 96.43º | 0.19% | 0.59% | - |
| XYZ | 24.47 | 28.63 | 22.98 | - |
| YUV | 142.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 151 | 123 | 0.11 | 0 | 0.19 | 0.41 | 96.43 | 0.12 | 0.54 |
| Hex | 86 | 97 | 7B | B | 0 | 13 | 29 | 60 | C | 36 |
| Octal | 206 | 227 | 173 | 13 | 0 | 23 | 51 | 140 | 14 | 66 |
| Binary | 10000110 | 10010111 | 1111011 | 1011 | 0 | 10011 | 101001 | 1100000 | 1100 | 110110 |
Color Harmonies of #86977B
Complementary color
Monochromatic Colors of #86977B
Black with #86977B
Text Example
Text Example
White with #86977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86977B; }
p { color: rgb(134,151,123); }
H1.HeaderClassName
{
color: #86977B;
}
.AnyTagClassName
{
color: #86977B;
}
</style>
background-color css
<style>
a { background-color: #86977B; }
a { background-color: rgb(134,151,123); }
div.DivClassName
{
background-color: #86977B;
}
.BgClassName
{
background-color: #86977B;
}
</style>
border-color css
<style>
span { border-color: #86977B; }
span { border-color: rgb(134,151,123); }
td.TdClassName
{
border-color: #86977B;
}
.TagClassName
{
border-color: #86977B;
}
</style>