Shades of Amulet #7A9674
Tints of Amulet #7A9674
RGB
CMYK
RGB Variations
Color information
#7A9674 (or 0x7A9674) is known color: Amulet. HEX triplet: 7A, 96 and 74. RGB value is (122,150,116). Sum of RGB (Red+Green+Blue) = 122+150+116=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #7A9674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9674 is #85698B. Grayscale: #898989. Windows color (decimal): -8743308 or 7640698. OLE color: 7640698.
HSL color Cylindrical-coordinate representation of color #7A9674: hue angle of 109.41º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9674 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 150 | 116 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.41 |
| HSL | 109.41º | 0.14% | 0.52% | - |
| HSV(B) | 109.41º | 0.23% | 0.59% | - |
| XYZ | 22.08 | 27.21 | 20.61 | - |
| YUV | 137.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 116 | 0.19 | 0 | 0.23 | 0.41 | 109.41 | 0.14 | 0.52 |
| Hex | 7A | 96 | 74 | 13 | 0 | 17 | 29 | 6D | E | 34 |
| Octal | 172 | 226 | 164 | 23 | 0 | 27 | 51 | 155 | 16 | 64 |
| Binary | 1111010 | 10010110 | 1110100 | 10011 | 0 | 10111 | 101001 | 1101101 | 1110 | 110100 |
Color Harmonies of #7A9674
Complementary color
Monochromatic Colors of #7A9674
Black with #7A9674
Text Example
Text Example
White with #7A9674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9674; }
p { color: rgb(122,150,116); }
H1.HeaderClassName
{
color: #7A9674;
}
.AnyTagClassName
{
color: #7A9674;
}
</style>
background-color css
<style>
a { background-color: #7A9674; }
a { background-color: rgb(122,150,116); }
div.DivClassName
{
background-color: #7A9674;
}
.BgClassName
{
background-color: #7A9674;
}
</style>
border-color css
<style>
span { border-color: #7A9674; }
span { border-color: rgb(122,150,116); }
td.TdClassName
{
border-color: #7A9674;
}
.TagClassName
{
border-color: #7A9674;
}
</style>