Shades of Tosca #704043
Tints of Tosca #704043
RGB
CMYK
RGB Variations
Color information
#704043 (or 0x704043) is known color: Tosca. HEX triplet: 70, 40 and 43. RGB value is (112,64,67). Sum of RGB (Red+Green+Blue) = 112+64+67=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #704043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704043 is #8FBFBC. Grayscale: #4E4E4E. Windows color (decimal): -9420733 or 4407408. OLE color: 4407408.
HSL color Cylindrical-coordinate representation of color #704043: hue angle of 356.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 #704043 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 64 | 67 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.56 |
| HSL | 356.25º | 0.27% | 0.35% | - |
| HSV(B) | 356.25º | 0.43% | 0.44% | - |
| XYZ | 9.53 | 7.52 | 6.26 | - |
| YUV | 78.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 67 | 0 | 0.43 | 0.40 | 0.56 | 356.25 | 0.27 | 0.35 |
| Hex | 70 | 40 | 43 | 0 | 2B | 28 | 38 | 164 | 1B | 23 |
| Octal | 160 | 100 | 103 | 0 | 53 | 50 | 70 | 544 | 33 | 43 |
| Binary | 1110000 | 1000000 | 1000011 | 0 | 101011 | 101000 | 111000 | 101100100 | 11011 | 100011 |
Color Harmonies of #704043
Complementary color
Monochromatic Colors of #704043
Black with #704043
Text Example
Text Example
White with #704043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704043; }
p { color: rgb(112,64,67); }
H1.HeaderClassName
{
color: #704043;
}
.AnyTagClassName
{
color: #704043;
}
</style>
background-color css
<style>
a { background-color: #704043; }
a { background-color: rgb(112,64,67); }
div.DivClassName
{
background-color: #704043;
}
.BgClassName
{
background-color: #704043;
}
</style>
border-color css
<style>
span { border-color: #704043; }
span { border-color: rgb(112,64,67); }
td.TdClassName
{
border-color: #704043;
}
.TagClassName
{
border-color: #704043;
}
</style>