Shades of Tosca #71474D
Tints of Tosca #71474D
RGB
CMYK
RGB Variations
Color information
#71474D (or 0x71474D) is known color: Tosca. HEX triplet: 71, 47 and 4D. RGB value is (113,71,77). Sum of RGB (Red+Green+Blue) = 113+71+77=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71474D is #8EB8B2. Grayscale: #545454. Windows color (decimal): -9353395 or 5064561. OLE color: 5064561.
HSL color Cylindrical-coordinate representation of color #71474D: hue angle of 351.43º 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 #71474D is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 71 | 77 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.56 |
| HSL | 351.43º | 0.23% | 0.36% | - |
| HSV(B) | 351.43º | 0.37% | 0.44% | - |
| XYZ | 10.4 | 8.55 | 8.12 | - |
| YUV | 84.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 77 | 0 | 0.37 | 0.32 | 0.56 | 351.43 | 0.23 | 0.36 |
| Hex | 71 | 47 | 4D | 0 | 25 | 20 | 38 | 15F | 17 | 24 |
| Octal | 161 | 107 | 115 | 0 | 45 | 40 | 70 | 537 | 27 | 44 |
| Binary | 1110001 | 1000111 | 1001101 | 0 | 100101 | 100000 | 111000 | 101011111 | 10111 | 100100 |
Color Harmonies of #71474D
Complementary color
Monochromatic Colors of #71474D
Black with #71474D
Text Example
Text Example
White with #71474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71474D; }
p { color: rgb(113,71,77); }
H1.HeaderClassName
{
color: #71474D;
}
.AnyTagClassName
{
color: #71474D;
}
</style>
background-color css
<style>
a { background-color: #71474D; }
a { background-color: rgb(113,71,77); }
div.DivClassName
{
background-color: #71474D;
}
.BgClassName
{
background-color: #71474D;
}
</style>
border-color css
<style>
span { border-color: #71474D; }
span { border-color: rgb(113,71,77); }
td.TdClassName
{
border-color: #71474D;
}
.TagClassName
{
border-color: #71474D;
}
</style>