Shades of Tosca #703F45
Tints of Tosca #703F45
RGB
CMYK
RGB Variations
Color information
#703F45 (or 0x703F45) is known color: Tosca. HEX triplet: 70, 3F and 45. RGB value is (112,63,69). Sum of RGB (Red+Green+Blue) = 112+63+69=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #703F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F45 is #8FC0BA. Grayscale: #4E4E4E. Windows color (decimal): -9420987 or 4538224. OLE color: 4538224.
HSL color Cylindrical-coordinate representation of color #703F45: hue angle of 352.65º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #703F45 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 69 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.56 |
| HSL | 352.65º | 0.28% | 0.34% | - |
| HSV(B) | 352.65º | 0.44% | 0.44% | - |
| XYZ | 9.53 | 7.43 | 6.56 | - |
| YUV | 78.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 69 | 0 | 0.44 | 0.38 | 0.56 | 352.65 | 0.28 | 0.34 |
| Hex | 70 | 3F | 45 | 0 | 2C | 26 | 38 | 161 | 1C | 22 |
| Octal | 160 | 77 | 105 | 0 | 54 | 46 | 70 | 541 | 34 | 42 |
| Binary | 1110000 | 111111 | 1000101 | 0 | 101100 | 100110 | 111000 | 101100001 | 11100 | 100010 |
Color Harmonies of #703F45
Complementary color
Monochromatic Colors of #703F45
Black with #703F45
Text Example
Text Example
White with #703F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F45; }
p { color: rgb(112,63,69); }
H1.HeaderClassName
{
color: #703F45;
}
.AnyTagClassName
{
color: #703F45;
}
</style>
background-color css
<style>
a { background-color: #703F45; }
a { background-color: rgb(112,63,69); }
div.DivClassName
{
background-color: #703F45;
}
.BgClassName
{
background-color: #703F45;
}
</style>
border-color css
<style>
span { border-color: #703F45; }
span { border-color: rgb(112,63,69); }
td.TdClassName
{
border-color: #703F45;
}
.TagClassName
{
border-color: #703F45;
}
</style>