Shades of Spicy Mix #7C5D4F
Tints of Spicy Mix #7C5D4F
RGB
CMYK
RGB Variations
Color information
#7C5D4F (or 0x7C5D4F) is known color: Spicy Mix. HEX triplet: 7C, 5D and 4F. RGB value is (124,93,79). Sum of RGB (Red+Green+Blue) = 124+93+79=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5D4F is #83A2B0. Grayscale: #646464. Windows color (decimal): -8626865 or 5201276. OLE color: 5201276.
HSL color Cylindrical-coordinate representation of color #7C5D4F: hue angle of 18.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C5D4F is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 93 | 79 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.51 |
| HSL | 18.67º | 0.22% | 0.4% | - |
| HSV(B) | 18.67º | 0.36% | 0.49% | - |
| XYZ | 13.64 | 12.68 | 9.13 | - |
| YUV | 100.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 93 | 79 | 0 | 0.25 | 0.36 | 0.51 | 18.67 | 0.22 | 0.4 |
| Hex | 7C | 5D | 4F | 0 | 19 | 24 | 33 | 13 | 16 | 28 |
| Octal | 174 | 135 | 117 | 0 | 31 | 44 | 63 | 23 | 26 | 50 |
| Binary | 1111100 | 1011101 | 1001111 | 0 | 11001 | 100100 | 110011 | 10011 | 10110 | 101000 |
Color Harmonies of #7C5D4F
Complementary color
Monochromatic Colors of #7C5D4F
Black with #7C5D4F
Text Example
Text Example
White with #7C5D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5D4F; }
p { color: rgb(124,93,79); }
H1.HeaderClassName
{
color: #7C5D4F;
}
.AnyTagClassName
{
color: #7C5D4F;
}
</style>
background-color css
<style>
a { background-color: #7C5D4F; }
a { background-color: rgb(124,93,79); }
div.DivClassName
{
background-color: #7C5D4F;
}
.BgClassName
{
background-color: #7C5D4F;
}
</style>
border-color css
<style>
span { border-color: #7C5D4F; }
span { border-color: rgb(124,93,79); }
td.TdClassName
{
border-color: #7C5D4F;
}
.TagClassName
{
border-color: #7C5D4F;
}
</style>