Shades of Tosca #714A4D
Tints of Tosca #714A4D
RGB
CMYK
RGB Variations
Color information
#714A4D (or 0x714A4D) is known color: Tosca. HEX triplet: 71, 4A and 4D. RGB value is (113,74,77). Sum of RGB (Red+Green+Blue) = 113+74+77=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #714A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714A4D is #8EB5B2. Grayscale: #565656. Windows color (decimal): -9352627 or 5065329. OLE color: 5065329.
HSL color Cylindrical-coordinate representation of color #714A4D: hue angle of 355.38º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #714A4D is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 74 | 77 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.56 |
| HSL | 355.38º | 0.21% | 0.37% | - |
| HSV(B) | 355.38º | 0.35% | 0.44% | - |
| XYZ | 10.6 | 8.94 | 8.19 | - |
| YUV | 86 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 77 | 0 | 0.35 | 0.32 | 0.56 | 355.38 | 0.21 | 0.37 |
| Hex | 71 | 4A | 4D | 0 | 23 | 20 | 38 | 163 | 15 | 25 |
| Octal | 161 | 112 | 115 | 0 | 43 | 40 | 70 | 543 | 25 | 45 |
| Binary | 1110001 | 1001010 | 1001101 | 0 | 100011 | 100000 | 111000 | 101100011 | 10101 | 100101 |
Color Harmonies of #714A4D
Complementary color
Monochromatic Colors of #714A4D
Black with #714A4D
Text Example
Text Example
White with #714A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714A4D; }
p { color: rgb(113,74,77); }
H1.HeaderClassName
{
color: #714A4D;
}
.AnyTagClassName
{
color: #714A4D;
}
</style>
background-color css
<style>
a { background-color: #714A4D; }
a { background-color: rgb(113,74,77); }
div.DivClassName
{
background-color: #714A4D;
}
.BgClassName
{
background-color: #714A4D;
}
</style>
border-color css
<style>
span { border-color: #714A4D; }
span { border-color: rgb(113,74,77); }
td.TdClassName
{
border-color: #714A4D;
}
.TagClassName
{
border-color: #714A4D;
}
</style>