Shades of Tosca #70454B
Tints of Tosca #70454B
RGB
CMYK
RGB Variations
Color information
#70454B (or 0x70454B) is known color: Tosca. HEX triplet: 70, 45 and 4B. RGB value is (112,69,75). Sum of RGB (Red+Green+Blue) = 112+69+75=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70454B is #8FBAB4. Grayscale: #525252. Windows color (decimal): -9419445 or 4932976. OLE color: 4932976.
HSL color Cylindrical-coordinate representation of color #70454B: hue angle of 351.63º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70454B is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 69 | 75 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.56 |
| HSL | 351.63º | 0.24% | 0.35% | - |
| HSV(B) | 351.63º | 0.38% | 0.44% | - |
| XYZ | 10.08 | 8.21 | 7.71 | - |
| YUV | 82.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 75 | 0 | 0.38 | 0.33 | 0.56 | 351.63 | 0.24 | 0.35 |
| Hex | 70 | 45 | 4B | 0 | 26 | 21 | 38 | 160 | 18 | 23 |
| Octal | 160 | 105 | 113 | 0 | 46 | 41 | 70 | 540 | 30 | 43 |
| Binary | 1110000 | 1000101 | 1001011 | 0 | 100110 | 100001 | 111000 | 101100000 | 11000 | 100011 |
Color Harmonies of #70454B
Complementary color
Monochromatic Colors of #70454B
Black with #70454B
Text Example
Text Example
White with #70454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70454B; }
p { color: rgb(112,69,75); }
H1.HeaderClassName
{
color: #70454B;
}
.AnyTagClassName
{
color: #70454B;
}
</style>
background-color css
<style>
a { background-color: #70454B; }
a { background-color: rgb(112,69,75); }
div.DivClassName
{
background-color: #70454B;
}
.BgClassName
{
background-color: #70454B;
}
</style>
border-color css
<style>
span { border-color: #70454B; }
span { border-color: rgb(112,69,75); }
td.TdClassName
{
border-color: #70454B;
}
.TagClassName
{
border-color: #70454B;
}
</style>