Shades of Amulet #7DA977
Tints of Amulet #7DA977
RGB
CMYK
RGB Variations
Color information
#7DA977 (or 0x7DA977) is known color: Amulet. HEX triplet: 7D, A9 and 77. RGB value is (125,169,119). Sum of RGB (Red+Green+Blue) = 125+169+119=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA977 is #825688. Grayscale: #969696. Windows color (decimal): -8541833 or 7842173. OLE color: 7842173.
HSL color Cylindrical-coordinate representation of color #7DA977: hue angle of 112.8º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DA977 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 169 | 119 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.34 |
| HSL | 112.8º | 0.23% | 0.56% | - |
| HSV(B) | 112.8º | 0.3% | 0.66% | - |
| XYZ | 25.98 | 34.07 | 22.66 | - |
| YUV | 150.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 169 | 119 | 0.26 | 0 | 0.30 | 0.34 | 112.8 | 0.23 | 0.56 |
| Hex | 7D | A9 | 77 | 1A | 0 | 1E | 22 | 71 | 17 | 38 |
| Octal | 175 | 251 | 167 | 32 | 0 | 36 | 42 | 161 | 27 | 70 |
| Binary | 1111101 | 10101001 | 1110111 | 11010 | 0 | 11110 | 100010 | 1110001 | 10111 | 111000 |
Color Harmonies of #7DA977
Complementary color
Monochromatic Colors of #7DA977
Black with #7DA977
Text Example
Text Example
White with #7DA977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA977; }
p { color: rgb(125,169,119); }
H1.HeaderClassName
{
color: #7DA977;
}
.AnyTagClassName
{
color: #7DA977;
}
</style>
background-color css
<style>
a { background-color: #7DA977; }
a { background-color: rgb(125,169,119); }
div.DivClassName
{
background-color: #7DA977;
}
.BgClassName
{
background-color: #7DA977;
}
</style>
border-color css
<style>
span { border-color: #7DA977; }
span { border-color: rgb(125,169,119); }
td.TdClassName
{
border-color: #7DA977;
}
.TagClassName
{
border-color: #7DA977;
}
</style>