Shades of Tosca #704047
Tints of Tosca #704047
RGB
CMYK
RGB Variations
Color information
#704047 (or 0x704047) is known color: Tosca. HEX triplet: 70, 40 and 47. RGB value is (112,64,71). Sum of RGB (Red+Green+Blue) = 112+64+71=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #704047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704047 is #8FBFB8. Grayscale: #4F4F4F. Windows color (decimal): -9420729 or 4669552. OLE color: 4669552.
HSL color Cylindrical-coordinate representation of color #704047: hue angle of 351.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #704047 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 64 | 71 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.56 |
| HSL | 351.25º | 0.27% | 0.35% | - |
| HSV(B) | 351.25º | 0.43% | 0.44% | - |
| XYZ | 9.65 | 7.57 | 6.91 | - |
| YUV | 79.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 71 | 0 | 0.43 | 0.37 | 0.56 | 351.25 | 0.27 | 0.35 |
| Hex | 70 | 40 | 47 | 0 | 2B | 25 | 38 | 15F | 1B | 23 |
| Octal | 160 | 100 | 107 | 0 | 53 | 45 | 70 | 537 | 33 | 43 |
| Binary | 1110000 | 1000000 | 1000111 | 0 | 101011 | 100101 | 111000 | 101011111 | 11011 | 100011 |
Color Harmonies of #704047
Complementary color
Monochromatic Colors of #704047
Black with #704047
Text Example
Text Example
White with #704047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704047; }
p { color: rgb(112,64,71); }
H1.HeaderClassName
{
color: #704047;
}
.AnyTagClassName
{
color: #704047;
}
</style>
background-color css
<style>
a { background-color: #704047; }
a { background-color: rgb(112,64,71); }
div.DivClassName
{
background-color: #704047;
}
.BgClassName
{
background-color: #704047;
}
</style>
border-color css
<style>
span { border-color: #704047; }
span { border-color: rgb(112,64,71); }
td.TdClassName
{
border-color: #704047;
}
.TagClassName
{
border-color: #704047;
}
</style>