Shades of Amulet #7A9474
Tints of Amulet #7A9474
RGB
CMYK
RGB Variations
Color information
#7A9474 (or 0x7A9474) is known color: Amulet. HEX triplet: 7A, 94 and 74. RGB value is (122,148,116). Sum of RGB (Red+Green+Blue) = 122+148+116=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9474 is #856B8B. Grayscale: #888888. Windows color (decimal): -8743820 or 7640186. OLE color: 7640186.
HSL color Cylindrical-coordinate representation of color #7A9474: hue angle of 108.75º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A9474 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 148 | 116 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.42 |
| HSL | 108.75º | 0.13% | 0.52% | - |
| HSV(B) | 108.75º | 0.22% | 0.58% | - |
| XYZ | 21.77 | 26.58 | 20.51 | - |
| YUV | 136.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 148 | 116 | 0.18 | 0 | 0.22 | 0.42 | 108.75 | 0.13 | 0.52 |
| Hex | 7A | 94 | 74 | 12 | 0 | 16 | 2A | 6D | D | 34 |
| Octal | 172 | 224 | 164 | 22 | 0 | 26 | 52 | 155 | 15 | 64 |
| Binary | 1111010 | 10010100 | 1110100 | 10010 | 0 | 10110 | 101010 | 1101101 | 1101 | 110100 |
Color Harmonies of #7A9474
Complementary color
Monochromatic Colors of #7A9474
Black with #7A9474
Text Example
Text Example
White with #7A9474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9474; }
p { color: rgb(122,148,116); }
H1.HeaderClassName
{
color: #7A9474;
}
.AnyTagClassName
{
color: #7A9474;
}
</style>
background-color css
<style>
a { background-color: #7A9474; }
a { background-color: rgb(122,148,116); }
div.DivClassName
{
background-color: #7A9474;
}
.BgClassName
{
background-color: #7A9474;
}
</style>
border-color css
<style>
span { border-color: #7A9474; }
span { border-color: rgb(122,148,116); }
td.TdClassName
{
border-color: #7A9474;
}
.TagClassName
{
border-color: #7A9474;
}
</style>