Shades of Tosca #71474F
Tints of Tosca #71474F
RGB
CMYK
RGB Variations
Color information
#71474F (or 0x71474F) is known color: Tosca. HEX triplet: 71, 47 and 4F. RGB value is (113,71,79). Sum of RGB (Red+Green+Blue) = 113+71+79=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #71474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71474F is #8EB8B0. Grayscale: #545454. Windows color (decimal): -9353393 or 5195633. OLE color: 5195633.
HSL color Cylindrical-coordinate representation of color #71474F: hue angle of 348.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71474F is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 71 | 79 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.56 |
| HSL | 348.57º | 0.23% | 0.36% | - |
| HSV(B) | 348.57º | 0.37% | 0.44% | - |
| XYZ | 10.47 | 8.58 | 8.5 | - |
| YUV | 84.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 79 | 0 | 0.37 | 0.30 | 0.56 | 348.57 | 0.23 | 0.36 |
| Hex | 71 | 47 | 4F | 0 | 25 | 1E | 38 | 15D | 17 | 24 |
| Octal | 161 | 107 | 117 | 0 | 45 | 36 | 70 | 535 | 27 | 44 |
| Binary | 1110001 | 1000111 | 1001111 | 0 | 100101 | 11110 | 111000 | 101011101 | 10111 | 100100 |
Color Harmonies of #71474F
Complementary color
Monochromatic Colors of #71474F
Black with #71474F
Text Example
Text Example
White with #71474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71474F; }
p { color: rgb(113,71,79); }
H1.HeaderClassName
{
color: #71474F;
}
.AnyTagClassName
{
color: #71474F;
}
</style>
background-color css
<style>
a { background-color: #71474F; }
a { background-color: rgb(113,71,79); }
div.DivClassName
{
background-color: #71474F;
}
.BgClassName
{
background-color: #71474F;
}
</style>
border-color css
<style>
span { border-color: #71474F; }
span { border-color: rgb(113,71,79); }
td.TdClassName
{
border-color: #71474F;
}
.TagClassName
{
border-color: #71474F;
}
</style>