Shades of Amulet #7A976E
Tints of Amulet #7A976E
RGB
CMYK
RGB Variations
Color information
#7A976E (or 0x7A976E) is known color: Amulet. HEX triplet: 7A, 97 and 6E. RGB value is (122,151,110). Sum of RGB (Red+Green+Blue) = 122+151+110=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 151 - color contains mainly: green. Hex color #7A976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A976E is #856891. Grayscale: #898989. Windows color (decimal): -8743058 or 7247738. OLE color: 7247738.
HSL color Cylindrical-coordinate representation of color #7A976E: hue angle of 102.44º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A976E is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 110 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.41 |
| HSL | 102.44º | 0.16% | 0.51% | - |
| HSV(B) | 102.44º | 0.27% | 0.59% | - |
| XYZ | 21.91 | 27.4 | 18.89 | - |
| YUV | 137.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 110 | 0.19 | 0 | 0.27 | 0.41 | 102.44 | 0.16 | 0.51 |
| Hex | 7A | 97 | 6E | 13 | 0 | 1B | 29 | 66 | 10 | 33 |
| Octal | 172 | 227 | 156 | 23 | 0 | 33 | 51 | 146 | 20 | 63 |
| Binary | 1111010 | 10010111 | 1101110 | 10011 | 0 | 11011 | 101001 | 1100110 | 10000 | 110011 |
Color Harmonies of #7A976E
Complementary color
Monochromatic Colors of #7A976E
Black with #7A976E
Text Example
Text Example
White with #7A976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A976E; }
p { color: rgb(122,151,110); }
H1.HeaderClassName
{
color: #7A976E;
}
.AnyTagClassName
{
color: #7A976E;
}
</style>
background-color css
<style>
a { background-color: #7A976E; }
a { background-color: rgb(122,151,110); }
div.DivClassName
{
background-color: #7A976E;
}
.BgClassName
{
background-color: #7A976E;
}
</style>
border-color css
<style>
span { border-color: #7A976E; }
span { border-color: rgb(122,151,110); }
td.TdClassName
{
border-color: #7A976E;
}
.TagClassName
{
border-color: #7A976E;
}
</style>