Shades of Amulet #8CA378
Tints of Amulet #8CA378
RGB
CMYK
RGB Variations
Color information
#8CA378 (or 0x8CA378) is known color: Amulet. HEX triplet: 8C, A3 and 78. RGB value is (140,163,120). Sum of RGB (Red+Green+Blue) = 140+163+120=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA378 is #735C87. Grayscale: #979797. Windows color (decimal): -7560328 or 7906188. OLE color: 7906188.
HSL color Cylindrical-coordinate representation of color #8CA378: hue angle of 92.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CA378 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 120 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.36 |
| HSL | 92.09º | 0.19% | 0.55% | - |
| HSV(B) | 92.09º | 0.26% | 0.64% | - |
| XYZ | 27.3 | 33.13 | 22.72 | - |
| YUV | 151.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 120 | 0.14 | 0 | 0.26 | 0.36 | 92.09 | 0.19 | 0.55 |
| Hex | 8C | A3 | 78 | E | 0 | 1A | 24 | 5C | 13 | 37 |
| Octal | 214 | 243 | 170 | 16 | 0 | 32 | 44 | 134 | 23 | 67 |
| Binary | 10001100 | 10100011 | 1111000 | 1110 | 0 | 11010 | 100100 | 1011100 | 10011 | 110111 |
Color Harmonies of #8CA378
Complementary color
Monochromatic Colors of #8CA378
Black with #8CA378
Text Example
Text Example
White with #8CA378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA378; }
p { color: rgb(140,163,120); }
H1.HeaderClassName
{
color: #8CA378;
}
.AnyTagClassName
{
color: #8CA378;
}
</style>
background-color css
<style>
a { background-color: #8CA378; }
a { background-color: rgb(140,163,120); }
div.DivClassName
{
background-color: #8CA378;
}
.BgClassName
{
background-color: #8CA378;
}
</style>
border-color css
<style>
span { border-color: #8CA378; }
span { border-color: rgb(140,163,120); }
td.TdClassName
{
border-color: #8CA378;
}
.TagClassName
{
border-color: #8CA378;
}
</style>