Shades of Amulet #7D9A71
Tints of Amulet #7D9A71
RGB
CMYK
RGB Variations
Color information
#7D9A71 (or 0x7D9A71) is known color: Amulet. HEX triplet: 7D, 9A and 71. RGB value is (125,154,113). Sum of RGB (Red+Green+Blue) = 125+154+113=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 154 - color contains mainly: green. Hex color #7D9A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9A71 is #82658E. Grayscale: #8C8C8C. Windows color (decimal): -8545679 or 7445117. OLE color: 7445117.
HSL color Cylindrical-coordinate representation of color #7D9A71: hue angle of 102.44º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D9A71 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 154 | 113 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.40 |
| HSL | 102.44º | 0.17% | 0.52% | - |
| HSV(B) | 102.44º | 0.27% | 0.6% | - |
| XYZ | 22.99 | 28.66 | 19.94 | - |
| YUV | 140.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 154 | 113 | 0.19 | 0 | 0.27 | 0.40 | 102.44 | 0.17 | 0.52 |
| Hex | 7D | 9A | 71 | 13 | 0 | 1B | 28 | 66 | 11 | 34 |
| Octal | 175 | 232 | 161 | 23 | 0 | 33 | 50 | 146 | 21 | 64 |
| Binary | 1111101 | 10011010 | 1110001 | 10011 | 0 | 11011 | 101000 | 1100110 | 10001 | 110100 |
Color Harmonies of #7D9A71
Complementary color
Monochromatic Colors of #7D9A71
Black with #7D9A71
Text Example
Text Example
White with #7D9A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9A71; }
p { color: rgb(125,154,113); }
H1.HeaderClassName
{
color: #7D9A71;
}
.AnyTagClassName
{
color: #7D9A71;
}
</style>
background-color css
<style>
a { background-color: #7D9A71; }
a { background-color: rgb(125,154,113); }
div.DivClassName
{
background-color: #7D9A71;
}
.BgClassName
{
background-color: #7D9A71;
}
</style>
border-color css
<style>
span { border-color: #7D9A71; }
span { border-color: rgb(125,154,113); }
td.TdClassName
{
border-color: #7D9A71;
}
.TagClassName
{
border-color: #7D9A71;
}
</style>