Shades of Tosca #71484E
Tints of Tosca #71484E
RGB
CMYK
RGB Variations
Color information
#71484E (or 0x71484E) is known color: Tosca. HEX triplet: 71, 48 and 4E. RGB value is (113,72,78). Sum of RGB (Red+Green+Blue) = 113+72+78=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #71484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71484E is #8EB7B1. Grayscale: #545454. Windows color (decimal): -9353138 or 5130353. OLE color: 5130353.
HSL color Cylindrical-coordinate representation of color #71484E: hue angle of 351.22º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71484E is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 72 | 78 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.56 |
| HSL | 351.22º | 0.22% | 0.36% | - |
| HSV(B) | 351.22º | 0.36% | 0.44% | - |
| XYZ | 10.5 | 8.7 | 8.33 | - |
| YUV | 84.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 72 | 78 | 0 | 0.36 | 0.31 | 0.56 | 351.22 | 0.22 | 0.36 |
| Hex | 71 | 48 | 4E | 0 | 24 | 1F | 38 | 15F | 16 | 24 |
| Octal | 161 | 110 | 116 | 0 | 44 | 37 | 70 | 537 | 26 | 44 |
| Binary | 1110001 | 1001000 | 1001110 | 0 | 100100 | 11111 | 111000 | 101011111 | 10110 | 100100 |
Color Harmonies of #71484E
Complementary color
Monochromatic Colors of #71484E
Black with #71484E
Text Example
Text Example
White with #71484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71484E; }
p { color: rgb(113,72,78); }
H1.HeaderClassName
{
color: #71484E;
}
.AnyTagClassName
{
color: #71484E;
}
</style>
background-color css
<style>
a { background-color: #71484E; }
a { background-color: rgb(113,72,78); }
div.DivClassName
{
background-color: #71484E;
}
.BgClassName
{
background-color: #71484E;
}
</style>
border-color css
<style>
span { border-color: #71484E; }
span { border-color: rgb(113,72,78); }
td.TdClassName
{
border-color: #71484E;
}
.TagClassName
{
border-color: #71484E;
}
</style>