Shades of Tosca #70464D
Tints of Tosca #70464D
RGB
CMYK
RGB Variations
Color information
#70464D (or 0x70464D) is known color: Tosca. HEX triplet: 70, 46 and 4D. RGB value is (112,70,77). Sum of RGB (Red+Green+Blue) = 112+70+77=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70464D is #8FB9B2. Grayscale: #535353. Windows color (decimal): -9419187 or 5064304. OLE color: 5064304.
HSL color Cylindrical-coordinate representation of color #70464D: hue angle of 350º 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 #70464D is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 77 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.56 |
| HSL | 350º | 0.23% | 0.36% | - |
| HSV(B) | 350º | 0.38% | 0.44% | - |
| XYZ | 10.21 | 8.36 | 8.1 | - |
| YUV | 83.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 77 | 0 | 0.38 | 0.31 | 0.56 | 350 | 0.23 | 0.36 |
| Hex | 70 | 46 | 4D | 0 | 26 | 1F | 38 | 15E | 17 | 24 |
| Octal | 160 | 106 | 115 | 0 | 46 | 37 | 70 | 536 | 27 | 44 |
| Binary | 1110000 | 1000110 | 1001101 | 0 | 100110 | 11111 | 111000 | 101011110 | 10111 | 100100 |
Color Harmonies of #70464D
Complementary color
Monochromatic Colors of #70464D
Black with #70464D
Text Example
Text Example
White with #70464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70464D; }
p { color: rgb(112,70,77); }
H1.HeaderClassName
{
color: #70464D;
}
.AnyTagClassName
{
color: #70464D;
}
</style>
background-color css
<style>
a { background-color: #70464D; }
a { background-color: rgb(112,70,77); }
div.DivClassName
{
background-color: #70464D;
}
.BgClassName
{
background-color: #70464D;
}
</style>
border-color css
<style>
span { border-color: #70464D; }
span { border-color: rgb(112,70,77); }
td.TdClassName
{
border-color: #70464D;
}
.TagClassName
{
border-color: #70464D;
}
</style>