Shades of Amulet #7D9A78
Tints of Amulet #7D9A78
RGB
CMYK
RGB Variations
Color information
#7D9A78 (or 0x7D9A78) is known color: Amulet. HEX triplet: 7D, 9A and 78. RGB value is (125,154,120). Sum of RGB (Red+Green+Blue) = 125+154+120=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #7D9A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9A78 is #826587. Grayscale: #8D8D8D. Windows color (decimal): -8545672 or 7903869. OLE color: 7903869.
HSL color Cylindrical-coordinate representation of color #7D9A78: hue angle of 111.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D9A78 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 154 | 120 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.40 |
| HSL | 111.18º | 0.14% | 0.54% | - |
| HSV(B) | 111.18º | 0.22% | 0.6% | - |
| XYZ | 23.4 | 28.83 | 22.1 | - |
| YUV | 141.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 154 | 120 | 0.19 | 0 | 0.22 | 0.40 | 111.18 | 0.14 | 0.54 |
| Hex | 7D | 9A | 78 | 13 | 0 | 16 | 28 | 6F | E | 36 |
| Octal | 175 | 232 | 170 | 23 | 0 | 26 | 50 | 157 | 16 | 66 |
| Binary | 1111101 | 10011010 | 1111000 | 10011 | 0 | 10110 | 101000 | 1101111 | 1110 | 110110 |
Color Harmonies of #7D9A78
Complementary color
Monochromatic Colors of #7D9A78
Black with #7D9A78
Text Example
Text Example
White with #7D9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9A78; }
p { color: rgb(125,154,120); }
H1.HeaderClassName
{
color: #7D9A78;
}
.AnyTagClassName
{
color: #7D9A78;
}
</style>
background-color css
<style>
a { background-color: #7D9A78; }
a { background-color: rgb(125,154,120); }
div.DivClassName
{
background-color: #7D9A78;
}
.BgClassName
{
background-color: #7D9A78;
}
</style>
border-color css
<style>
span { border-color: #7D9A78; }
span { border-color: rgb(125,154,120); }
td.TdClassName
{
border-color: #7D9A78;
}
.TagClassName
{
border-color: #7D9A78;
}
</style>