Shades of Tosca #70464E
Tints of Tosca #70464E
RGB
CMYK
RGB Variations
Color information
#70464E (or 0x70464E) is known color: Tosca. HEX triplet: 70, 46 and 4E. RGB value is (112,70,78). Sum of RGB (Red+Green+Blue) = 112+70+78=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70464E is #8FB9B1. Grayscale: #535353. Windows color (decimal): -9419186 or 5129840. OLE color: 5129840.
HSL color Cylindrical-coordinate representation of color #70464E: hue angle of 348.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70464E is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 78 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.56 |
| HSL | 348.57º | 0.23% | 0.36% | - |
| HSV(B) | 348.57º | 0.38% | 0.44% | - |
| XYZ | 10.25 | 8.38 | 8.28 | - |
| YUV | 83.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 78 | 0 | 0.38 | 0.30 | 0.56 | 348.57 | 0.23 | 0.36 |
| Hex | 70 | 46 | 4E | 0 | 26 | 1E | 38 | 15D | 17 | 24 |
| Octal | 160 | 106 | 116 | 0 | 46 | 36 | 70 | 535 | 27 | 44 |
| Binary | 1110000 | 1000110 | 1001110 | 0 | 100110 | 11110 | 111000 | 101011101 | 10111 | 100100 |
Color Harmonies of #70464E
Complementary color
Monochromatic Colors of #70464E
Black with #70464E
Text Example
Text Example
White with #70464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70464E; }
p { color: rgb(112,70,78); }
H1.HeaderClassName
{
color: #70464E;
}
.AnyTagClassName
{
color: #70464E;
}
</style>
background-color css
<style>
a { background-color: #70464E; }
a { background-color: rgb(112,70,78); }
div.DivClassName
{
background-color: #70464E;
}
.BgClassName
{
background-color: #70464E;
}
</style>
border-color css
<style>
span { border-color: #70464E; }
span { border-color: rgb(112,70,78); }
td.TdClassName
{
border-color: #70464E;
}
.TagClassName
{
border-color: #70464E;
}
</style>