Shades of Tosca #70474D
Tints of Tosca #70474D
RGB
CMYK
RGB Variations
Color information
#70474D (or 0x70474D) is known color: Tosca. HEX triplet: 70, 47 and 4D. RGB value is (112,71,77). Sum of RGB (Red+Green+Blue) = 112+71+77=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70474D is #8FB8B2. Grayscale: #535353. Windows color (decimal): -9418931 or 5064560. OLE color: 5064560.
HSL color Cylindrical-coordinate representation of color #70474D: hue angle of 351.22º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70474D is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 77 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.56 |
| HSL | 351.22º | 0.22% | 0.36% | - |
| HSV(B) | 351.22º | 0.37% | 0.44% | - |
| XYZ | 10.27 | 8.49 | 8.12 | - |
| YUV | 83.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 77 | 0 | 0.37 | 0.31 | 0.56 | 351.22 | 0.22 | 0.36 |
| Hex | 70 | 47 | 4D | 0 | 25 | 1F | 38 | 15F | 16 | 24 |
| Octal | 160 | 107 | 115 | 0 | 45 | 37 | 70 | 537 | 26 | 44 |
| Binary | 1110000 | 1000111 | 1001101 | 0 | 100101 | 11111 | 111000 | 101011111 | 10110 | 100100 |
Color Harmonies of #70474D
Complementary color
Monochromatic Colors of #70474D
Black with #70474D
Text Example
Text Example
White with #70474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70474D; }
p { color: rgb(112,71,77); }
H1.HeaderClassName
{
color: #70474D;
}
.AnyTagClassName
{
color: #70474D;
}
</style>
background-color css
<style>
a { background-color: #70474D; }
a { background-color: rgb(112,71,77); }
div.DivClassName
{
background-color: #70474D;
}
.BgClassName
{
background-color: #70474D;
}
</style>
border-color css
<style>
span { border-color: #70474D; }
span { border-color: rgb(112,71,77); }
td.TdClassName
{
border-color: #70474D;
}
.TagClassName
{
border-color: #70474D;
}
</style>