Shades of Tosca #70494A
Tints of Tosca #70494A
RGB
CMYK
RGB Variations
Color information
#70494A (or 0x70494A) is known color: Tosca. HEX triplet: 70, 49 and 4A. RGB value is (112,73,74). Sum of RGB (Red+Green+Blue) = 112+73+74=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70494A is #8FB6B5. Grayscale: #545454. Windows color (decimal): -9418422 or 4868464. OLE color: 4868464.
HSL color Cylindrical-coordinate representation of color #70494A: hue angle of 358.46º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70494A is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 74 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.56 |
| HSL | 358.46º | 0.21% | 0.36% | - |
| HSV(B) | 358.46º | 0.35% | 0.44% | - |
| XYZ | 10.3 | 8.7 | 7.62 | - |
| YUV | 84.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 74 | 0 | 0.35 | 0.34 | 0.56 | 358.46 | 0.21 | 0.36 |
| Hex | 70 | 49 | 4A | 0 | 23 | 22 | 38 | 166 | 15 | 24 |
| Octal | 160 | 111 | 112 | 0 | 43 | 42 | 70 | 546 | 25 | 44 |
| Binary | 1110000 | 1001001 | 1001010 | 0 | 100011 | 100010 | 111000 | 101100110 | 10101 | 100100 |
Color Harmonies of #70494A
Complementary color
Monochromatic Colors of #70494A
Black with #70494A
Text Example
Text Example
White with #70494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70494A; }
p { color: rgb(112,73,74); }
H1.HeaderClassName
{
color: #70494A;
}
.AnyTagClassName
{
color: #70494A;
}
</style>
background-color css
<style>
a { background-color: #70494A; }
a { background-color: rgb(112,73,74); }
div.DivClassName
{
background-color: #70494A;
}
.BgClassName
{
background-color: #70494A;
}
</style>
border-color css
<style>
span { border-color: #70494A; }
span { border-color: rgb(112,73,74); }
td.TdClassName
{
border-color: #70494A;
}
.TagClassName
{
border-color: #70494A;
}
</style>