Shades of Tosca #724144
Tints of Tosca #724144
RGB
CMYK
RGB Variations
Color information
#724144 (or 0x724144) is known color: Tosca. HEX triplet: 72, 41 and 44. RGB value is (114,65,68). Sum of RGB (Red+Green+Blue) = 114+65+68=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #724144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724144 is #8DBEBB. Grayscale: #505050. Windows color (decimal): -9289404 or 4473202. OLE color: 4473202.
HSL color Cylindrical-coordinate representation of color #724144: hue angle of 356.33º 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 #724144 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 68 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.55 |
| HSL | 356.33º | 0.27% | 0.35% | - |
| HSV(B) | 356.33º | 0.43% | 0.45% | - |
| XYZ | 9.87 | 7.78 | 6.45 | - |
| YUV | 79.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 68 | 0 | 0.43 | 0.40 | 0.55 | 356.33 | 0.27 | 0.35 |
| Hex | 72 | 41 | 44 | 0 | 2B | 28 | 37 | 164 | 1B | 23 |
| Octal | 162 | 101 | 104 | 0 | 53 | 50 | 67 | 544 | 33 | 43 |
| Binary | 1110010 | 1000001 | 1000100 | 0 | 101011 | 101000 | 110111 | 101100100 | 11011 | 100011 |
Color Harmonies of #724144
Complementary color
Monochromatic Colors of #724144
Black with #724144
Text Example
Text Example
White with #724144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724144; }
p { color: rgb(114,65,68); }
H1.HeaderClassName
{
color: #724144;
}
.AnyTagClassName
{
color: #724144;
}
</style>
background-color css
<style>
a { background-color: #724144; }
a { background-color: rgb(114,65,68); }
div.DivClassName
{
background-color: #724144;
}
.BgClassName
{
background-color: #724144;
}
</style>
border-color css
<style>
span { border-color: #724144; }
span { border-color: rgb(114,65,68); }
td.TdClassName
{
border-color: #724144;
}
.TagClassName
{
border-color: #724144;
}
</style>