Shades of Tosca #704C4F
Tints of Tosca #704C4F
RGB
CMYK
RGB Variations
Color information
#704C4F (or 0x704C4F) is known color: Tosca. HEX triplet: 70, 4C and 4F. RGB value is (112,76,79). Sum of RGB (Red+Green+Blue) = 112+76+79=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #704C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C4F is #8FB3B0. Grayscale: #575757. Windows color (decimal): -9417649 or 5196912. OLE color: 5196912.
HSL color Cylindrical-coordinate representation of color #704C4F: hue angle of 355º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #704C4F is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 76 | 79 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.56 |
| HSL | 355º | 0.19% | 0.37% | - |
| HSV(B) | 355º | 0.32% | 0.44% | - |
| XYZ | 10.68 | 9.18 | 8.61 | - |
| YUV | 87.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 79 | 0 | 0.32 | 0.29 | 0.56 | 355 | 0.19 | 0.37 |
| Hex | 70 | 4C | 4F | 0 | 20 | 1D | 38 | 163 | 13 | 25 |
| Octal | 160 | 114 | 117 | 0 | 40 | 35 | 70 | 543 | 23 | 45 |
| Binary | 1110000 | 1001100 | 1001111 | 0 | 100000 | 11101 | 111000 | 101100011 | 10011 | 100101 |
Color Harmonies of #704C4F
Complementary color
Monochromatic Colors of #704C4F
Black with #704C4F
Text Example
Text Example
White with #704C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C4F; }
p { color: rgb(112,76,79); }
H1.HeaderClassName
{
color: #704C4F;
}
.AnyTagClassName
{
color: #704C4F;
}
</style>
background-color css
<style>
a { background-color: #704C4F; }
a { background-color: rgb(112,76,79); }
div.DivClassName
{
background-color: #704C4F;
}
.BgClassName
{
background-color: #704C4F;
}
</style>
border-color css
<style>
span { border-color: #704C4F; }
span { border-color: rgb(112,76,79); }
td.TdClassName
{
border-color: #704C4F;
}
.TagClassName
{
border-color: #704C4F;
}
</style>