Shades of Amulet #7C9F76
Tints of Amulet #7C9F76
RGB
CMYK
RGB Variations
Color information
#7C9F76 (or 0x7C9F76) is known color: Amulet. HEX triplet: 7C, 9F and 76. RGB value is (124,159,118). Sum of RGB (Red+Green+Blue) = 124+159+118=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 159 - color contains mainly: green. Hex color #7C9F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9F76 is #836089. Grayscale: #8F8F8F. Windows color (decimal): -8609930 or 7774076. OLE color: 7774076.
HSL color Cylindrical-coordinate representation of color #7C9F76: hue angle of 111.22º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C9F76 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 159 | 118 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.38 |
| HSL | 111.22º | 0.18% | 0.54% | - |
| HSV(B) | 111.22º | 0.26% | 0.62% | - |
| XYZ | 23.98 | 30.39 | 21.74 | - |
| YUV | 143.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 159 | 118 | 0.22 | 0 | 0.26 | 0.38 | 111.22 | 0.18 | 0.54 |
| Hex | 7C | 9F | 76 | 16 | 0 | 1A | 26 | 6F | 12 | 36 |
| Octal | 174 | 237 | 166 | 26 | 0 | 32 | 46 | 157 | 22 | 66 |
| Binary | 1111100 | 10011111 | 1110110 | 10110 | 0 | 11010 | 100110 | 1101111 | 10010 | 110110 |
Color Harmonies of #7C9F76
Complementary color
Monochromatic Colors of #7C9F76
Black with #7C9F76
Text Example
Text Example
White with #7C9F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9F76; }
p { color: rgb(124,159,118); }
H1.HeaderClassName
{
color: #7C9F76;
}
.AnyTagClassName
{
color: #7C9F76;
}
</style>
background-color css
<style>
a { background-color: #7C9F76; }
a { background-color: rgb(124,159,118); }
div.DivClassName
{
background-color: #7C9F76;
}
.BgClassName
{
background-color: #7C9F76;
}
</style>
border-color css
<style>
span { border-color: #7C9F76; }
span { border-color: rgb(124,159,118); }
td.TdClassName
{
border-color: #7C9F76;
}
.TagClassName
{
border-color: #7C9F76;
}
</style>