Shades of Amulet #8CA077
Tints of Amulet #8CA077
RGB
CMYK
RGB Variations
Color information
#8CA077 (or 0x8CA077) is known color: Amulet. HEX triplet: 8C, A0 and 77. RGB value is (140,160,119). Sum of RGB (Red+Green+Blue) = 140+160+119=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA077 is #735F88. Grayscale: #959595. Windows color (decimal): -7561097 or 7839884. OLE color: 7839884.
HSL color Cylindrical-coordinate representation of color #8CA077: hue angle of 89.27º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CA077 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 160 | 119 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.37 |
| HSL | 89.27º | 0.18% | 0.55% | - |
| HSV(B) | 89.27º | 0.26% | 0.63% | - |
| XYZ | 26.72 | 32.05 | 22.23 | - |
| YUV | 149.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 119 | 0.12 | 0 | 0.26 | 0.37 | 89.27 | 0.18 | 0.55 |
| Hex | 8C | A0 | 77 | C | 0 | 1A | 25 | 59 | 12 | 37 |
| Octal | 214 | 240 | 167 | 14 | 0 | 32 | 45 | 131 | 22 | 67 |
| Binary | 10001100 | 10100000 | 1110111 | 1100 | 0 | 11010 | 100101 | 1011001 | 10010 | 110111 |
Color Harmonies of #8CA077
Complementary color
Monochromatic Colors of #8CA077
Black with #8CA077
Text Example
Text Example
White with #8CA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA077; }
p { color: rgb(140,160,119); }
H1.HeaderClassName
{
color: #8CA077;
}
.AnyTagClassName
{
color: #8CA077;
}
</style>
background-color css
<style>
a { background-color: #8CA077; }
a { background-color: rgb(140,160,119); }
div.DivClassName
{
background-color: #8CA077;
}
.BgClassName
{
background-color: #8CA077;
}
</style>
border-color css
<style>
span { border-color: #8CA077; }
span { border-color: rgb(140,160,119); }
td.TdClassName
{
border-color: #8CA077;
}
.TagClassName
{
border-color: #8CA077;
}
</style>