Shades of Tosca #704A4B
Tints of Tosca #704A4B
RGB
CMYK
RGB Variations
Color information
#704A4B (or 0x704A4B) is known color: Tosca. HEX triplet: 70, 4A and 4B. RGB value is (112,74,75). Sum of RGB (Red+Green+Blue) = 112+74+75=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #704A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A4B is #8FB5B4. Grayscale: #555555. Windows color (decimal): -9418165 or 4934256. OLE color: 4934256.
HSL color Cylindrical-coordinate representation of color #704A4B: hue angle of 358.42º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #704A4B is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 75 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.56 |
| HSL | 358.42º | 0.2% | 0.36% | - |
| HSV(B) | 358.42º | 0.34% | 0.44% | - |
| XYZ | 10.4 | 8.85 | 7.82 | - |
| YUV | 85.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 75 | 0 | 0.34 | 0.33 | 0.56 | 358.42 | 0.2 | 0.36 |
| Hex | 70 | 4A | 4B | 0 | 22 | 21 | 38 | 166 | 14 | 24 |
| Octal | 160 | 112 | 113 | 0 | 42 | 41 | 70 | 546 | 24 | 44 |
| Binary | 1110000 | 1001010 | 1001011 | 0 | 100010 | 100001 | 111000 | 101100110 | 10100 | 100100 |
Color Harmonies of #704A4B
Complementary color
Monochromatic Colors of #704A4B
Black with #704A4B
Text Example
Text Example
White with #704A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A4B; }
p { color: rgb(112,74,75); }
H1.HeaderClassName
{
color: #704A4B;
}
.AnyTagClassName
{
color: #704A4B;
}
</style>
background-color css
<style>
a { background-color: #704A4B; }
a { background-color: rgb(112,74,75); }
div.DivClassName
{
background-color: #704A4B;
}
.BgClassName
{
background-color: #704A4B;
}
</style>
border-color css
<style>
span { border-color: #704A4B; }
span { border-color: rgb(112,74,75); }
td.TdClassName
{
border-color: #704A4B;
}
.TagClassName
{
border-color: #704A4B;
}
</style>