Shades of Amulet #7D9776
Tints of Amulet #7D9776
RGB
CMYK
RGB Variations
Color information
#7D9776 (or 0x7D9776) is known color: Amulet. HEX triplet: 7D, 97 and 76. RGB value is (125,151,118). Sum of RGB (Red+Green+Blue) = 125+151+118=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #7D9776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9776 is #826889. Grayscale: #8B8B8B. Windows color (decimal): -8546442 or 7772029. OLE color: 7772029.
HSL color Cylindrical-coordinate representation of color #7D9776: hue angle of 107.27º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D9776 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 151 | 118 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.41 |
| HSL | 107.27º | 0.14% | 0.53% | - |
| HSV(B) | 107.27º | 0.22% | 0.59% | - |
| XYZ | 22.79 | 27.8 | 21.3 | - |
| YUV | 139.46 | 115.89 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 151 | 118 | 0.17 | 0 | 0.22 | 0.41 | 107.27 | 0.14 | 0.53 |
| Hex | 7D | 97 | 76 | 11 | 0 | 16 | 29 | 6B | E | 35 |
| Octal | 175 | 227 | 166 | 21 | 0 | 26 | 51 | 153 | 16 | 65 |
| Binary | 1111101 | 10010111 | 1110110 | 10001 | 0 | 10110 | 101001 | 1101011 | 1110 | 110101 |
Color Harmonies of #7D9776
Complementary color
Monochromatic Colors of #7D9776
Black with #7D9776
Text Example
Text Example
White with #7D9776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9776; }
p { color: rgb(125,151,118); }
H1.HeaderClassName
{
color: #7D9776;
}
.AnyTagClassName
{
color: #7D9776;
}
</style>
background-color css
<style>
a { background-color: #7D9776; }
a { background-color: rgb(125,151,118); }
div.DivClassName
{
background-color: #7D9776;
}
.BgClassName
{
background-color: #7D9776;
}
</style>
border-color css
<style>
span { border-color: #7D9776; }
span { border-color: rgb(125,151,118); }
td.TdClassName
{
border-color: #7D9776;
}
.TagClassName
{
border-color: #7D9776;
}
</style>