Shades of Amulet #8CA779
Tints of Amulet #8CA779
RGB
CMYK
RGB Variations
Color information
#8CA779 (or 0x8CA779) is known color: Amulet. HEX triplet: 8C, A7 and 79. RGB value is (140,167,121). Sum of RGB (Red+Green+Blue) = 140+167+121=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA779 is #735886. Grayscale: #999999. Windows color (decimal): -7559303 or 7972748. OLE color: 7972748.
HSL color Cylindrical-coordinate representation of color #8CA779: hue angle of 95.22º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CA779 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 167 | 121 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.35 |
| HSL | 95.22º | 0.21% | 0.56% | - |
| HSV(B) | 95.22º | 0.28% | 0.65% | - |
| XYZ | 28.09 | 34.59 | 23.29 | - |
| YUV | 153.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 121 | 0.16 | 0 | 0.28 | 0.35 | 95.22 | 0.21 | 0.56 |
| Hex | 8C | A7 | 79 | 10 | 0 | 1C | 23 | 5F | 15 | 38 |
| Octal | 214 | 247 | 171 | 20 | 0 | 34 | 43 | 137 | 25 | 70 |
| Binary | 10001100 | 10100111 | 1111001 | 10000 | 0 | 11100 | 100011 | 1011111 | 10101 | 111000 |
Color Harmonies of #8CA779
Complementary color
Monochromatic Colors of #8CA779
Black with #8CA779
Text Example
Text Example
White with #8CA779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA779; }
p { color: rgb(140,167,121); }
H1.HeaderClassName
{
color: #8CA779;
}
.AnyTagClassName
{
color: #8CA779;
}
</style>
background-color css
<style>
a { background-color: #8CA779; }
a { background-color: rgb(140,167,121); }
div.DivClassName
{
background-color: #8CA779;
}
.BgClassName
{
background-color: #8CA779;
}
</style>
border-color css
<style>
span { border-color: #8CA779; }
span { border-color: rgb(140,167,121); }
td.TdClassName
{
border-color: #8CA779;
}
.TagClassName
{
border-color: #8CA779;
}
</style>