Shades of Amulet #7C9475
Tints of Amulet #7C9475
RGB
CMYK
RGB Variations
Color information
#7C9475 (or 0x7C9475) is known color: Amulet. HEX triplet: 7C, 94 and 75. RGB value is (124,148,117). Sum of RGB (Red+Green+Blue) = 124+148+117=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #7C9475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9475 is #836B8A. Grayscale: #898989. Windows color (decimal): -8612747 or 7705724. OLE color: 7705724.
HSL color Cylindrical-coordinate representation of color #7C9475: hue angle of 106.45º 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 #7C9475 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 148 | 117 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.42 |
| HSL | 106.45º | 0.13% | 0.52% | - |
| HSV(B) | 106.45º | 0.21% | 0.58% | - |
| XYZ | 22.11 | 26.75 | 20.83 | - |
| YUV | 137.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 117 | 0.16 | 0 | 0.21 | 0.42 | 106.45 | 0.13 | 0.52 |
| Hex | 7C | 94 | 75 | 10 | 0 | 15 | 2A | 6A | D | 34 |
| Octal | 174 | 224 | 165 | 20 | 0 | 25 | 52 | 152 | 15 | 64 |
| Binary | 1111100 | 10010100 | 1110101 | 10000 | 0 | 10101 | 101010 | 1101010 | 1101 | 110100 |
Color Harmonies of #7C9475
Complementary color
Monochromatic Colors of #7C9475
Black with #7C9475
Text Example
Text Example
White with #7C9475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9475; }
p { color: rgb(124,148,117); }
H1.HeaderClassName
{
color: #7C9475;
}
.AnyTagClassName
{
color: #7C9475;
}
</style>
background-color css
<style>
a { background-color: #7C9475; }
a { background-color: rgb(124,148,117); }
div.DivClassName
{
background-color: #7C9475;
}
.BgClassName
{
background-color: #7C9475;
}
</style>
border-color css
<style>
span { border-color: #7C9475; }
span { border-color: rgb(124,148,117); }
td.TdClassName
{
border-color: #7C9475;
}
.TagClassName
{
border-color: #7C9475;
}
</style>