Shades of Amulet #7C9B75
Tints of Amulet #7C9B75
RGB
CMYK
RGB Variations
Color information
#7C9B75 (or 0x7C9B75) is known color: Amulet. HEX triplet: 7C, 9B and 75. RGB value is (124,155,117). Sum of RGB (Red+Green+Blue) = 124+155+117=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9B75 is #83648A. Grayscale: #8D8D8D. Windows color (decimal): -8610955 or 7707516. OLE color: 7707516.
HSL color Cylindrical-coordinate representation of color #7C9B75: hue angle of 108.95º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C9B75 is Cyan = 0.2, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 117 | - |
| CMYK | 0.2 | 0 | 0.25 | 0.39 |
| HSL | 108.95º | 0.16% | 0.53% | - |
| HSV(B) | 108.95º | 0.25% | 0.61% | - |
| XYZ | 23.24 | 29.01 | 21.2 | - |
| YUV | 141.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 117 | 0.2 | 0 | 0.25 | 0.39 | 108.95 | 0.16 | 0.53 |
| Hex | 7C | 9B | 75 | 14 | 0 | 19 | 27 | 6D | 10 | 35 |
| Octal | 174 | 233 | 165 | 24 | 0 | 31 | 47 | 155 | 20 | 65 |
| Binary | 1111100 | 10011011 | 1110101 | 10100 | 0 | 11001 | 100111 | 1101101 | 10000 | 110101 |
Color Harmonies of #7C9B75
Complementary color
Monochromatic Colors of #7C9B75
Black with #7C9B75
Text Example
Text Example
White with #7C9B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B75; }
p { color: rgb(124,155,117); }
H1.HeaderClassName
{
color: #7C9B75;
}
.AnyTagClassName
{
color: #7C9B75;
}
</style>
background-color css
<style>
a { background-color: #7C9B75; }
a { background-color: rgb(124,155,117); }
div.DivClassName
{
background-color: #7C9B75;
}
.BgClassName
{
background-color: #7C9B75;
}
</style>
border-color css
<style>
span { border-color: #7C9B75; }
span { border-color: rgb(124,155,117); }
td.TdClassName
{
border-color: #7C9B75;
}
.TagClassName
{
border-color: #7C9B75;
}
</style>