Shades of Tosca #71494A
Tints of Tosca #71494A
RGB
CMYK
RGB Variations
Color information
#71494A (or 0x71494A) is known color: Tosca. HEX triplet: 71, 49 and 4A. RGB value is (113,73,74). Sum of RGB (Red+Green+Blue) = 113+73+74=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71494A is #8EB6B5. Grayscale: #555555. Windows color (decimal): -9352886 or 4868465. OLE color: 4868465.
HSL color Cylindrical-coordinate representation of color #71494A: hue angle of 358.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71494A is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 73 | 74 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.56 |
| HSL | 358.5º | 0.22% | 0.36% | - |
| HSV(B) | 358.5º | 0.35% | 0.44% | - |
| XYZ | 10.43 | 8.77 | 7.62 | - |
| YUV | 85.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 73 | 74 | 0 | 0.35 | 0.35 | 0.56 | 358.5 | 0.22 | 0.36 |
| Hex | 71 | 49 | 4A | 0 | 23 | 23 | 38 | 166 | 16 | 24 |
| Octal | 161 | 111 | 112 | 0 | 43 | 43 | 70 | 546 | 26 | 44 |
| Binary | 1110001 | 1001001 | 1001010 | 0 | 100011 | 100011 | 111000 | 101100110 | 10110 | 100100 |
Color Harmonies of #71494A
Complementary color
Monochromatic Colors of #71494A
Black with #71494A
Text Example
Text Example
White with #71494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71494A; }
p { color: rgb(113,73,74); }
H1.HeaderClassName
{
color: #71494A;
}
.AnyTagClassName
{
color: #71494A;
}
</style>
background-color css
<style>
a { background-color: #71494A; }
a { background-color: rgb(113,73,74); }
div.DivClassName
{
background-color: #71494A;
}
.BgClassName
{
background-color: #71494A;
}
</style>
border-color css
<style>
span { border-color: #71494A; }
span { border-color: rgb(113,73,74); }
td.TdClassName
{
border-color: #71494A;
}
.TagClassName
{
border-color: #71494A;
}
</style>