Shades of Amulet #7D9475
Tints of Amulet #7D9475
RGB
CMYK
RGB Variations
Color information
#7D9475 (or 0x7D9475) is known color: Amulet. HEX triplet: 7D, 94 and 75. RGB value is (125,148,117). Sum of RGB (Red+Green+Blue) = 125+148+117=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9475 is #826B8A. Grayscale: #898989. Windows color (decimal): -8547211 or 7705725. OLE color: 7705725.
HSL color Cylindrical-coordinate representation of color #7D9475: hue angle of 104.52º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D9475 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 148 | 117 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.42 |
| HSL | 104.52º | 0.13% | 0.52% | - |
| HSV(B) | 104.52º | 0.21% | 0.58% | - |
| XYZ | 22.26 | 26.82 | 20.83 | - |
| YUV | 137.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 117 | 0.16 | 0 | 0.21 | 0.42 | 104.52 | 0.13 | 0.52 |
| Hex | 7D | 94 | 75 | 10 | 0 | 15 | 2A | 69 | D | 34 |
| Octal | 175 | 224 | 165 | 20 | 0 | 25 | 52 | 151 | 15 | 64 |
| Binary | 1111101 | 10010100 | 1110101 | 10000 | 0 | 10101 | 101010 | 1101001 | 1101 | 110100 |
Color Harmonies of #7D9475
Complementary color
Monochromatic Colors of #7D9475
Black with #7D9475
Text Example
Text Example
White with #7D9475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9475; }
p { color: rgb(125,148,117); }
H1.HeaderClassName
{
color: #7D9475;
}
.AnyTagClassName
{
color: #7D9475;
}
</style>
background-color css
<style>
a { background-color: #7D9475; }
a { background-color: rgb(125,148,117); }
div.DivClassName
{
background-color: #7D9475;
}
.BgClassName
{
background-color: #7D9475;
}
</style>
border-color css
<style>
span { border-color: #7D9475; }
span { border-color: rgb(125,148,117); }
td.TdClassName
{
border-color: #7D9475;
}
.TagClassName
{
border-color: #7D9475;
}
</style>