Shades of Tosca #714146
Tints of Tosca #714146
RGB
CMYK
RGB Variations
Color information
#714146 (or 0x714146) is known color: Tosca. HEX triplet: 71, 41 and 46. RGB value is (113,65,70). Sum of RGB (Red+Green+Blue) = 113+65+70=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #714146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714146 is #8EBEB9. Grayscale: #4F4F4F. Windows color (decimal): -9354938 or 4604273. OLE color: 4604273.
HSL color Cylindrical-coordinate representation of color #714146: hue angle of 353.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #714146 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 65 | 70 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.56 |
| HSL | 353.75º | 0.27% | 0.35% | - |
| HSV(B) | 353.75º | 0.42% | 0.44% | - |
| XYZ | 9.81 | 7.73 | 6.77 | - |
| YUV | 79.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 70 | 0 | 0.42 | 0.38 | 0.56 | 353.75 | 0.27 | 0.35 |
| Hex | 71 | 41 | 46 | 0 | 2A | 26 | 38 | 162 | 1B | 23 |
| Octal | 161 | 101 | 106 | 0 | 52 | 46 | 70 | 542 | 33 | 43 |
| Binary | 1110001 | 1000001 | 1000110 | 0 | 101010 | 100110 | 111000 | 101100010 | 11011 | 100011 |
Color Harmonies of #714146
Complementary color
Monochromatic Colors of #714146
Black with #714146
Text Example
Text Example
White with #714146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714146; }
p { color: rgb(113,65,70); }
H1.HeaderClassName
{
color: #714146;
}
.AnyTagClassName
{
color: #714146;
}
</style>
background-color css
<style>
a { background-color: #714146; }
a { background-color: rgb(113,65,70); }
div.DivClassName
{
background-color: #714146;
}
.BgClassName
{
background-color: #714146;
}
</style>
border-color css
<style>
span { border-color: #714146; }
span { border-color: rgb(113,65,70); }
td.TdClassName
{
border-color: #714146;
}
.TagClassName
{
border-color: #714146;
}
</style>