Shades of Tosca #713F46
Tints of Tosca #713F46
RGB
CMYK
RGB Variations
Color information
#713F46 (or 0x713F46) is known color: Tosca. HEX triplet: 71, 3F and 46. RGB value is (113,63,70). Sum of RGB (Red+Green+Blue) = 113+63+70=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #713F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F46 is #8EC0B9. Grayscale: #4E4E4E. Windows color (decimal): -9355450 or 4603761. OLE color: 4603761.
HSL color Cylindrical-coordinate representation of color #713F46: hue angle of 351.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #713F46 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 70 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.56 |
| HSL | 351.6º | 0.28% | 0.35% | - |
| HSV(B) | 351.6º | 0.44% | 0.44% | - |
| XYZ | 9.69 | 7.51 | 6.73 | - |
| YUV | 78.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 70 | 0 | 0.44 | 0.38 | 0.56 | 351.6 | 0.28 | 0.35 |
| Hex | 71 | 3F | 46 | 0 | 2C | 26 | 38 | 160 | 1C | 23 |
| Octal | 161 | 77 | 106 | 0 | 54 | 46 | 70 | 540 | 34 | 43 |
| Binary | 1110001 | 111111 | 1000110 | 0 | 101100 | 100110 | 111000 | 101100000 | 11100 | 100011 |
Color Harmonies of #713F46
Complementary color
Monochromatic Colors of #713F46
Black with #713F46
Text Example
Text Example
White with #713F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F46; }
p { color: rgb(113,63,70); }
H1.HeaderClassName
{
color: #713F46;
}
.AnyTagClassName
{
color: #713F46;
}
</style>
background-color css
<style>
a { background-color: #713F46; }
a { background-color: rgb(113,63,70); }
div.DivClassName
{
background-color: #713F46;
}
.BgClassName
{
background-color: #713F46;
}
</style>
border-color css
<style>
span { border-color: #713F46; }
span { border-color: rgb(113,63,70); }
td.TdClassName
{
border-color: #713F46;
}
.TagClassName
{
border-color: #713F46;
}
</style>