Shades of Tosca #724145
Tints of Tosca #724145
RGB
CMYK
RGB Variations
Color information
#724145 (or 0x724145) is known color: Tosca. HEX triplet: 72, 41 and 45. RGB value is (114,65,69). Sum of RGB (Red+Green+Blue) = 114+65+69=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #724145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724145 is #8DBEBA. Grayscale: #505050. Windows color (decimal): -9289403 or 4538738. OLE color: 4538738.
HSL color Cylindrical-coordinate representation of color #724145: hue angle of 355.1º 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 #724145 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 69 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.55 |
| HSL | 355.1º | 0.27% | 0.35% | - |
| HSV(B) | 355.1º | 0.43% | 0.45% | - |
| XYZ | 9.9 | 7.79 | 6.61 | - |
| YUV | 80.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 69 | 0 | 0.43 | 0.39 | 0.55 | 355.1 | 0.27 | 0.35 |
| Hex | 72 | 41 | 45 | 0 | 2B | 27 | 37 | 163 | 1B | 23 |
| Octal | 162 | 101 | 105 | 0 | 53 | 47 | 67 | 543 | 33 | 43 |
| Binary | 1110010 | 1000001 | 1000101 | 0 | 101011 | 100111 | 110111 | 101100011 | 11011 | 100011 |
Color Harmonies of #724145
Complementary color
Monochromatic Colors of #724145
Black with #724145
Text Example
Text Example
White with #724145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724145; }
p { color: rgb(114,65,69); }
H1.HeaderClassName
{
color: #724145;
}
.AnyTagClassName
{
color: #724145;
}
</style>
background-color css
<style>
a { background-color: #724145; }
a { background-color: rgb(114,65,69); }
div.DivClassName
{
background-color: #724145;
}
.BgClassName
{
background-color: #724145;
}
</style>
border-color css
<style>
span { border-color: #724145; }
span { border-color: rgb(114,65,69); }
td.TdClassName
{
border-color: #724145;
}
.TagClassName
{
border-color: #724145;
}
</style>