Shades of Amulet #7AA779
Tints of Amulet #7AA779
RGB
CMYK
RGB Variations
Color information
#7AA779 (or 0x7AA779) is known color: Amulet. HEX triplet: 7A, A7 and 79. RGB value is (122,167,121). Sum of RGB (Red+Green+Blue) = 122+167+121=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA779 is #855886. Grayscale: #949494. Windows color (decimal): -8738951 or 7972730. OLE color: 7972730.
HSL color Cylindrical-coordinate representation of color #7AA779: hue angle of 118.7º 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 #7AA779 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 167 | 121 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.35 |
| HSL | 118.7º | 0.21% | 0.56% | - |
| HSV(B) | 118.7º | 0.28% | 0.65% | - |
| XYZ | 25.3 | 33.16 | 23.16 | - |
| YUV | 148.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 167 | 121 | 0.27 | 0 | 0.28 | 0.35 | 118.7 | 0.21 | 0.56 |
| Hex | 7A | A7 | 79 | 1B | 0 | 1C | 23 | 77 | 15 | 38 |
| Octal | 172 | 247 | 171 | 33 | 0 | 34 | 43 | 167 | 25 | 70 |
| Binary | 1111010 | 10100111 | 1111001 | 11011 | 0 | 11100 | 100011 | 1110111 | 10101 | 111000 |
Color Harmonies of #7AA779
Complementary color
Monochromatic Colors of #7AA779
Black with #7AA779
Text Example
Text Example
White with #7AA779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA779; }
p { color: rgb(122,167,121); }
H1.HeaderClassName
{
color: #7AA779;
}
.AnyTagClassName
{
color: #7AA779;
}
</style>
background-color css
<style>
a { background-color: #7AA779; }
a { background-color: rgb(122,167,121); }
div.DivClassName
{
background-color: #7AA779;
}
.BgClassName
{
background-color: #7AA779;
}
</style>
border-color css
<style>
span { border-color: #7AA779; }
span { border-color: rgb(122,167,121); }
td.TdClassName
{
border-color: #7AA779;
}
.TagClassName
{
border-color: #7AA779;
}
</style>