Shades of Amulet #8D9C80
Tints of Amulet #8D9C80
RGB
CMYK
RGB Variations
Color information
#8D9C80 (or 0x8D9C80) is known color: Amulet. HEX triplet: 8D, 9C and 80. RGB value is (141,156,128). Sum of RGB (Red+Green+Blue) = 141+156+128=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 156 - color contains mainly: green. Hex color #8D9C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9C80 is #72637F. Grayscale: #949494. Windows color (decimal): -7496576 or 8428685. OLE color: 8428685.
HSL color Cylindrical-coordinate representation of color #8D9C80: hue angle of 92.14º 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 #8D9C80 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 156 | 128 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.39 |
| HSL | 92.14º | 0.12% | 0.56% | - |
| HSV(B) | 92.14º | 0.18% | 0.61% | - |
| XYZ | 26.77 | 31 | 24.99 | - |
| YUV | 148.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 128 | 0.10 | 0 | 0.18 | 0.39 | 92.14 | 0.12 | 0.56 |
| Hex | 8D | 9C | 80 | A | 0 | 12 | 27 | 5C | C | 38 |
| Octal | 215 | 234 | 200 | 12 | 0 | 22 | 47 | 134 | 14 | 70 |
| Binary | 10001101 | 10011100 | 10000000 | 1010 | 0 | 10010 | 100111 | 1011100 | 1100 | 111000 |
Color Harmonies of #8D9C80
Complementary color
Monochromatic Colors of #8D9C80
Black with #8D9C80
Text Example
Text Example
White with #8D9C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9C80; }
p { color: rgb(141,156,128); }
H1.HeaderClassName
{
color: #8D9C80;
}
.AnyTagClassName
{
color: #8D9C80;
}
</style>
background-color css
<style>
a { background-color: #8D9C80; }
a { background-color: rgb(141,156,128); }
div.DivClassName
{
background-color: #8D9C80;
}
.BgClassName
{
background-color: #8D9C80;
}
</style>
border-color css
<style>
span { border-color: #8D9C80; }
span { border-color: rgb(141,156,128); }
td.TdClassName
{
border-color: #8D9C80;
}
.TagClassName
{
border-color: #8D9C80;
}
</style>