Shades of Tosca #70464A
Tints of Tosca #70464A
RGB
CMYK
RGB Variations
Color information
#70464A (or 0x70464A) is known color: Tosca. HEX triplet: 70, 46 and 4A. RGB value is (112,70,74). Sum of RGB (Red+Green+Blue) = 112+70+74=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70464A is #8FB9B5. Grayscale: #535353. Windows color (decimal): -9419190 or 4867696. OLE color: 4867696.
HSL color Cylindrical-coordinate representation of color #70464A: hue angle of 354.29º 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 #70464A is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 74 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.56 |
| HSL | 354.29º | 0.23% | 0.36% | - |
| HSV(B) | 354.29º | 0.38% | 0.44% | - |
| XYZ | 10.11 | 8.32 | 7.55 | - |
| YUV | 83.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 74 | 0 | 0.38 | 0.34 | 0.56 | 354.29 | 0.23 | 0.36 |
| Hex | 70 | 46 | 4A | 0 | 26 | 22 | 38 | 162 | 17 | 24 |
| Octal | 160 | 106 | 112 | 0 | 46 | 42 | 70 | 542 | 27 | 44 |
| Binary | 1110000 | 1000110 | 1001010 | 0 | 100110 | 100010 | 111000 | 101100010 | 10111 | 100100 |
Color Harmonies of #70464A
Complementary color
Monochromatic Colors of #70464A
Black with #70464A
Text Example
Text Example
White with #70464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70464A; }
p { color: rgb(112,70,74); }
H1.HeaderClassName
{
color: #70464A;
}
.AnyTagClassName
{
color: #70464A;
}
</style>
background-color css
<style>
a { background-color: #70464A; }
a { background-color: rgb(112,70,74); }
div.DivClassName
{
background-color: #70464A;
}
.BgClassName
{
background-color: #70464A;
}
</style>
border-color css
<style>
span { border-color: #70464A; }
span { border-color: rgb(112,70,74); }
td.TdClassName
{
border-color: #70464A;
}
.TagClassName
{
border-color: #70464A;
}
</style>