Shades of Spicy Mix #7C594E
Tints of Spicy Mix #7C594E
RGB
CMYK
RGB Variations
Color information
#7C594E (or 0x7C594E) is known color: Spicy Mix. HEX triplet: 7C, 59 and 4E. RGB value is (124,89,78). Sum of RGB (Red+Green+Blue) = 124+89+78=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C594E is #83A6B1. Grayscale: #626262. Windows color (decimal): -8627890 or 5134716. OLE color: 5134716.
HSL color Cylindrical-coordinate representation of color #7C594E: hue angle of 14.35º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C594E is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 78 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.51 |
| HSL | 14.35º | 0.23% | 0.4% | - |
| HSV(B) | 14.35º | 0.37% | 0.49% | - |
| XYZ | 13.26 | 11.98 | 8.82 | - |
| YUV | 98.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 78 | 0 | 0.28 | 0.37 | 0.51 | 14.35 | 0.23 | 0.4 |
| Hex | 7C | 59 | 4E | 0 | 1C | 25 | 33 | E | 17 | 28 |
| Octal | 174 | 131 | 116 | 0 | 34 | 45 | 63 | 16 | 27 | 50 |
| Binary | 1111100 | 1011001 | 1001110 | 0 | 11100 | 100101 | 110011 | 1110 | 10111 | 101000 |
Color Harmonies of #7C594E
Complementary color
Monochromatic Colors of #7C594E
Black with #7C594E
Text Example
Text Example
White with #7C594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C594E; }
p { color: rgb(124,89,78); }
H1.HeaderClassName
{
color: #7C594E;
}
.AnyTagClassName
{
color: #7C594E;
}
</style>
background-color css
<style>
a { background-color: #7C594E; }
a { background-color: rgb(124,89,78); }
div.DivClassName
{
background-color: #7C594E;
}
.BgClassName
{
background-color: #7C594E;
}
</style>
border-color css
<style>
span { border-color: #7C594E; }
span { border-color: rgb(124,89,78); }
td.TdClassName
{
border-color: #7C594E;
}
.TagClassName
{
border-color: #7C594E;
}
</style>