Shades of Tosca #703B46
Tints of Tosca #703B46
RGB
CMYK
RGB Variations
Color information
#703B46 (or 0x703B46) is known color: Tosca. HEX triplet: 70, 3B and 46. RGB value is (112,59,70). Sum of RGB (Red+Green+Blue) = 112+59+70=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #703B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B46 is #8FC4B9. Grayscale: #4C4C4C. Windows color (decimal): -9422010 or 4602736. OLE color: 4602736.
HSL color Cylindrical-coordinate representation of color #703B46: hue angle of 347.55º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #703B46 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 59 | 70 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.56 |
| HSL | 347.55º | 0.31% | 0.34% | - |
| HSV(B) | 347.55º | 0.47% | 0.44% | - |
| XYZ | 9.35 | 7.01 | 6.66 | - |
| YUV | 76.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 70 | 0 | 0.47 | 0.38 | 0.56 | 347.55 | 0.31 | 0.34 |
| Hex | 70 | 3B | 46 | 0 | 2F | 26 | 38 | 15C | 1F | 22 |
| Octal | 160 | 73 | 106 | 0 | 57 | 46 | 70 | 534 | 37 | 42 |
| Binary | 1110000 | 111011 | 1000110 | 0 | 101111 | 100110 | 111000 | 101011100 | 11111 | 100010 |
Color Harmonies of #703B46
Complementary color
Monochromatic Colors of #703B46
Black with #703B46
Text Example
Text Example
White with #703B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703B46; }
p { color: rgb(112,59,70); }
H1.HeaderClassName
{
color: #703B46;
}
.AnyTagClassName
{
color: #703B46;
}
</style>
background-color css
<style>
a { background-color: #703B46; }
a { background-color: rgb(112,59,70); }
div.DivClassName
{
background-color: #703B46;
}
.BgClassName
{
background-color: #703B46;
}
</style>
border-color css
<style>
span { border-color: #703B46; }
span { border-color: rgb(112,59,70); }
td.TdClassName
{
border-color: #703B46;
}
.TagClassName
{
border-color: #703B46;
}
</style>