Shades of Spicy Mix #7A594C
Tints of Spicy Mix #7A594C
RGB
CMYK
RGB Variations
Color information
#7A594C (or 0x7A594C) is known color: Spicy Mix. HEX triplet: 7A, 59 and 4C. RGB value is (122,89,76). Sum of RGB (Red+Green+Blue) = 122+89+76=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A594C is #85A6B3. Grayscale: #616161. Windows color (decimal): -8758964 or 5003642. OLE color: 5003642.
HSL color Cylindrical-coordinate representation of color #7A594C: hue angle of 16.96º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A594C is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 89 | 76 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.52 |
| HSL | 16.96º | 0.23% | 0.39% | - |
| HSV(B) | 16.96º | 0.38% | 0.48% | - |
| XYZ | 12.9 | 11.8 | 8.44 | - |
| YUV | 97.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 76 | 0 | 0.27 | 0.38 | 0.52 | 16.96 | 0.23 | 0.39 |
| Hex | 7A | 59 | 4C | 0 | 1B | 26 | 34 | 11 | 17 | 27 |
| Octal | 172 | 131 | 114 | 0 | 33 | 46 | 64 | 21 | 27 | 47 |
| Binary | 1111010 | 1011001 | 1001100 | 0 | 11011 | 100110 | 110100 | 10001 | 10111 | 100111 |
Color Harmonies of #7A594C
Complementary color
Monochromatic Colors of #7A594C
Black with #7A594C
Text Example
Text Example
White with #7A594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A594C; }
p { color: rgb(122,89,76); }
H1.HeaderClassName
{
color: #7A594C;
}
.AnyTagClassName
{
color: #7A594C;
}
</style>
background-color css
<style>
a { background-color: #7A594C; }
a { background-color: rgb(122,89,76); }
div.DivClassName
{
background-color: #7A594C;
}
.BgClassName
{
background-color: #7A594C;
}
</style>
border-color css
<style>
span { border-color: #7A594C; }
span { border-color: rgb(122,89,76); }
td.TdClassName
{
border-color: #7A594C;
}
.TagClassName
{
border-color: #7A594C;
}
</style>