Shades of Tosca #703C40
Tints of Tosca #703C40
RGB
CMYK
RGB Variations
Color information
#703C40 (or 0x703C40) is known color: Tosca. HEX triplet: 70, 3C and 40. RGB value is (112,60,64). Sum of RGB (Red+Green+Blue) = 112+60+64=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #703C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C40 is #8FC3BF. Grayscale: #4C4C4C. Windows color (decimal): -9421760 or 4209776. OLE color: 4209776.
HSL color Cylindrical-coordinate representation of color #703C40: hue angle of 355.38º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #703C40 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 64 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.56 |
| HSL | 355.38º | 0.3% | 0.34% | - |
| HSV(B) | 355.38º | 0.46% | 0.44% | - |
| XYZ | 9.22 | 7.05 | 5.72 | - |
| YUV | 76 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 64 | 0 | 0.46 | 0.43 | 0.56 | 355.38 | 0.3 | 0.34 |
| Hex | 70 | 3C | 40 | 0 | 2E | 2B | 38 | 163 | 1E | 22 |
| Octal | 160 | 74 | 100 | 0 | 56 | 53 | 70 | 543 | 36 | 42 |
| Binary | 1110000 | 111100 | 1000000 | 0 | 101110 | 101011 | 111000 | 101100011 | 11110 | 100010 |
Color Harmonies of #703C40
Complementary color
Monochromatic Colors of #703C40
Black with #703C40
Text Example
Text Example
White with #703C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C40; }
p { color: rgb(112,60,64); }
H1.HeaderClassName
{
color: #703C40;
}
.AnyTagClassName
{
color: #703C40;
}
</style>
background-color css
<style>
a { background-color: #703C40; }
a { background-color: rgb(112,60,64); }
div.DivClassName
{
background-color: #703C40;
}
.BgClassName
{
background-color: #703C40;
}
</style>
border-color css
<style>
span { border-color: #703C40; }
span { border-color: rgb(112,60,64); }
td.TdClassName
{
border-color: #703C40;
}
.TagClassName
{
border-color: #703C40;
}
</style>