Shades of Spicy Mix #7C5C4D
Tints of Spicy Mix #7C5C4D
RGB
CMYK
RGB Variations
Color information
#7C5C4D (or 0x7C5C4D) is known color: Spicy Mix. HEX triplet: 7C, 5C and 4D. RGB value is (124,92,77). Sum of RGB (Red+Green+Blue) = 124+92+77=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5C4D is #83A3B2. Grayscale: #636363. Windows color (decimal): -8627123 or 5069948. OLE color: 5069948.
HSL color Cylindrical-coordinate representation of color #7C5C4D: hue angle of 19.15º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C5C4D is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 92 | 77 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.51 |
| HSL | 19.15º | 0.23% | 0.39% | - |
| HSV(B) | 19.15º | 0.38% | 0.49% | - |
| XYZ | 13.48 | 12.48 | 8.72 | - |
| YUV | 99.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 92 | 77 | 0 | 0.26 | 0.38 | 0.51 | 19.15 | 0.23 | 0.39 |
| Hex | 7C | 5C | 4D | 0 | 1A | 26 | 33 | 13 | 17 | 27 |
| Octal | 174 | 134 | 115 | 0 | 32 | 46 | 63 | 23 | 27 | 47 |
| Binary | 1111100 | 1011100 | 1001101 | 0 | 11010 | 100110 | 110011 | 10011 | 10111 | 100111 |
Color Harmonies of #7C5C4D
Complementary color
Monochromatic Colors of #7C5C4D
Black with #7C5C4D
Text Example
Text Example
White with #7C5C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5C4D; }
p { color: rgb(124,92,77); }
H1.HeaderClassName
{
color: #7C5C4D;
}
.AnyTagClassName
{
color: #7C5C4D;
}
</style>
background-color css
<style>
a { background-color: #7C5C4D; }
a { background-color: rgb(124,92,77); }
div.DivClassName
{
background-color: #7C5C4D;
}
.BgClassName
{
background-color: #7C5C4D;
}
</style>
border-color css
<style>
span { border-color: #7C5C4D; }
span { border-color: rgb(124,92,77); }
td.TdClassName
{
border-color: #7C5C4D;
}
.TagClassName
{
border-color: #7C5C4D;
}
</style>