Shades of Amulet #7CA675
Tints of Amulet #7CA675
RGB
CMYK
RGB Variations
Color information
#7CA675 (or 0x7CA675) is known color: Amulet. HEX triplet: 7C, A6 and 75. RGB value is (124,166,117). Sum of RGB (Red+Green+Blue) = 124+166+117=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA675 is #83598A. Grayscale: #949494. Windows color (decimal): -8608139 or 7710332. OLE color: 7710332.
HSL color Cylindrical-coordinate representation of color #7CA675: hue angle of 111.43º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CA675 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 166 | 117 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.35 |
| HSL | 111.43º | 0.22% | 0.55% | - |
| HSV(B) | 111.43º | 0.3% | 0.65% | - |
| XYZ | 25.16 | 32.84 | 21.84 | - |
| YUV | 147.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 117 | 0.25 | 0 | 0.30 | 0.35 | 111.43 | 0.22 | 0.55 |
| Hex | 7C | A6 | 75 | 19 | 0 | 1E | 23 | 6F | 16 | 37 |
| Octal | 174 | 246 | 165 | 31 | 0 | 36 | 43 | 157 | 26 | 67 |
| Binary | 1111100 | 10100110 | 1110101 | 11001 | 0 | 11110 | 100011 | 1101111 | 10110 | 110111 |
Color Harmonies of #7CA675
Complementary color
Monochromatic Colors of #7CA675
Black with #7CA675
Text Example
Text Example
White with #7CA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA675; }
p { color: rgb(124,166,117); }
H1.HeaderClassName
{
color: #7CA675;
}
.AnyTagClassName
{
color: #7CA675;
}
</style>
background-color css
<style>
a { background-color: #7CA675; }
a { background-color: rgb(124,166,117); }
div.DivClassName
{
background-color: #7CA675;
}
.BgClassName
{
background-color: #7CA675;
}
</style>
border-color css
<style>
span { border-color: #7CA675; }
span { border-color: rgb(124,166,117); }
td.TdClassName
{
border-color: #7CA675;
}
.TagClassName
{
border-color: #7CA675;
}
</style>