Shades of Tosca #70454D
Tints of Tosca #70454D
RGB
CMYK
RGB Variations
Color information
#70454D (or 0x70454D) is known color: Tosca. HEX triplet: 70, 45 and 4D. RGB value is (112,69,77). Sum of RGB (Red+Green+Blue) = 112+69+77=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70454D is #8FBAB2. Grayscale: #525252. Windows color (decimal): -9419443 or 5064048. OLE color: 5064048.
HSL color Cylindrical-coordinate representation of color #70454D: hue angle of 348.84º 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 #70454D is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 69 | 77 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.56 |
| HSL | 348.84º | 0.24% | 0.35% | - |
| HSV(B) | 348.84º | 0.38% | 0.44% | - |
| XYZ | 10.15 | 8.24 | 8.08 | - |
| YUV | 82.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 77 | 0 | 0.38 | 0.31 | 0.56 | 348.84 | 0.24 | 0.35 |
| Hex | 70 | 45 | 4D | 0 | 26 | 1F | 38 | 15D | 18 | 23 |
| Octal | 160 | 105 | 115 | 0 | 46 | 37 | 70 | 535 | 30 | 43 |
| Binary | 1110000 | 1000101 | 1001101 | 0 | 100110 | 11111 | 111000 | 101011101 | 11000 | 100011 |
Color Harmonies of #70454D
Complementary color
Monochromatic Colors of #70454D
Black with #70454D
Text Example
Text Example
White with #70454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70454D; }
p { color: rgb(112,69,77); }
H1.HeaderClassName
{
color: #70454D;
}
.AnyTagClassName
{
color: #70454D;
}
</style>
background-color css
<style>
a { background-color: #70454D; }
a { background-color: rgb(112,69,77); }
div.DivClassName
{
background-color: #70454D;
}
.BgClassName
{
background-color: #70454D;
}
</style>
border-color css
<style>
span { border-color: #70454D; }
span { border-color: rgb(112,69,77); }
td.TdClassName
{
border-color: #70454D;
}
.TagClassName
{
border-color: #70454D;
}
</style>