Shades of Tosca #704149
Tints of Tosca #704149
RGB
CMYK
RGB Variations
Color information
#704149 (or 0x704149) is known color: Tosca. HEX triplet: 70, 41 and 49. RGB value is (112,65,73). Sum of RGB (Red+Green+Blue) = 112+65+73=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #704149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704149 is #8FBEB6. Grayscale: #4F4F4F. Windows color (decimal): -9420471 or 4800880. OLE color: 4800880.
HSL color Cylindrical-coordinate representation of color #704149: hue angle of 349.79º 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 #704149 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 73 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.56 |
| HSL | 349.79º | 0.27% | 0.35% | - |
| HSV(B) | 349.79º | 0.42% | 0.44% | - |
| XYZ | 9.77 | 7.71 | 7.28 | - |
| YUV | 79.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 73 | 0 | 0.42 | 0.35 | 0.56 | 349.79 | 0.27 | 0.35 |
| Hex | 70 | 41 | 49 | 0 | 2A | 23 | 38 | 15E | 1B | 23 |
| Octal | 160 | 101 | 111 | 0 | 52 | 43 | 70 | 536 | 33 | 43 |
| Binary | 1110000 | 1000001 | 1001001 | 0 | 101010 | 100011 | 111000 | 101011110 | 11011 | 100011 |
Color Harmonies of #704149
Complementary color
Monochromatic Colors of #704149
Black with #704149
Text Example
Text Example
White with #704149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704149; }
p { color: rgb(112,65,73); }
H1.HeaderClassName
{
color: #704149;
}
.AnyTagClassName
{
color: #704149;
}
</style>
background-color css
<style>
a { background-color: #704149; }
a { background-color: rgb(112,65,73); }
div.DivClassName
{
background-color: #704149;
}
.BgClassName
{
background-color: #704149;
}
</style>
border-color css
<style>
span { border-color: #704149; }
span { border-color: rgb(112,65,73); }
td.TdClassName
{
border-color: #704149;
}
.TagClassName
{
border-color: #704149;
}
</style>