Shades of Tosca #71464E
Tints of Tosca #71464E
RGB
CMYK
RGB Variations
Color information
#71464E (or 0x71464E) is known color: Tosca. HEX triplet: 71, 46 and 4E. RGB value is (113,70,78). Sum of RGB (Red+Green+Blue) = 113+70+78=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71464E is #8EB9B1. Grayscale: #535353. Windows color (decimal): -9353650 or 5129841. OLE color: 5129841.
HSL color Cylindrical-coordinate representation of color #71464E: hue angle of 348.84º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71464E is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 70 | 78 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.56 |
| HSL | 348.84º | 0.23% | 0.36% | - |
| HSV(B) | 348.84º | 0.38% | 0.44% | - |
| XYZ | 10.38 | 8.44 | 8.29 | - |
| YUV | 83.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 78 | 0 | 0.38 | 0.31 | 0.56 | 348.84 | 0.23 | 0.36 |
| Hex | 71 | 46 | 4E | 0 | 26 | 1F | 38 | 15D | 17 | 24 |
| Octal | 161 | 106 | 116 | 0 | 46 | 37 | 70 | 535 | 27 | 44 |
| Binary | 1110001 | 1000110 | 1001110 | 0 | 100110 | 11111 | 111000 | 101011101 | 10111 | 100100 |
Color Harmonies of #71464E
Complementary color
Monochromatic Colors of #71464E
Black with #71464E
Text Example
Text Example
White with #71464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71464E; }
p { color: rgb(113,70,78); }
H1.HeaderClassName
{
color: #71464E;
}
.AnyTagClassName
{
color: #71464E;
}
</style>
background-color css
<style>
a { background-color: #71464E; }
a { background-color: rgb(113,70,78); }
div.DivClassName
{
background-color: #71464E;
}
.BgClassName
{
background-color: #71464E;
}
</style>
border-color css
<style>
span { border-color: #71464E; }
span { border-color: rgb(113,70,78); }
td.TdClassName
{
border-color: #71464E;
}
.TagClassName
{
border-color: #71464E;
}
</style>