Shades of Amulet #8B9C80
Tints of Amulet #8B9C80
RGB
CMYK
RGB Variations
Color information
#8B9C80 (or 0x8B9C80) is known color: Amulet. HEX triplet: 8B, 9C and 80. RGB value is (139,156,128). Sum of RGB (Red+Green+Blue) = 139+156+128=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #8B9C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9C80 is #74637F. Grayscale: #939393. Windows color (decimal): -7627648 or 8428683. OLE color: 8428683.
HSL color Cylindrical-coordinate representation of color #8B9C80: hue angle of 96.43º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B9C80 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 156 | 128 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.39 |
| HSL | 96.43º | 0.12% | 0.56% | - |
| HSV(B) | 96.43º | 0.18% | 0.61% | - |
| XYZ | 26.43 | 30.82 | 24.98 | - |
| YUV | 147.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 156 | 128 | 0.11 | 0 | 0.18 | 0.39 | 96.43 | 0.12 | 0.56 |
| Hex | 8B | 9C | 80 | B | 0 | 12 | 27 | 60 | C | 38 |
| Octal | 213 | 234 | 200 | 13 | 0 | 22 | 47 | 140 | 14 | 70 |
| Binary | 10001011 | 10011100 | 10000000 | 1011 | 0 | 10010 | 100111 | 1100000 | 1100 | 111000 |
Color Harmonies of #8B9C80
Complementary color
Monochromatic Colors of #8B9C80
Black with #8B9C80
Text Example
Text Example
White with #8B9C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9C80; }
p { color: rgb(139,156,128); }
H1.HeaderClassName
{
color: #8B9C80;
}
.AnyTagClassName
{
color: #8B9C80;
}
</style>
background-color css
<style>
a { background-color: #8B9C80; }
a { background-color: rgb(139,156,128); }
div.DivClassName
{
background-color: #8B9C80;
}
.BgClassName
{
background-color: #8B9C80;
}
</style>
border-color css
<style>
span { border-color: #8B9C80; }
span { border-color: rgb(139,156,128); }
td.TdClassName
{
border-color: #8B9C80;
}
.TagClassName
{
border-color: #8B9C80;
}
</style>