Shades of Spicy Mix #7D5A50
Tints of Spicy Mix #7D5A50
RGB
CMYK
RGB Variations
Color information
#7D5A50 (or 0x7D5A50) is known color: Spicy Mix. HEX triplet: 7D, 5A and 50. RGB value is (125,90,80). Sum of RGB (Red+Green+Blue) = 125+90+80=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5A50 is #82A5AF. Grayscale: #636363. Windows color (decimal): -8562096 or 5266045. OLE color: 5266045.
HSL color Cylindrical-coordinate representation of color #7D5A50: hue angle of 13.33º 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 #7D5A50 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 90 | 80 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.51 |
| HSL | 13.33º | 0.22% | 0.4% | - |
| HSV(B) | 13.33º | 0.36% | 0.49% | - |
| XYZ | 13.56 | 12.25 | 9.24 | - |
| YUV | 99.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 80 | 0 | 0.28 | 0.36 | 0.51 | 13.33 | 0.22 | 0.4 |
| Hex | 7D | 5A | 50 | 0 | 1C | 24 | 33 | D | 16 | 28 |
| Octal | 175 | 132 | 120 | 0 | 34 | 44 | 63 | 15 | 26 | 50 |
| Binary | 1111101 | 1011010 | 1010000 | 0 | 11100 | 100100 | 110011 | 1101 | 10110 | 101000 |
Color Harmonies of #7D5A50
Complementary color
Monochromatic Colors of #7D5A50
Black with #7D5A50
Text Example
Text Example
White with #7D5A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5A50; }
p { color: rgb(125,90,80); }
H1.HeaderClassName
{
color: #7D5A50;
}
.AnyTagClassName
{
color: #7D5A50;
}
</style>
background-color css
<style>
a { background-color: #7D5A50; }
a { background-color: rgb(125,90,80); }
div.DivClassName
{
background-color: #7D5A50;
}
.BgClassName
{
background-color: #7D5A50;
}
</style>
border-color css
<style>
span { border-color: #7D5A50; }
span { border-color: rgb(125,90,80); }
td.TdClassName
{
border-color: #7D5A50;
}
.TagClassName
{
border-color: #7D5A50;
}
</style>