Shades of Tosca #70464B
Tints of Tosca #70464B
RGB
CMYK
RGB Variations
Color information
#70464B (or 0x70464B) is known color: Tosca. HEX triplet: 70, 46 and 4B. RGB value is (112,70,75). Sum of RGB (Red+Green+Blue) = 112+70+75=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70464B is #8FB9B4. Grayscale: #535353. Windows color (decimal): -9419189 or 4933232. OLE color: 4933232.
HSL color Cylindrical-coordinate representation of color #70464B: hue angle of 352.86º 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 #70464B is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 75 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.56 |
| HSL | 352.86º | 0.23% | 0.36% | - |
| HSV(B) | 352.86º | 0.38% | 0.44% | - |
| XYZ | 10.14 | 8.33 | 7.73 | - |
| YUV | 83.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 75 | 0 | 0.38 | 0.33 | 0.56 | 352.86 | 0.23 | 0.36 |
| Hex | 70 | 46 | 4B | 0 | 26 | 21 | 38 | 161 | 17 | 24 |
| Octal | 160 | 106 | 113 | 0 | 46 | 41 | 70 | 541 | 27 | 44 |
| Binary | 1110000 | 1000110 | 1001011 | 0 | 100110 | 100001 | 111000 | 101100001 | 10111 | 100100 |
Color Harmonies of #70464B
Complementary color
Monochromatic Colors of #70464B
Black with #70464B
Text Example
Text Example
White with #70464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70464B; }
p { color: rgb(112,70,75); }
H1.HeaderClassName
{
color: #70464B;
}
.AnyTagClassName
{
color: #70464B;
}
</style>
background-color css
<style>
a { background-color: #70464B; }
a { background-color: rgb(112,70,75); }
div.DivClassName
{
background-color: #70464B;
}
.BgClassName
{
background-color: #70464B;
}
</style>
border-color css
<style>
span { border-color: #70464B; }
span { border-color: rgb(112,70,75); }
td.TdClassName
{
border-color: #70464B;
}
.TagClassName
{
border-color: #70464B;
}
</style>