Shades of Amulet #7C9979
Tints of Amulet #7C9979
RGB
CMYK
RGB Variations
Color information
#7C9979 (or 0x7C9979) is known color: Amulet. HEX triplet: 7C, 99 and 79. RGB value is (124,153,121). Sum of RGB (Red+Green+Blue) = 124+153+121=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #7C9979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9979 is #836686. Grayscale: #8C8C8C. Windows color (decimal): -8611463 or 7969148. OLE color: 7969148.
HSL color Cylindrical-coordinate representation of color #7C9979: hue angle of 114.38º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9979 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 153 | 121 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.4 |
| HSL | 114.38º | 0.14% | 0.54% | - |
| HSV(B) | 114.38º | 0.21% | 0.6% | - |
| XYZ | 23.15 | 28.45 | 22.36 | - |
| YUV | 140.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 153 | 121 | 0.19 | 0 | 0.21 | 0.4 | 114.38 | 0.14 | 0.54 |
| Hex | 7C | 99 | 79 | 13 | 0 | 15 | 28 | 72 | E | 36 |
| Octal | 174 | 231 | 171 | 23 | 0 | 25 | 50 | 162 | 16 | 66 |
| Binary | 1111100 | 10011001 | 1111001 | 10011 | 0 | 10101 | 101000 | 1110010 | 1110 | 110110 |
Color Harmonies of #7C9979
Complementary color
Monochromatic Colors of #7C9979
Black with #7C9979
Text Example
Text Example
White with #7C9979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9979; }
p { color: rgb(124,153,121); }
H1.HeaderClassName
{
color: #7C9979;
}
.AnyTagClassName
{
color: #7C9979;
}
</style>
background-color css
<style>
a { background-color: #7C9979; }
a { background-color: rgb(124,153,121); }
div.DivClassName
{
background-color: #7C9979;
}
.BgClassName
{
background-color: #7C9979;
}
</style>
border-color css
<style>
span { border-color: #7C9979; }
span { border-color: rgb(124,153,121); }
td.TdClassName
{
border-color: #7C9979;
}
.TagClassName
{
border-color: #7C9979;
}
</style>