Shades of Tosca #714346
Tints of Tosca #714346
RGB
CMYK
RGB Variations
Color information
#714346 (or 0x714346) is known color: Tosca. HEX triplet: 71, 43 and 46. RGB value is (113,67,70). Sum of RGB (Red+Green+Blue) = 113+67+70=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #714346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714346 is #8EBCB9. Grayscale: #515151. Windows color (decimal): -9354426 or 4604785. OLE color: 4604785.
HSL color Cylindrical-coordinate representation of color #714346: hue angle of 356.09º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #714346 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 67 | 70 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.56 |
| HSL | 356.09º | 0.26% | 0.35% | - |
| HSV(B) | 356.09º | 0.41% | 0.44% | - |
| XYZ | 9.92 | 7.97 | 6.81 | - |
| YUV | 81.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 70 | 0 | 0.41 | 0.38 | 0.56 | 356.09 | 0.26 | 0.35 |
| Hex | 71 | 43 | 46 | 0 | 29 | 26 | 38 | 164 | 1A | 23 |
| Octal | 161 | 103 | 106 | 0 | 51 | 46 | 70 | 544 | 32 | 43 |
| Binary | 1110001 | 1000011 | 1000110 | 0 | 101001 | 100110 | 111000 | 101100100 | 11010 | 100011 |
Color Harmonies of #714346
Complementary color
Monochromatic Colors of #714346
Black with #714346
Text Example
Text Example
White with #714346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714346; }
p { color: rgb(113,67,70); }
H1.HeaderClassName
{
color: #714346;
}
.AnyTagClassName
{
color: #714346;
}
</style>
background-color css
<style>
a { background-color: #714346; }
a { background-color: rgb(113,67,70); }
div.DivClassName
{
background-color: #714346;
}
.BgClassName
{
background-color: #714346;
}
</style>
border-color css
<style>
span { border-color: #714346; }
span { border-color: rgb(113,67,70); }
td.TdClassName
{
border-color: #714346;
}
.TagClassName
{
border-color: #714346;
}
</style>