Shades of Tosca #70414A
Tints of Tosca #70414A
RGB
CMYK
RGB Variations
Color information
#70414A (or 0x70414A) is known color: Tosca. HEX triplet: 70, 41 and 4A. RGB value is (112,65,74). Sum of RGB (Red+Green+Blue) = 112+65+74=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #70414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70414A is #8FBEB5. Grayscale: #505050. Windows color (decimal): -9420470 or 4866416. OLE color: 4866416.
HSL color Cylindrical-coordinate representation of color #70414A: hue angle of 348.51º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70414A is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 74 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.56 |
| HSL | 348.51º | 0.27% | 0.35% | - |
| HSV(B) | 348.51º | 0.42% | 0.44% | - |
| XYZ | 9.81 | 7.72 | 7.45 | - |
| YUV | 80.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 74 | 0 | 0.42 | 0.34 | 0.56 | 348.51 | 0.27 | 0.35 |
| Hex | 70 | 41 | 4A | 0 | 2A | 22 | 38 | 15D | 1B | 23 |
| Octal | 160 | 101 | 112 | 0 | 52 | 42 | 70 | 535 | 33 | 43 |
| Binary | 1110000 | 1000001 | 1001010 | 0 | 101010 | 100010 | 111000 | 101011101 | 11011 | 100011 |
Color Harmonies of #70414A
Complementary color
Monochromatic Colors of #70414A
Black with #70414A
Text Example
Text Example
White with #70414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70414A; }
p { color: rgb(112,65,74); }
H1.HeaderClassName
{
color: #70414A;
}
.AnyTagClassName
{
color: #70414A;
}
</style>
background-color css
<style>
a { background-color: #70414A; }
a { background-color: rgb(112,65,74); }
div.DivClassName
{
background-color: #70414A;
}
.BgClassName
{
background-color: #70414A;
}
</style>
border-color css
<style>
span { border-color: #70414A; }
span { border-color: rgb(112,65,74); }
td.TdClassName
{
border-color: #70414A;
}
.TagClassName
{
border-color: #70414A;
}
</style>