Shades of Spicy Mix #7A584C
Tints of Spicy Mix #7A584C
RGB
CMYK
RGB Variations
Color information
#7A584C (or 0x7A584C) is known color: Spicy Mix. HEX triplet: 7A, 58 and 4C. RGB value is (122,88,76). Sum of RGB (Red+Green+Blue) = 122+88+76=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 122 - color contains mainly: red. Hex color #7A584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A584C is #85A7B3. Grayscale: #606060. Windows color (decimal): -8759220 or 5003386. OLE color: 5003386.
HSL color Cylindrical-coordinate representation of color #7A584C: 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.38%. Process color model (Four color, CMYK) of #7A584C is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 88 | 76 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.52 |
| HSL | 15.65º | 0.23% | 0.39% | - |
| HSV(B) | 15.65º | 0.38% | 0.48% | - |
| XYZ | 12.82 | 11.64 | 8.41 | - |
| YUV | 96.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 76 | 0 | 0.28 | 0.38 | 0.52 | 15.65 | 0.23 | 0.39 |
| Hex | 7A | 58 | 4C | 0 | 1C | 26 | 34 | 10 | 17 | 27 |
| Octal | 172 | 130 | 114 | 0 | 34 | 46 | 64 | 20 | 27 | 47 |
| Binary | 1111010 | 1011000 | 1001100 | 0 | 11100 | 100110 | 110100 | 10000 | 10111 | 100111 |
Color Harmonies of #7A584C
Complementary color
Monochromatic Colors of #7A584C
Black with #7A584C
Text Example
Text Example
White with #7A584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A584C; }
p { color: rgb(122,88,76); }
H1.HeaderClassName
{
color: #7A584C;
}
.AnyTagClassName
{
color: #7A584C;
}
</style>
background-color css
<style>
a { background-color: #7A584C; }
a { background-color: rgb(122,88,76); }
div.DivClassName
{
background-color: #7A584C;
}
.BgClassName
{
background-color: #7A584C;
}
</style>
border-color css
<style>
span { border-color: #7A584C; }
span { border-color: rgb(122,88,76); }
td.TdClassName
{
border-color: #7A584C;
}
.TagClassName
{
border-color: #7A584C;
}
</style>