Shades of Tosca #704147
Tints of Tosca #704147
RGB
CMYK
RGB Variations
Color information
#704147 (or 0x704147) is known color: Tosca. HEX triplet: 70, 41 and 47. RGB value is (112,65,71). Sum of RGB (Red+Green+Blue) = 112+65+71=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #704147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704147 is #8FBEB8. Grayscale: #4F4F4F. Windows color (decimal): -9420473 or 4669808. OLE color: 4669808.
HSL color Cylindrical-coordinate representation of color #704147: hue angle of 352.34º 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 #704147 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 71 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.56 |
| HSL | 352.34º | 0.27% | 0.35% | - |
| HSV(B) | 352.34º | 0.42% | 0.44% | - |
| XYZ | 9.71 | 7.68 | 6.93 | - |
| YUV | 79.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 71 | 0 | 0.42 | 0.37 | 0.56 | 352.34 | 0.27 | 0.35 |
| Hex | 70 | 41 | 47 | 0 | 2A | 25 | 38 | 160 | 1B | 23 |
| Octal | 160 | 101 | 107 | 0 | 52 | 45 | 70 | 540 | 33 | 43 |
| Binary | 1110000 | 1000001 | 1000111 | 0 | 101010 | 100101 | 111000 | 101100000 | 11011 | 100011 |
Color Harmonies of #704147
Complementary color
Monochromatic Colors of #704147
Black with #704147
Text Example
Text Example
White with #704147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704147; }
p { color: rgb(112,65,71); }
H1.HeaderClassName
{
color: #704147;
}
.AnyTagClassName
{
color: #704147;
}
</style>
background-color css
<style>
a { background-color: #704147; }
a { background-color: rgb(112,65,71); }
div.DivClassName
{
background-color: #704147;
}
.BgClassName
{
background-color: #704147;
}
</style>
border-color css
<style>
span { border-color: #704147; }
span { border-color: rgb(112,65,71); }
td.TdClassName
{
border-color: #704147;
}
.TagClassName
{
border-color: #704147;
}
</style>