Shades of Tosca #714A4E
Tints of Tosca #714A4E
RGB
CMYK
RGB Variations
Color information
#714A4E (or 0x714A4E) is known color: Tosca. HEX triplet: 71, 4A and 4E. RGB value is (113,74,78). Sum of RGB (Red+Green+Blue) = 113+74+78=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #714A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714A4E is #8EB5B1. Grayscale: #565656. Windows color (decimal): -9352626 or 5130865. OLE color: 5130865.
HSL color Cylindrical-coordinate representation of color #714A4E: hue angle of 353.85º 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 #714A4E is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 74 | 78 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.56 |
| HSL | 353.85º | 0.21% | 0.37% | - |
| HSV(B) | 353.85º | 0.35% | 0.44% | - |
| XYZ | 10.63 | 8.96 | 8.38 | - |
| YUV | 86.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 78 | 0 | 0.35 | 0.31 | 0.56 | 353.85 | 0.21 | 0.37 |
| Hex | 71 | 4A | 4E | 0 | 23 | 1F | 38 | 162 | 15 | 25 |
| Octal | 161 | 112 | 116 | 0 | 43 | 37 | 70 | 542 | 25 | 45 |
| Binary | 1110001 | 1001010 | 1001110 | 0 | 100011 | 11111 | 111000 | 101100010 | 10101 | 100101 |
Color Harmonies of #714A4E
Complementary color
Monochromatic Colors of #714A4E
Black with #714A4E
Text Example
Text Example
White with #714A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714A4E; }
p { color: rgb(113,74,78); }
H1.HeaderClassName
{
color: #714A4E;
}
.AnyTagClassName
{
color: #714A4E;
}
</style>
background-color css
<style>
a { background-color: #714A4E; }
a { background-color: rgb(113,74,78); }
div.DivClassName
{
background-color: #714A4E;
}
.BgClassName
{
background-color: #714A4E;
}
</style>
border-color css
<style>
span { border-color: #714A4E; }
span { border-color: rgb(113,74,78); }
td.TdClassName
{
border-color: #714A4E;
}
.TagClassName
{
border-color: #714A4E;
}
</style>