Shades of Spicy Mix #7D594E
Tints of Spicy Mix #7D594E
RGB
CMYK
RGB Variations
Color information
#7D594E (or 0x7D594E) is known color: Spicy Mix. HEX triplet: 7D, 59 and 4E. RGB value is (125,89,78). Sum of RGB (Red+Green+Blue) = 125+89+78=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 125 - color contains mainly: red. Hex color #7D594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D594E is #82A6B1. Grayscale: #626262. Windows color (decimal): -8562354 or 5134717. OLE color: 5134717.
HSL color Cylindrical-coordinate representation of color #7D594E: hue angle of 14.04º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D594E is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 89 | 78 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.51 |
| HSL | 14.04º | 0.23% | 0.4% | - |
| HSV(B) | 14.04º | 0.38% | 0.49% | - |
| XYZ | 13.4 | 12.05 | 8.83 | - |
| YUV | 98.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 78 | 0 | 0.29 | 0.38 | 0.51 | 14.04 | 0.23 | 0.4 |
| Hex | 7D | 59 | 4E | 0 | 1D | 26 | 33 | E | 17 | 28 |
| Octal | 175 | 131 | 116 | 0 | 35 | 46 | 63 | 16 | 27 | 50 |
| Binary | 1111101 | 1011001 | 1001110 | 0 | 11101 | 100110 | 110011 | 1110 | 10111 | 101000 |
Color Harmonies of #7D594E
Complementary color
Monochromatic Colors of #7D594E
Black with #7D594E
Text Example
Text Example
White with #7D594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D594E; }
p { color: rgb(125,89,78); }
H1.HeaderClassName
{
color: #7D594E;
}
.AnyTagClassName
{
color: #7D594E;
}
</style>
background-color css
<style>
a { background-color: #7D594E; }
a { background-color: rgb(125,89,78); }
div.DivClassName
{
background-color: #7D594E;
}
.BgClassName
{
background-color: #7D594E;
}
</style>
border-color css
<style>
span { border-color: #7D594E; }
span { border-color: rgb(125,89,78); }
td.TdClassName
{
border-color: #7D594E;
}
.TagClassName
{
border-color: #7D594E;
}
</style>