Shades of Tosca #704447
Tints of Tosca #704447
RGB
CMYK
RGB Variations
Color information
#704447 (or 0x704447) is known color: Tosca. HEX triplet: 70, 44 and 47. RGB value is (112,68,71). Sum of RGB (Red+Green+Blue) = 112+68+71=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #704447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704447 is #8FBBB8. Grayscale: #515151. Windows color (decimal): -9419705 or 4670576. OLE color: 4670576.
HSL color Cylindrical-coordinate representation of color #704447: hue angle of 355.91º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #704447 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 68 | 71 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.56 |
| HSL | 355.91º | 0.24% | 0.35% | - |
| HSV(B) | 355.91º | 0.39% | 0.44% | - |
| XYZ | 9.89 | 8.03 | 6.99 | - |
| YUV | 81.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 71 | 0 | 0.39 | 0.37 | 0.56 | 355.91 | 0.24 | 0.35 |
| Hex | 70 | 44 | 47 | 0 | 27 | 25 | 38 | 164 | 18 | 23 |
| Octal | 160 | 104 | 107 | 0 | 47 | 45 | 70 | 544 | 30 | 43 |
| Binary | 1110000 | 1000100 | 1000111 | 0 | 100111 | 100101 | 111000 | 101100100 | 11000 | 100011 |
Color Harmonies of #704447
Complementary color
Monochromatic Colors of #704447
Black with #704447
Text Example
Text Example
White with #704447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704447; }
p { color: rgb(112,68,71); }
H1.HeaderClassName
{
color: #704447;
}
.AnyTagClassName
{
color: #704447;
}
</style>
background-color css
<style>
a { background-color: #704447; }
a { background-color: rgb(112,68,71); }
div.DivClassName
{
background-color: #704447;
}
.BgClassName
{
background-color: #704447;
}
</style>
border-color css
<style>
span { border-color: #704447; }
span { border-color: rgb(112,68,71); }
td.TdClassName
{
border-color: #704447;
}
.TagClassName
{
border-color: #704447;
}
</style>