Shades of Amulet #7AA677
Tints of Amulet #7AA677
RGB
CMYK
RGB Variations
Color information
#7AA677 (or 0x7AA677) is known color: Amulet. HEX triplet: 7A, A6 and 77. RGB value is (122,166,119). Sum of RGB (Red+Green+Blue) = 122+166+119=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA677 is #855988. Grayscale: #939393. Windows color (decimal): -8739209 or 7841402. OLE color: 7841402.
HSL color Cylindrical-coordinate representation of color #7AA677: hue angle of 116.17º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AA677 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 119 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.35 |
| HSL | 116.17º | 0.21% | 0.56% | - |
| HSV(B) | 116.17º | 0.28% | 0.65% | - |
| XYZ | 24.99 | 32.74 | 22.46 | - |
| YUV | 147.49 | 111.92 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 119 | 0.27 | 0 | 0.28 | 0.35 | 116.17 | 0.21 | 0.56 |
| Hex | 7A | A6 | 77 | 1B | 0 | 1C | 23 | 74 | 15 | 38 |
| Octal | 172 | 246 | 167 | 33 | 0 | 34 | 43 | 164 | 25 | 70 |
| Binary | 1111010 | 10100110 | 1110111 | 11011 | 0 | 11100 | 100011 | 1110100 | 10101 | 111000 |
Color Harmonies of #7AA677
Complementary color
Monochromatic Colors of #7AA677
Black with #7AA677
Text Example
Text Example
White with #7AA677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA677; }
p { color: rgb(122,166,119); }
H1.HeaderClassName
{
color: #7AA677;
}
.AnyTagClassName
{
color: #7AA677;
}
</style>
background-color css
<style>
a { background-color: #7AA677; }
a { background-color: rgb(122,166,119); }
div.DivClassName
{
background-color: #7AA677;
}
.BgClassName
{
background-color: #7AA677;
}
</style>
border-color css
<style>
span { border-color: #7AA677; }
span { border-color: rgb(122,166,119); }
td.TdClassName
{
border-color: #7AA677;
}
.TagClassName
{
border-color: #7AA677;
}
</style>