Shades of Tosca #703C3F
Tints of Tosca #703C3F
RGB
CMYK
RGB Variations
Color information
#703C3F (or 0x703C3F) is known color: Tosca. HEX triplet: 70, 3C and 3F. RGB value is (112,60,63). Sum of RGB (Red+Green+Blue) = 112+60+63=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #703C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C3F is #8FC3C0. Grayscale: #4B4B4B. Windows color (decimal): -9421761 or 4144240. OLE color: 4144240.
HSL color Cylindrical-coordinate representation of color #703C3F: hue angle of 356.54º 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 #703C3F is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 63 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.56 |
| HSL | 356.54º | 0.3% | 0.34% | - |
| HSV(B) | 356.54º | 0.46% | 0.44% | - |
| XYZ | 9.2 | 7.04 | 5.58 | - |
| YUV | 75.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 63 | 0 | 0.46 | 0.44 | 0.56 | 356.54 | 0.3 | 0.34 |
| Hex | 70 | 3C | 3F | 0 | 2E | 2C | 38 | 165 | 1E | 22 |
| Octal | 160 | 74 | 77 | 0 | 56 | 54 | 70 | 545 | 36 | 42 |
| Binary | 1110000 | 111100 | 111111 | 0 | 101110 | 101100 | 111000 | 101100101 | 11110 | 100010 |
Color Harmonies of #703C3F
Complementary color
Monochromatic Colors of #703C3F
Black with #703C3F
Text Example
Text Example
White with #703C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C3F; }
p { color: rgb(112,60,63); }
H1.HeaderClassName
{
color: #703C3F;
}
.AnyTagClassName
{
color: #703C3F;
}
</style>
background-color css
<style>
a { background-color: #703C3F; }
a { background-color: rgb(112,60,63); }
div.DivClassName
{
background-color: #703C3F;
}
.BgClassName
{
background-color: #703C3F;
}
</style>
border-color css
<style>
span { border-color: #703C3F; }
span { border-color: rgb(112,60,63); }
td.TdClassName
{
border-color: #703C3F;
}
.TagClassName
{
border-color: #703C3F;
}
</style>