Shades of Amulet #7C9478
Tints of Amulet #7C9478
RGB
CMYK
RGB Variations
Color information
#7C9478 (or 0x7C9478) is known color: Amulet. HEX triplet: 7C, 94 and 78. RGB value is (124,148,120). Sum of RGB (Red+Green+Blue) = 124+148+120=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 148 - color contains mainly: green. Hex color #7C9478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9478 is #836B87. Grayscale: #898989. Windows color (decimal): -8612744 or 7902332. OLE color: 7902332.
HSL color Cylindrical-coordinate representation of color #7C9478: hue angle of 111.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C9478 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 148 | 120 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.42 |
| HSL | 111.43º | 0.12% | 0.53% | - |
| HSV(B) | 111.43º | 0.19% | 0.58% | - |
| XYZ | 22.29 | 26.82 | 21.77 | - |
| YUV | 137.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 120 | 0.16 | 0 | 0.19 | 0.42 | 111.43 | 0.12 | 0.53 |
| Hex | 7C | 94 | 78 | 10 | 0 | 13 | 2A | 6F | C | 35 |
| Octal | 174 | 224 | 170 | 20 | 0 | 23 | 52 | 157 | 14 | 65 |
| Binary | 1111100 | 10010100 | 1111000 | 10000 | 0 | 10011 | 101010 | 1101111 | 1100 | 110101 |
Color Harmonies of #7C9478
Complementary color
Monochromatic Colors of #7C9478
Black with #7C9478
Text Example
Text Example
White with #7C9478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9478; }
p { color: rgb(124,148,120); }
H1.HeaderClassName
{
color: #7C9478;
}
.AnyTagClassName
{
color: #7C9478;
}
</style>
background-color css
<style>
a { background-color: #7C9478; }
a { background-color: rgb(124,148,120); }
div.DivClassName
{
background-color: #7C9478;
}
.BgClassName
{
background-color: #7C9478;
}
</style>
border-color css
<style>
span { border-color: #7C9478; }
span { border-color: rgb(124,148,120); }
td.TdClassName
{
border-color: #7C9478;
}
.TagClassName
{
border-color: #7C9478;
}
</style>