Shades of Tosca #71464A
Tints of Tosca #71464A
RGB
CMYK
RGB Variations
Color information
#71464A (or 0x71464A) is known color: Tosca. HEX triplet: 71, 46 and 4A. RGB value is (113,70,74). Sum of RGB (Red+Green+Blue) = 113+70+74=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71464A is #8EB9B5. Grayscale: #535353. Windows color (decimal): -9353654 or 4867697. OLE color: 4867697.
HSL color Cylindrical-coordinate representation of color #71464A: hue angle of 354.42º 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 #71464A is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 70 | 74 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.56 |
| HSL | 354.42º | 0.23% | 0.36% | - |
| HSV(B) | 354.42º | 0.38% | 0.44% | - |
| XYZ | 10.24 | 8.39 | 7.56 | - |
| YUV | 83.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 74 | 0 | 0.38 | 0.35 | 0.56 | 354.42 | 0.23 | 0.36 |
| Hex | 71 | 46 | 4A | 0 | 26 | 23 | 38 | 162 | 17 | 24 |
| Octal | 161 | 106 | 112 | 0 | 46 | 43 | 70 | 542 | 27 | 44 |
| Binary | 1110001 | 1000110 | 1001010 | 0 | 100110 | 100011 | 111000 | 101100010 | 10111 | 100100 |
Color Harmonies of #71464A
Complementary color
Monochromatic Colors of #71464A
Black with #71464A
Text Example
Text Example
White with #71464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71464A; }
p { color: rgb(113,70,74); }
H1.HeaderClassName
{
color: #71464A;
}
.AnyTagClassName
{
color: #71464A;
}
</style>
background-color css
<style>
a { background-color: #71464A; }
a { background-color: rgb(113,70,74); }
div.DivClassName
{
background-color: #71464A;
}
.BgClassName
{
background-color: #71464A;
}
</style>
border-color css
<style>
span { border-color: #71464A; }
span { border-color: rgb(113,70,74); }
td.TdClassName
{
border-color: #71464A;
}
.TagClassName
{
border-color: #71464A;
}
</style>