Shades of Tosca #704143
Tints of Tosca #704143
RGB
CMYK
RGB Variations
Color information
#704143 (or 0x704143) is known color: Tosca. HEX triplet: 70, 41 and 43. RGB value is (112,65,67). Sum of RGB (Red+Green+Blue) = 112+65+67=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #704143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704143 is #8FBEBC. Grayscale: #4F4F4F. Windows color (decimal): -9420477 or 4407664. OLE color: 4407664.
HSL color Cylindrical-coordinate representation of color #704143: hue angle of 357.45º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #704143 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 67 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.56 |
| HSL | 357.45º | 0.27% | 0.35% | - |
| HSV(B) | 357.45º | 0.42% | 0.44% | - |
| XYZ | 9.59 | 7.63 | 6.28 | - |
| YUV | 79.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 67 | 0 | 0.42 | 0.40 | 0.56 | 357.45 | 0.27 | 0.35 |
| Hex | 70 | 41 | 43 | 0 | 2A | 28 | 38 | 165 | 1B | 23 |
| Octal | 160 | 101 | 103 | 0 | 52 | 50 | 70 | 545 | 33 | 43 |
| Binary | 1110000 | 1000001 | 1000011 | 0 | 101010 | 101000 | 111000 | 101100101 | 11011 | 100011 |
Color Harmonies of #704143
Complementary color
Monochromatic Colors of #704143
Black with #704143
Text Example
Text Example
White with #704143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704143; }
p { color: rgb(112,65,67); }
H1.HeaderClassName
{
color: #704143;
}
.AnyTagClassName
{
color: #704143;
}
</style>
background-color css
<style>
a { background-color: #704143; }
a { background-color: rgb(112,65,67); }
div.DivClassName
{
background-color: #704143;
}
.BgClassName
{
background-color: #704143;
}
</style>
border-color css
<style>
span { border-color: #704143; }
span { border-color: rgb(112,65,67); }
td.TdClassName
{
border-color: #704143;
}
.TagClassName
{
border-color: #704143;
}
</style>