Shades of Spicy Mix #7B594D
Tints of Spicy Mix #7B594D
RGB
CMYK
RGB Variations
Color information
#7B594D (or 0x7B594D) is known color: Spicy Mix. HEX triplet: 7B, 59 and 4D. RGB value is (123,89,77). Sum of RGB (Red+Green+Blue) = 123+89+77=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B594D is #84A6B2. Grayscale: #616161. Windows color (decimal): -8693427 or 5069179. OLE color: 5069179.
HSL color Cylindrical-coordinate representation of color #7B594D: hue angle of 15.65º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B594D is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 89 | 77 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.52 |
| HSL | 15.65º | 0.23% | 0.39% | - |
| HSV(B) | 15.65º | 0.37% | 0.48% | - |
| XYZ | 13.08 | 11.89 | 8.63 | - |
| YUV | 97.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 77 | 0 | 0.28 | 0.37 | 0.52 | 15.65 | 0.23 | 0.39 |
| Hex | 7B | 59 | 4D | 0 | 1C | 25 | 34 | 10 | 17 | 27 |
| Octal | 173 | 131 | 115 | 0 | 34 | 45 | 64 | 20 | 27 | 47 |
| Binary | 1111011 | 1011001 | 1001101 | 0 | 11100 | 100101 | 110100 | 10000 | 10111 | 100111 |
Color Harmonies of #7B594D
Complementary color
Monochromatic Colors of #7B594D
Black with #7B594D
Text Example
Text Example
White with #7B594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B594D; }
p { color: rgb(123,89,77); }
H1.HeaderClassName
{
color: #7B594D;
}
.AnyTagClassName
{
color: #7B594D;
}
</style>
background-color css
<style>
a { background-color: #7B594D; }
a { background-color: rgb(123,89,77); }
div.DivClassName
{
background-color: #7B594D;
}
.BgClassName
{
background-color: #7B594D;
}
</style>
border-color css
<style>
span { border-color: #7B594D; }
span { border-color: rgb(123,89,77); }
td.TdClassName
{
border-color: #7B594D;
}
.TagClassName
{
border-color: #7B594D;
}
</style>