Shades of Amulet #7CA275
Tints of Amulet #7CA275
RGB
CMYK
RGB Variations
Color information
#7CA275 (or 0x7CA275) is known color: Amulet. HEX triplet: 7C, A2 and 75. RGB value is (124,162,117). Sum of RGB (Red+Green+Blue) = 124+162+117=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA275 is #835D8A. Grayscale: #919191. Windows color (decimal): -8609163 or 7709308. OLE color: 7709308.
HSL color Cylindrical-coordinate representation of color #7CA275: hue angle of 110.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CA275 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 162 | 117 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.36 |
| HSL | 110.67º | 0.19% | 0.55% | - |
| HSV(B) | 110.67º | 0.28% | 0.64% | - |
| XYZ | 24.44 | 31.41 | 21.6 | - |
| YUV | 145.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 117 | 0.23 | 0 | 0.28 | 0.36 | 110.67 | 0.19 | 0.55 |
| Hex | 7C | A2 | 75 | 17 | 0 | 1C | 24 | 6F | 13 | 37 |
| Octal | 174 | 242 | 165 | 27 | 0 | 34 | 44 | 157 | 23 | 67 |
| Binary | 1111100 | 10100010 | 1110101 | 10111 | 0 | 11100 | 100100 | 1101111 | 10011 | 110111 |
Color Harmonies of #7CA275
Complementary color
Monochromatic Colors of #7CA275
Black with #7CA275
Text Example
Text Example
White with #7CA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA275; }
p { color: rgb(124,162,117); }
H1.HeaderClassName
{
color: #7CA275;
}
.AnyTagClassName
{
color: #7CA275;
}
</style>
background-color css
<style>
a { background-color: #7CA275; }
a { background-color: rgb(124,162,117); }
div.DivClassName
{
background-color: #7CA275;
}
.BgClassName
{
background-color: #7CA275;
}
</style>
border-color css
<style>
span { border-color: #7CA275; }
span { border-color: rgb(124,162,117); }
td.TdClassName
{
border-color: #7CA275;
}
.TagClassName
{
border-color: #7CA275;
}
</style>