Shades of Tosca #70444B
Tints of Tosca #70444B
RGB
CMYK
RGB Variations
Color information
#70444B (or 0x70444B) is known color: Tosca. HEX triplet: 70, 44 and 4B. RGB value is (112,68,75). Sum of RGB (Red+Green+Blue) = 112+68+75=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70444B is #8FBBB4. Grayscale: #515151. Windows color (decimal): -9419701 or 4932720. OLE color: 4932720.
HSL color Cylindrical-coordinate representation of color #70444B: hue angle of 350.45º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70444B is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 68 | 75 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.56 |
| HSL | 350.45º | 0.24% | 0.35% | - |
| HSV(B) | 350.45º | 0.39% | 0.44% | - |
| XYZ | 10.02 | 8.09 | 7.69 | - |
| YUV | 81.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 75 | 0 | 0.39 | 0.33 | 0.56 | 350.45 | 0.24 | 0.35 |
| Hex | 70 | 44 | 4B | 0 | 27 | 21 | 38 | 15E | 18 | 23 |
| Octal | 160 | 104 | 113 | 0 | 47 | 41 | 70 | 536 | 30 | 43 |
| Binary | 1110000 | 1000100 | 1001011 | 0 | 100111 | 100001 | 111000 | 101011110 | 11000 | 100011 |
Color Harmonies of #70444B
Complementary color
Monochromatic Colors of #70444B
Black with #70444B
Text Example
Text Example
White with #70444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70444B; }
p { color: rgb(112,68,75); }
H1.HeaderClassName
{
color: #70444B;
}
.AnyTagClassName
{
color: #70444B;
}
</style>
background-color css
<style>
a { background-color: #70444B; }
a { background-color: rgb(112,68,75); }
div.DivClassName
{
background-color: #70444B;
}
.BgClassName
{
background-color: #70444B;
}
</style>
border-color css
<style>
span { border-color: #70444B; }
span { border-color: rgb(112,68,75); }
td.TdClassName
{
border-color: #70444B;
}
.TagClassName
{
border-color: #70444B;
}
</style>