Shades of Amulet #7A9673
Tints of Amulet #7A9673
RGB
CMYK
RGB Variations
Color information
#7A9673 (or 0x7A9673) is known color: Amulet. HEX triplet: 7A, 96 and 73. RGB value is (122,150,115). Sum of RGB (Red+Green+Blue) = 122+150+115=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #7A9673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9673 is #85698C. Grayscale: #898989. Windows color (decimal): -8743309 or 7575162. OLE color: 7575162.
HSL color Cylindrical-coordinate representation of color #7A9673: hue angle of 108º 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 #7A9673 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 150 | 115 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.41 |
| HSL | 108º | 0.14% | 0.52% | - |
| HSV(B) | 108º | 0.23% | 0.59% | - |
| XYZ | 22.03 | 27.19 | 20.31 | - |
| YUV | 137.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 115 | 0.19 | 0 | 0.23 | 0.41 | 108 | 0.14 | 0.52 |
| Hex | 7A | 96 | 73 | 13 | 0 | 17 | 29 | 6C | E | 34 |
| Octal | 172 | 226 | 163 | 23 | 0 | 27 | 51 | 154 | 16 | 64 |
| Binary | 1111010 | 10010110 | 1110011 | 10011 | 0 | 10111 | 101001 | 1101100 | 1110 | 110100 |
Color Harmonies of #7A9673
Complementary color
Monochromatic Colors of #7A9673
Black with #7A9673
Text Example
Text Example
White with #7A9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9673; }
p { color: rgb(122,150,115); }
H1.HeaderClassName
{
color: #7A9673;
}
.AnyTagClassName
{
color: #7A9673;
}
</style>
background-color css
<style>
a { background-color: #7A9673; }
a { background-color: rgb(122,150,115); }
div.DivClassName
{
background-color: #7A9673;
}
.BgClassName
{
background-color: #7A9673;
}
</style>
border-color css
<style>
span { border-color: #7A9673; }
span { border-color: rgb(122,150,115); }
td.TdClassName
{
border-color: #7A9673;
}
.TagClassName
{
border-color: #7A9673;
}
</style>