Shades of Tosca #703D44
Tints of Tosca #703D44
RGB
CMYK
RGB Variations
Color information
#703D44 (or 0x703D44) is known color: Tosca. HEX triplet: 70, 3D and 44. RGB value is (112,61,68). Sum of RGB (Red+Green+Blue) = 112+61+68=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #703D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D44 is #8FC2BB. Grayscale: #4D4D4D. Windows color (decimal): -9421500 or 4472176. OLE color: 4472176.
HSL color Cylindrical-coordinate representation of color #703D44: hue angle of 351.76º 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 #703D44 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 68 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.56 |
| HSL | 351.76º | 0.29% | 0.34% | - |
| HSV(B) | 351.76º | 0.46% | 0.44% | - |
| XYZ | 9.39 | 7.2 | 6.36 | - |
| YUV | 77.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 68 | 0 | 0.46 | 0.39 | 0.56 | 351.76 | 0.29 | 0.34 |
| Hex | 70 | 3D | 44 | 0 | 2E | 27 | 38 | 160 | 1D | 22 |
| Octal | 160 | 75 | 104 | 0 | 56 | 47 | 70 | 540 | 35 | 42 |
| Binary | 1110000 | 111101 | 1000100 | 0 | 101110 | 100111 | 111000 | 101100000 | 11101 | 100010 |
Color Harmonies of #703D44
Complementary color
Monochromatic Colors of #703D44
Black with #703D44
Text Example
Text Example
White with #703D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D44; }
p { color: rgb(112,61,68); }
H1.HeaderClassName
{
color: #703D44;
}
.AnyTagClassName
{
color: #703D44;
}
</style>
background-color css
<style>
a { background-color: #703D44; }
a { background-color: rgb(112,61,68); }
div.DivClassName
{
background-color: #703D44;
}
.BgClassName
{
background-color: #703D44;
}
</style>
border-color css
<style>
span { border-color: #703D44; }
span { border-color: rgb(112,61,68); }
td.TdClassName
{
border-color: #703D44;
}
.TagClassName
{
border-color: #703D44;
}
</style>