Shades of Tosca #71464D
Tints of Tosca #71464D
RGB
CMYK
RGB Variations
Color information
#71464D (or 0x71464D) is known color: Tosca. HEX triplet: 71, 46 and 4D. RGB value is (113,70,77). Sum of RGB (Red+Green+Blue) = 113+70+77=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71464D is #8EB9B2. Grayscale: #535353. Windows color (decimal): -9353651 or 5064305. OLE color: 5064305.
HSL color Cylindrical-coordinate representation of color #71464D: hue angle of 350.23º 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 #71464D is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 70 | 77 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.56 |
| HSL | 350.23º | 0.23% | 0.36% | - |
| HSV(B) | 350.23º | 0.38% | 0.44% | - |
| XYZ | 10.34 | 8.43 | 8.1 | - |
| YUV | 83.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 77 | 0 | 0.38 | 0.32 | 0.56 | 350.23 | 0.23 | 0.36 |
| Hex | 71 | 46 | 4D | 0 | 26 | 20 | 38 | 15E | 17 | 24 |
| Octal | 161 | 106 | 115 | 0 | 46 | 40 | 70 | 536 | 27 | 44 |
| Binary | 1110001 | 1000110 | 1001101 | 0 | 100110 | 100000 | 111000 | 101011110 | 10111 | 100100 |
Color Harmonies of #71464D
Complementary color
Monochromatic Colors of #71464D
Black with #71464D
Text Example
Text Example
White with #71464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71464D; }
p { color: rgb(113,70,77); }
H1.HeaderClassName
{
color: #71464D;
}
.AnyTagClassName
{
color: #71464D;
}
</style>
background-color css
<style>
a { background-color: #71464D; }
a { background-color: rgb(113,70,77); }
div.DivClassName
{
background-color: #71464D;
}
.BgClassName
{
background-color: #71464D;
}
</style>
border-color css
<style>
span { border-color: #71464D; }
span { border-color: rgb(113,70,77); }
td.TdClassName
{
border-color: #71464D;
}
.TagClassName
{
border-color: #71464D;
}
</style>