Shades of Amulet #7C9770
Tints of Amulet #7C9770
RGB
CMYK
RGB Variations
Color information
#7C9770 (or 0x7C9770) is known color: Amulet. HEX triplet: 7C, 97 and 70. RGB value is (124,151,112). Sum of RGB (Red+Green+Blue) = 124+151+112=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #7C9770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9770 is #83688F. Grayscale: #8A8A8A. Windows color (decimal): -8611984 or 7378812. OLE color: 7378812.
HSL color Cylindrical-coordinate representation of color #7C9770: hue angle of 101.54º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C9770 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 151 | 112 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.41 |
| HSL | 101.54º | 0.16% | 0.52% | - |
| HSV(B) | 101.54º | 0.26% | 0.59% | - |
| XYZ | 22.3 | 27.59 | 19.48 | - |
| YUV | 138.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 112 | 0.18 | 0 | 0.26 | 0.41 | 101.54 | 0.16 | 0.52 |
| Hex | 7C | 97 | 70 | 12 | 0 | 1A | 29 | 66 | 10 | 34 |
| Octal | 174 | 227 | 160 | 22 | 0 | 32 | 51 | 146 | 20 | 64 |
| Binary | 1111100 | 10010111 | 1110000 | 10010 | 0 | 11010 | 101001 | 1100110 | 10000 | 110100 |
Color Harmonies of #7C9770
Complementary color
Monochromatic Colors of #7C9770
Black with #7C9770
Text Example
Text Example
White with #7C9770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9770; }
p { color: rgb(124,151,112); }
H1.HeaderClassName
{
color: #7C9770;
}
.AnyTagClassName
{
color: #7C9770;
}
</style>
background-color css
<style>
a { background-color: #7C9770; }
a { background-color: rgb(124,151,112); }
div.DivClassName
{
background-color: #7C9770;
}
.BgClassName
{
background-color: #7C9770;
}
</style>
border-color css
<style>
span { border-color: #7C9770; }
span { border-color: rgb(124,151,112); }
td.TdClassName
{
border-color: #7C9770;
}
.TagClassName
{
border-color: #7C9770;
}
</style>