Shades of Amulet #8B997C
Tints of Amulet #8B997C
RGB
CMYK
RGB Variations
Color information
#8B997C (or 0x8B997C) is known color: Amulet. HEX triplet: 8B, 99 and 7C. RGB value is (139,153,124). Sum of RGB (Red+Green+Blue) = 139+153+124=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #8B997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B997C is #746683. Grayscale: #919191. Windows color (decimal): -7628420 or 8165771. OLE color: 8165771.
HSL color Cylindrical-coordinate representation of color #8B997C: hue angle of 88.97º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B997C is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 124 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.4 |
| HSL | 88.97º | 0.12% | 0.54% | - |
| HSV(B) | 88.97º | 0.19% | 0.6% | - |
| XYZ | 25.68 | 29.73 | 23.45 | - |
| YUV | 145.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 124 | 0.09 | 0 | 0.19 | 0.4 | 88.97 | 0.12 | 0.54 |
| Hex | 8B | 99 | 7C | 9 | 0 | 13 | 28 | 59 | C | 36 |
| Octal | 213 | 231 | 174 | 11 | 0 | 23 | 50 | 131 | 14 | 66 |
| Binary | 10001011 | 10011001 | 1111100 | 1001 | 0 | 10011 | 101000 | 1011001 | 1100 | 110110 |
Color Harmonies of #8B997C
Complementary color
Monochromatic Colors of #8B997C
Black with #8B997C
Text Example
Text Example
White with #8B997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B997C; }
p { color: rgb(139,153,124); }
H1.HeaderClassName
{
color: #8B997C;
}
.AnyTagClassName
{
color: #8B997C;
}
</style>
background-color css
<style>
a { background-color: #8B997C; }
a { background-color: rgb(139,153,124); }
div.DivClassName
{
background-color: #8B997C;
}
.BgClassName
{
background-color: #8B997C;
}
</style>
border-color css
<style>
span { border-color: #8B997C; }
span { border-color: rgb(139,153,124); }
td.TdClassName
{
border-color: #8B997C;
}
.TagClassName
{
border-color: #8B997C;
}
</style>