Shades of Tosca #724044
Tints of Tosca #724044
RGB
CMYK
RGB Variations
Color information
#724044 (or 0x724044) is known color: Tosca. HEX triplet: 72, 40 and 44. RGB value is (114,64,68). Sum of RGB (Red+Green+Blue) = 114+64+68=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #724044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724044 is #8DBFBB. Grayscale: #4F4F4F. Windows color (decimal): -9289660 or 4472946. OLE color: 4472946.
HSL color Cylindrical-coordinate representation of color #724044: hue angle of 355.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #724044 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 64 | 68 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.55 |
| HSL | 355.2º | 0.28% | 0.35% | - |
| HSV(B) | 355.2º | 0.44% | 0.45% | - |
| XYZ | 9.82 | 7.66 | 6.43 | - |
| YUV | 79.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 68 | 0 | 0.44 | 0.40 | 0.55 | 355.2 | 0.28 | 0.35 |
| Hex | 72 | 40 | 44 | 0 | 2C | 28 | 37 | 163 | 1C | 23 |
| Octal | 162 | 100 | 104 | 0 | 54 | 50 | 67 | 543 | 34 | 43 |
| Binary | 1110010 | 1000000 | 1000100 | 0 | 101100 | 101000 | 110111 | 101100011 | 11100 | 100011 |
Color Harmonies of #724044
Complementary color
Monochromatic Colors of #724044
Black with #724044
Text Example
Text Example
White with #724044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724044; }
p { color: rgb(114,64,68); }
H1.HeaderClassName
{
color: #724044;
}
.AnyTagClassName
{
color: #724044;
}
</style>
background-color css
<style>
a { background-color: #724044; }
a { background-color: rgb(114,64,68); }
div.DivClassName
{
background-color: #724044;
}
.BgClassName
{
background-color: #724044;
}
</style>
border-color css
<style>
span { border-color: #724044; }
span { border-color: rgb(114,64,68); }
td.TdClassName
{
border-color: #724044;
}
.TagClassName
{
border-color: #724044;
}
</style>