Shades of Amulet #7D9470
Tints of Amulet #7D9470
RGB
CMYK
RGB Variations
Color information
#7D9470 (or 0x7D9470) is known color: Amulet. HEX triplet: 7D, 94 and 70. RGB value is (125,148,112). Sum of RGB (Red+Green+Blue) = 125+148+112=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9470 is #826B8F. Grayscale: #898989. Windows color (decimal): -8547216 or 7378045. OLE color: 7378045.
HSL color Cylindrical-coordinate representation of color #7D9470: hue angle of 98.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D9470 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 148 | 112 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.42 |
| HSL | 98.33º | 0.14% | 0.51% | - |
| HSV(B) | 98.33º | 0.24% | 0.58% | - |
| XYZ | 21.97 | 26.71 | 19.33 | - |
| YUV | 137.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 112 | 0.16 | 0 | 0.24 | 0.42 | 98.33 | 0.14 | 0.51 |
| Hex | 7D | 94 | 70 | 10 | 0 | 18 | 2A | 62 | E | 33 |
| Octal | 175 | 224 | 160 | 20 | 0 | 30 | 52 | 142 | 16 | 63 |
| Binary | 1111101 | 10010100 | 1110000 | 10000 | 0 | 11000 | 101010 | 1100010 | 1110 | 110011 |
Color Harmonies of #7D9470
Complementary color
Monochromatic Colors of #7D9470
Black with #7D9470
Text Example
Text Example
White with #7D9470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9470; }
p { color: rgb(125,148,112); }
H1.HeaderClassName
{
color: #7D9470;
}
.AnyTagClassName
{
color: #7D9470;
}
</style>
background-color css
<style>
a { background-color: #7D9470; }
a { background-color: rgb(125,148,112); }
div.DivClassName
{
background-color: #7D9470;
}
.BgClassName
{
background-color: #7D9470;
}
</style>
border-color css
<style>
span { border-color: #7D9470; }
span { border-color: rgb(125,148,112); }
td.TdClassName
{
border-color: #7D9470;
}
.TagClassName
{
border-color: #7D9470;
}
</style>