Shades of Amulet #7C9873
Tints of Amulet #7C9873
RGB
CMYK
RGB Variations
Color information
#7C9873 (or 0x7C9873) is known color: Amulet. HEX triplet: 7C, 98 and 73. RGB value is (124,152,115). Sum of RGB (Red+Green+Blue) = 124+152+115=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #7C9873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9873 is #83678C. Grayscale: #8B8B8B. Windows color (decimal): -8611725 or 7575676. OLE color: 7575676.
HSL color Cylindrical-coordinate representation of color #7C9873: hue angle of 105.41º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C9873 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 152 | 115 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.40 |
| HSL | 105.41º | 0.15% | 0.52% | - |
| HSV(B) | 105.41º | 0.24% | 0.6% | - |
| XYZ | 22.63 | 27.98 | 20.43 | - |
| YUV | 139.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 115 | 0.18 | 0 | 0.24 | 0.40 | 105.41 | 0.15 | 0.52 |
| Hex | 7C | 98 | 73 | 12 | 0 | 18 | 28 | 69 | F | 34 |
| Octal | 174 | 230 | 163 | 22 | 0 | 30 | 50 | 151 | 17 | 64 |
| Binary | 1111100 | 10011000 | 1110011 | 10010 | 0 | 11000 | 101000 | 1101001 | 1111 | 110100 |
Color Harmonies of #7C9873
Complementary color
Monochromatic Colors of #7C9873
Black with #7C9873
Text Example
Text Example
White with #7C9873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9873; }
p { color: rgb(124,152,115); }
H1.HeaderClassName
{
color: #7C9873;
}
.AnyTagClassName
{
color: #7C9873;
}
</style>
background-color css
<style>
a { background-color: #7C9873; }
a { background-color: rgb(124,152,115); }
div.DivClassName
{
background-color: #7C9873;
}
.BgClassName
{
background-color: #7C9873;
}
</style>
border-color css
<style>
span { border-color: #7C9873; }
span { border-color: rgb(124,152,115); }
td.TdClassName
{
border-color: #7C9873;
}
.TagClassName
{
border-color: #7C9873;
}
</style>