Shades of Tosca #703F40
Tints of Tosca #703F40
RGB
CMYK
RGB Variations
Color information
#703F40 (or 0x703F40) is known color: Tosca. HEX triplet: 70, 3F and 40. RGB value is (112,63,64). Sum of RGB (Red+Green+Blue) = 112+63+64=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #703F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F40 is #8FC0BF. Grayscale: #4D4D4D. Windows color (decimal): -9420992 or 4210544. OLE color: 4210544.
HSL color Cylindrical-coordinate representation of color #703F40: hue angle of 358.78º 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 #703F40 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 64 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.56 |
| HSL | 358.78º | 0.28% | 0.34% | - |
| HSV(B) | 358.78º | 0.44% | 0.44% | - |
| XYZ | 9.39 | 7.37 | 5.78 | - |
| YUV | 77.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 64 | 0 | 0.44 | 0.43 | 0.56 | 358.78 | 0.28 | 0.34 |
| Hex | 70 | 3F | 40 | 0 | 2C | 2B | 38 | 167 | 1C | 22 |
| Octal | 160 | 77 | 100 | 0 | 54 | 53 | 70 | 547 | 34 | 42 |
| Binary | 1110000 | 111111 | 1000000 | 0 | 101100 | 101011 | 111000 | 101100111 | 11100 | 100010 |
Color Harmonies of #703F40
Complementary color
Monochromatic Colors of #703F40
Black with #703F40
Text Example
Text Example
White with #703F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F40; }
p { color: rgb(112,63,64); }
H1.HeaderClassName
{
color: #703F40;
}
.AnyTagClassName
{
color: #703F40;
}
</style>
background-color css
<style>
a { background-color: #703F40; }
a { background-color: rgb(112,63,64); }
div.DivClassName
{
background-color: #703F40;
}
.BgClassName
{
background-color: #703F40;
}
</style>
border-color css
<style>
span { border-color: #703F40; }
span { border-color: rgb(112,63,64); }
td.TdClassName
{
border-color: #703F40;
}
.TagClassName
{
border-color: #703F40;
}
</style>