Shades of Spicy Mix #7F594C
Tints of Spicy Mix #7F594C
RGB
CMYK
RGB Variations
Color information
#7F594C (or 0x7F594C) is known color: Spicy Mix. HEX triplet: 7F, 59 and 4C. RGB value is (127,89,76). Sum of RGB (Red+Green+Blue) = 127+89+76=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 127 - color contains mainly: red. Hex color #7F594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F594C is #80A6B3. Grayscale: #626262. Windows color (decimal): -8431284 or 5003647. OLE color: 5003647.
HSL color Cylindrical-coordinate representation of color #7F594C: hue angle of 15.29º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F594C is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 89 | 76 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.50 |
| HSL | 15.29º | 0.25% | 0.4% | - |
| HSV(B) | 15.29º | 0.4% | 0.5% | - |
| XYZ | 13.63 | 12.18 | 8.47 | - |
| YUV | 98.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 76 | 0 | 0.30 | 0.40 | 0.50 | 15.29 | 0.25 | 0.4 |
| Hex | 7F | 59 | 4C | 0 | 1E | 28 | 32 | F | 19 | 28 |
| Octal | 177 | 131 | 114 | 0 | 36 | 50 | 62 | 17 | 31 | 50 |
| Binary | 1111111 | 1011001 | 1001100 | 0 | 11110 | 101000 | 110010 | 1111 | 11001 | 101000 |
Color Harmonies of #7F594C
Complementary color
Monochromatic Colors of #7F594C
Black with #7F594C
Text Example
Text Example
White with #7F594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F594C; }
p { color: rgb(127,89,76); }
H1.HeaderClassName
{
color: #7F594C;
}
.AnyTagClassName
{
color: #7F594C;
}
</style>
background-color css
<style>
a { background-color: #7F594C; }
a { background-color: rgb(127,89,76); }
div.DivClassName
{
background-color: #7F594C;
}
.BgClassName
{
background-color: #7F594C;
}
</style>
border-color css
<style>
span { border-color: #7F594C; }
span { border-color: rgb(127,89,76); }
td.TdClassName
{
border-color: #7F594C;
}
.TagClassName
{
border-color: #7F594C;
}
</style>