Shades of Tosca #713E46
Tints of Tosca #713E46
RGB
CMYK
RGB Variations
Color information
#713E46 (or 0x713E46) is known color: Tosca. HEX triplet: 71, 3E and 46. RGB value is (113,62,70). Sum of RGB (Red+Green+Blue) = 113+62+70=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #713E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E46 is #8EC1B9. Grayscale: #4E4E4E. Windows color (decimal): -9355706 or 4603505. OLE color: 4603505.
HSL color Cylindrical-coordinate representation of color #713E46: hue angle of 350.59º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #713E46 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 70 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.56 |
| HSL | 350.59º | 0.29% | 0.34% | - |
| HSV(B) | 350.59º | 0.45% | 0.44% | - |
| XYZ | 9.64 | 7.4 | 6.71 | - |
| YUV | 78.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 70 | 0 | 0.45 | 0.38 | 0.56 | 350.59 | 0.29 | 0.34 |
| Hex | 71 | 3E | 46 | 0 | 2D | 26 | 38 | 15F | 1D | 22 |
| Octal | 161 | 76 | 106 | 0 | 55 | 46 | 70 | 537 | 35 | 42 |
| Binary | 1110001 | 111110 | 1000110 | 0 | 101101 | 100110 | 111000 | 101011111 | 11101 | 100010 |
Color Harmonies of #713E46
Complementary color
Monochromatic Colors of #713E46
Black with #713E46
Text Example
Text Example
White with #713E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E46; }
p { color: rgb(113,62,70); }
H1.HeaderClassName
{
color: #713E46;
}
.AnyTagClassName
{
color: #713E46;
}
</style>
background-color css
<style>
a { background-color: #713E46; }
a { background-color: rgb(113,62,70); }
div.DivClassName
{
background-color: #713E46;
}
.BgClassName
{
background-color: #713E46;
}
</style>
border-color css
<style>
span { border-color: #713E46; }
span { border-color: rgb(113,62,70); }
td.TdClassName
{
border-color: #713E46;
}
.TagClassName
{
border-color: #713E46;
}
</style>