Shades of Tosca #724445
Tints of Tosca #724445
RGB
CMYK
RGB Variations
Color information
#724445 (or 0x724445) is known color: Tosca. HEX triplet: 72, 44 and 45. RGB value is (114,68,69). Sum of RGB (Red+Green+Blue) = 114+68+69=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #724445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724445 is #8DBBBA. Grayscale: #515151. Windows color (decimal): -9288635 or 4539506. OLE color: 4539506.
HSL color Cylindrical-coordinate representation of color #724445: hue angle of 358.7º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #724445 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 69 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.55 |
| HSL | 358.7º | 0.25% | 0.36% | - |
| HSV(B) | 358.7º | 0.4% | 0.45% | - |
| XYZ | 10.08 | 8.14 | 6.67 | - |
| YUV | 81.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 69 | 0 | 0.40 | 0.39 | 0.55 | 358.7 | 0.25 | 0.36 |
| Hex | 72 | 44 | 45 | 0 | 28 | 27 | 37 | 167 | 19 | 24 |
| Octal | 162 | 104 | 105 | 0 | 50 | 47 | 67 | 547 | 31 | 44 |
| Binary | 1110010 | 1000100 | 1000101 | 0 | 101000 | 100111 | 110111 | 101100111 | 11001 | 100100 |
Color Harmonies of #724445
Complementary color
Monochromatic Colors of #724445
Black with #724445
Text Example
Text Example
White with #724445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724445; }
p { color: rgb(114,68,69); }
H1.HeaderClassName
{
color: #724445;
}
.AnyTagClassName
{
color: #724445;
}
</style>
background-color css
<style>
a { background-color: #724445; }
a { background-color: rgb(114,68,69); }
div.DivClassName
{
background-color: #724445;
}
.BgClassName
{
background-color: #724445;
}
</style>
border-color css
<style>
span { border-color: #724445; }
span { border-color: rgb(114,68,69); }
td.TdClassName
{
border-color: #724445;
}
.TagClassName
{
border-color: #724445;
}
</style>