Shades of Tosca #724146
Tints of Tosca #724146
RGB
CMYK
RGB Variations
Color information
#724146 (or 0x724146) is known color: Tosca. HEX triplet: 72, 41 and 46. RGB value is (114,65,70). Sum of RGB (Red+Green+Blue) = 114+65+70=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #724146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724146 is #8DBEB9. Grayscale: #505050. Windows color (decimal): -9289402 or 4604274. OLE color: 4604274.
HSL color Cylindrical-coordinate representation of color #724146: hue angle of 353.88º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #724146 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 70 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.55 |
| HSL | 353.88º | 0.27% | 0.35% | - |
| HSV(B) | 353.88º | 0.43% | 0.45% | - |
| XYZ | 9.94 | 7.8 | 6.78 | - |
| YUV | 80.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 70 | 0 | 0.43 | 0.39 | 0.55 | 353.88 | 0.27 | 0.35 |
| Hex | 72 | 41 | 46 | 0 | 2B | 27 | 37 | 162 | 1B | 23 |
| Octal | 162 | 101 | 106 | 0 | 53 | 47 | 67 | 542 | 33 | 43 |
| Binary | 1110010 | 1000001 | 1000110 | 0 | 101011 | 100111 | 110111 | 101100010 | 11011 | 100011 |
Color Harmonies of #724146
Complementary color
Monochromatic Colors of #724146
Black with #724146
Text Example
Text Example
White with #724146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724146; }
p { color: rgb(114,65,70); }
H1.HeaderClassName
{
color: #724146;
}
.AnyTagClassName
{
color: #724146;
}
</style>
background-color css
<style>
a { background-color: #724146; }
a { background-color: rgb(114,65,70); }
div.DivClassName
{
background-color: #724146;
}
.BgClassName
{
background-color: #724146;
}
</style>
border-color css
<style>
span { border-color: #724146; }
span { border-color: rgb(114,65,70); }
td.TdClassName
{
border-color: #724146;
}
.TagClassName
{
border-color: #724146;
}
</style>