Shades of Amulet #7D9D78
Tints of Amulet #7D9D78
RGB
CMYK
RGB Variations
Color information
#7D9D78 (or 0x7D9D78) is known color: Amulet. HEX triplet: 7D, 9D and 78. RGB value is (125,157,120). Sum of RGB (Red+Green+Blue) = 125+157+120=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 157 - color contains mainly: green. Hex color #7D9D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9D78 is #826287. Grayscale: #8F8F8F. Windows color (decimal): -8544904 or 7904637. OLE color: 7904637.
HSL color Cylindrical-coordinate representation of color #7D9D78: hue angle of 111.89º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D9D78 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 157 | 120 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.38 |
| HSL | 111.89º | 0.16% | 0.54% | - |
| HSV(B) | 111.89º | 0.24% | 0.62% | - |
| XYZ | 23.9 | 29.83 | 22.27 | - |
| YUV | 143.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 157 | 120 | 0.20 | 0 | 0.24 | 0.38 | 111.89 | 0.16 | 0.54 |
| Hex | 7D | 9D | 78 | 14 | 0 | 18 | 26 | 70 | 10 | 36 |
| Octal | 175 | 235 | 170 | 24 | 0 | 30 | 46 | 160 | 20 | 66 |
| Binary | 1111101 | 10011101 | 1111000 | 10100 | 0 | 11000 | 100110 | 1110000 | 10000 | 110110 |
Color Harmonies of #7D9D78
Complementary color
Monochromatic Colors of #7D9D78
Black with #7D9D78
Text Example
Text Example
White with #7D9D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9D78; }
p { color: rgb(125,157,120); }
H1.HeaderClassName
{
color: #7D9D78;
}
.AnyTagClassName
{
color: #7D9D78;
}
</style>
background-color css
<style>
a { background-color: #7D9D78; }
a { background-color: rgb(125,157,120); }
div.DivClassName
{
background-color: #7D9D78;
}
.BgClassName
{
background-color: #7D9D78;
}
</style>
border-color css
<style>
span { border-color: #7D9D78; }
span { border-color: rgb(125,157,120); }
td.TdClassName
{
border-color: #7D9D78;
}
.TagClassName
{
border-color: #7D9D78;
}
</style>