Shades of Amulet #7C9B71
Tints of Amulet #7C9B71
RGB
CMYK
RGB Variations
Color information
#7C9B71 (or 0x7C9B71) is known color: Amulet. HEX triplet: 7C, 9B and 71. RGB value is (124,155,113). Sum of RGB (Red+Green+Blue) = 124+155+113=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9B71 is #83648E. Grayscale: #8D8D8D. Windows color (decimal): -8610959 or 7445372. OLE color: 7445372.
HSL color Cylindrical-coordinate representation of color #7C9B71: hue angle of 104.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C9B71 is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 113 | - |
| CMYK | 0.2 | 0 | 0.27 | 0.39 |
| HSL | 104.29º | 0.17% | 0.53% | - |
| HSV(B) | 104.29º | 0.27% | 0.61% | - |
| XYZ | 23.01 | 28.92 | 19.99 | - |
| YUV | 140.94 | 112.23 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 113 | 0.2 | 0 | 0.27 | 0.39 | 104.29 | 0.17 | 0.53 |
| Hex | 7C | 9B | 71 | 14 | 0 | 1B | 27 | 68 | 11 | 35 |
| Octal | 174 | 233 | 161 | 24 | 0 | 33 | 47 | 150 | 21 | 65 |
| Binary | 1111100 | 10011011 | 1110001 | 10100 | 0 | 11011 | 100111 | 1101000 | 10001 | 110101 |
Color Harmonies of #7C9B71
Complementary color
Monochromatic Colors of #7C9B71
Black with #7C9B71
Text Example
Text Example
White with #7C9B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B71; }
p { color: rgb(124,155,113); }
H1.HeaderClassName
{
color: #7C9B71;
}
.AnyTagClassName
{
color: #7C9B71;
}
</style>
background-color css
<style>
a { background-color: #7C9B71; }
a { background-color: rgb(124,155,113); }
div.DivClassName
{
background-color: #7C9B71;
}
.BgClassName
{
background-color: #7C9B71;
}
</style>
border-color css
<style>
span { border-color: #7C9B71; }
span { border-color: rgb(124,155,113); }
td.TdClassName
{
border-color: #7C9B71;
}
.TagClassName
{
border-color: #7C9B71;
}
</style>