Shades of Tosca #704B4D
Tints of Tosca #704B4D
RGB
CMYK
RGB Variations
Color information
#704B4D (or 0x704B4D) is known color: Tosca. HEX triplet: 70, 4B and 4D. RGB value is (112,75,77). Sum of RGB (Red+Green+Blue) = 112+75+77=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #704B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B4D is #8FB4B2. Grayscale: #565656. Windows color (decimal): -9417907 or 5065584. OLE color: 5065584.
HSL color Cylindrical-coordinate representation of color #704B4D: hue angle of 356.76º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #704B4D is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 77 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.56 |
| HSL | 356.76º | 0.2% | 0.37% | - |
| HSV(B) | 356.76º | 0.33% | 0.44% | - |
| XYZ | 10.54 | 9.01 | 8.21 | - |
| YUV | 86.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 77 | 0 | 0.33 | 0.31 | 0.56 | 356.76 | 0.2 | 0.37 |
| Hex | 70 | 4B | 4D | 0 | 21 | 1F | 38 | 165 | 14 | 25 |
| Octal | 160 | 113 | 115 | 0 | 41 | 37 | 70 | 545 | 24 | 45 |
| Binary | 1110000 | 1001011 | 1001101 | 0 | 100001 | 11111 | 111000 | 101100101 | 10100 | 100101 |
Color Harmonies of #704B4D
Complementary color
Monochromatic Colors of #704B4D
Black with #704B4D
Text Example
Text Example
White with #704B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B4D; }
p { color: rgb(112,75,77); }
H1.HeaderClassName
{
color: #704B4D;
}
.AnyTagClassName
{
color: #704B4D;
}
</style>
background-color css
<style>
a { background-color: #704B4D; }
a { background-color: rgb(112,75,77); }
div.DivClassName
{
background-color: #704B4D;
}
.BgClassName
{
background-color: #704B4D;
}
</style>
border-color css
<style>
span { border-color: #704B4D; }
span { border-color: rgb(112,75,77); }
td.TdClassName
{
border-color: #704B4D;
}
.TagClassName
{
border-color: #704B4D;
}
</style>