Shades of Amulet #7C9B78
Tints of Amulet #7C9B78
RGB
CMYK
RGB Variations
Color information
#7C9B78 (or 0x7C9B78) is known color: Amulet. HEX triplet: 7C, 9B and 78. RGB value is (124,155,120). Sum of RGB (Red+Green+Blue) = 124+155+120=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9B78 is #836487. Grayscale: #8D8D8D. Windows color (decimal): -8610952 or 7904124. OLE color: 7904124.
HSL color Cylindrical-coordinate representation of color #7C9B78: hue angle of 113.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C9B78 is Cyan = 0.2, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 120 | - |
| CMYK | 0.2 | 0 | 0.23 | 0.39 |
| HSL | 113.14º | 0.15% | 0.54% | - |
| HSV(B) | 113.14º | 0.23% | 0.61% | - |
| XYZ | 23.42 | 29.08 | 22.15 | - |
| YUV | 141.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 120 | 0.2 | 0 | 0.23 | 0.39 | 113.14 | 0.15 | 0.54 |
| Hex | 7C | 9B | 78 | 14 | 0 | 17 | 27 | 71 | F | 36 |
| Octal | 174 | 233 | 170 | 24 | 0 | 27 | 47 | 161 | 17 | 66 |
| Binary | 1111100 | 10011011 | 1111000 | 10100 | 0 | 10111 | 100111 | 1110001 | 1111 | 110110 |
Color Harmonies of #7C9B78
Complementary color
Monochromatic Colors of #7C9B78
Black with #7C9B78
Text Example
Text Example
White with #7C9B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B78; }
p { color: rgb(124,155,120); }
H1.HeaderClassName
{
color: #7C9B78;
}
.AnyTagClassName
{
color: #7C9B78;
}
</style>
background-color css
<style>
a { background-color: #7C9B78; }
a { background-color: rgb(124,155,120); }
div.DivClassName
{
background-color: #7C9B78;
}
.BgClassName
{
background-color: #7C9B78;
}
</style>
border-color css
<style>
span { border-color: #7C9B78; }
span { border-color: rgb(124,155,120); }
td.TdClassName
{
border-color: #7C9B78;
}
.TagClassName
{
border-color: #7C9B78;
}
</style>