Shades of Tosca #71484D
Tints of Tosca #71484D
RGB
CMYK
RGB Variations
Color information
#71484D (or 0x71484D) is known color: Tosca. HEX triplet: 71, 48 and 4D. RGB value is (113,72,77). Sum of RGB (Red+Green+Blue) = 113+72+77=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #71484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71484D is #8EB7B2. Grayscale: #545454. Windows color (decimal): -9353139 or 5064817. OLE color: 5064817.
HSL color Cylindrical-coordinate representation of color #71484D: hue angle of 352.68º 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 #71484D is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 72 | 77 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.56 |
| HSL | 352.68º | 0.22% | 0.36% | - |
| HSV(B) | 352.68º | 0.36% | 0.44% | - |
| XYZ | 10.47 | 8.68 | 8.15 | - |
| YUV | 84.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 72 | 77 | 0 | 0.36 | 0.32 | 0.56 | 352.68 | 0.22 | 0.36 |
| Hex | 71 | 48 | 4D | 0 | 24 | 20 | 38 | 161 | 16 | 24 |
| Octal | 161 | 110 | 115 | 0 | 44 | 40 | 70 | 541 | 26 | 44 |
| Binary | 1110001 | 1001000 | 1001101 | 0 | 100100 | 100000 | 111000 | 101100001 | 10110 | 100100 |
Color Harmonies of #71484D
Complementary color
Monochromatic Colors of #71484D
Black with #71484D
Text Example
Text Example
White with #71484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71484D; }
p { color: rgb(113,72,77); }
H1.HeaderClassName
{
color: #71484D;
}
.AnyTagClassName
{
color: #71484D;
}
</style>
background-color css
<style>
a { background-color: #71484D; }
a { background-color: rgb(113,72,77); }
div.DivClassName
{
background-color: #71484D;
}
.BgClassName
{
background-color: #71484D;
}
</style>
border-color css
<style>
span { border-color: #71484D; }
span { border-color: rgb(113,72,77); }
td.TdClassName
{
border-color: #71484D;
}
.TagClassName
{
border-color: #71484D;
}
</style>