Shades of Tosca #704448
Tints of Tosca #704448
RGB
CMYK
RGB Variations
Color information
#704448 (or 0x704448) is known color: Tosca. HEX triplet: 70, 44 and 48. RGB value is (112,68,72). Sum of RGB (Red+Green+Blue) = 112+68+72=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #704448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704448 is #8FBBB7. Grayscale: #515151. Windows color (decimal): -9419704 or 4736112. OLE color: 4736112.
HSL color Cylindrical-coordinate representation of color #704448: hue angle of 354.55º 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 #704448 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 68 | 72 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.56 |
| HSL | 354.55º | 0.24% | 0.35% | - |
| HSV(B) | 354.55º | 0.39% | 0.44% | - |
| XYZ | 9.92 | 8.05 | 7.16 | - |
| YUV | 81.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 72 | 0 | 0.39 | 0.36 | 0.56 | 354.55 | 0.24 | 0.35 |
| Hex | 70 | 44 | 48 | 0 | 27 | 24 | 38 | 163 | 18 | 23 |
| Octal | 160 | 104 | 110 | 0 | 47 | 44 | 70 | 543 | 30 | 43 |
| Binary | 1110000 | 1000100 | 1001000 | 0 | 100111 | 100100 | 111000 | 101100011 | 11000 | 100011 |
Color Harmonies of #704448
Complementary color
Monochromatic Colors of #704448
Black with #704448
Text Example
Text Example
White with #704448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704448; }
p { color: rgb(112,68,72); }
H1.HeaderClassName
{
color: #704448;
}
.AnyTagClassName
{
color: #704448;
}
</style>
background-color css
<style>
a { background-color: #704448; }
a { background-color: rgb(112,68,72); }
div.DivClassName
{
background-color: #704448;
}
.BgClassName
{
background-color: #704448;
}
</style>
border-color css
<style>
span { border-color: #704448; }
span { border-color: rgb(112,68,72); }
td.TdClassName
{
border-color: #704448;
}
.TagClassName
{
border-color: #704448;
}
</style>