Shades of Tosca #703D46
Tints of Tosca #703D46
RGB
CMYK
RGB Variations
Color information
#703D46 (or 0x703D46) is known color: Tosca. HEX triplet: 70, 3D and 46. RGB value is (112,61,70). Sum of RGB (Red+Green+Blue) = 112+61+70=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #703D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D46 is #8FC2B9. Grayscale: #4D4D4D. Windows color (decimal): -9421498 or 4603248. OLE color: 4603248.
HSL color Cylindrical-coordinate representation of color #703D46: hue angle of 349.41º degrees, saturation: 0.29, 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 #703D46 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 70 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.56 |
| HSL | 349.41º | 0.29% | 0.34% | - |
| HSV(B) | 349.41º | 0.46% | 0.44% | - |
| XYZ | 9.46 | 7.22 | 6.69 | - |
| YUV | 77.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 70 | 0 | 0.46 | 0.38 | 0.56 | 349.41 | 0.29 | 0.34 |
| Hex | 70 | 3D | 46 | 0 | 2E | 26 | 38 | 15D | 1D | 22 |
| Octal | 160 | 75 | 106 | 0 | 56 | 46 | 70 | 535 | 35 | 42 |
| Binary | 1110000 | 111101 | 1000110 | 0 | 101110 | 100110 | 111000 | 101011101 | 11101 | 100010 |
Color Harmonies of #703D46
Complementary color
Monochromatic Colors of #703D46
Black with #703D46
Text Example
Text Example
White with #703D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D46; }
p { color: rgb(112,61,70); }
H1.HeaderClassName
{
color: #703D46;
}
.AnyTagClassName
{
color: #703D46;
}
</style>
background-color css
<style>
a { background-color: #703D46; }
a { background-color: rgb(112,61,70); }
div.DivClassName
{
background-color: #703D46;
}
.BgClassName
{
background-color: #703D46;
}
</style>
border-color css
<style>
span { border-color: #703D46; }
span { border-color: rgb(112,61,70); }
td.TdClassName
{
border-color: #703D46;
}
.TagClassName
{
border-color: #703D46;
}
</style>