Shades of Amulet #7C9C71
Tints of Amulet #7C9C71
RGB
CMYK
RGB Variations
Color information
#7C9C71 (or 0x7C9C71) is known color: Amulet. HEX triplet: 7C, 9C and 71. RGB value is (124,156,113). Sum of RGB (Red+Green+Blue) = 124+156+113=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 156 - color contains mainly: green. Hex color #7C9C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9C71 is #83638E. Grayscale: #8D8D8D. Windows color (decimal): -8610703 or 7445628. OLE color: 7445628.
HSL color Cylindrical-coordinate representation of color #7C9C71: hue angle of 104.65º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C9C71 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 156 | 113 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.39 |
| HSL | 104.65º | 0.18% | 0.53% | - |
| HSV(B) | 104.65º | 0.28% | 0.61% | - |
| XYZ | 23.18 | 29.25 | 20.05 | - |
| YUV | 141.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 156 | 113 | 0.21 | 0 | 0.28 | 0.39 | 104.65 | 0.18 | 0.53 |
| Hex | 7C | 9C | 71 | 15 | 0 | 1C | 27 | 69 | 12 | 35 |
| Octal | 174 | 234 | 161 | 25 | 0 | 34 | 47 | 151 | 22 | 65 |
| Binary | 1111100 | 10011100 | 1110001 | 10101 | 0 | 11100 | 100111 | 1101001 | 10010 | 110101 |
Color Harmonies of #7C9C71
Complementary color
Monochromatic Colors of #7C9C71
Black with #7C9C71
Text Example
Text Example
White with #7C9C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9C71; }
p { color: rgb(124,156,113); }
H1.HeaderClassName
{
color: #7C9C71;
}
.AnyTagClassName
{
color: #7C9C71;
}
</style>
background-color css
<style>
a { background-color: #7C9C71; }
a { background-color: rgb(124,156,113); }
div.DivClassName
{
background-color: #7C9C71;
}
.BgClassName
{
background-color: #7C9C71;
}
</style>
border-color css
<style>
span { border-color: #7C9C71; }
span { border-color: rgb(124,156,113); }
td.TdClassName
{
border-color: #7C9C71;
}
.TagClassName
{
border-color: #7C9C71;
}
</style>