Shades of Tosca #724245
Tints of Tosca #724245
RGB
CMYK
RGB Variations
Color information
#724245 (or 0x724245) is known color: Tosca. HEX triplet: 72, 42 and 45. RGB value is (114,66,69). Sum of RGB (Red+Green+Blue) = 114+66+69=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #724245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724245 is #8DBDBA. Grayscale: #505050. Windows color (decimal): -9289147 or 4538994. OLE color: 4538994.
HSL color Cylindrical-coordinate representation of color #724245: hue angle of 356.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #724245 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 66 | 69 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.55 |
| HSL | 356.25º | 0.27% | 0.35% | - |
| HSV(B) | 356.25º | 0.42% | 0.45% | - |
| XYZ | 9.96 | 7.9 | 6.63 | - |
| YUV | 80.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 69 | 0 | 0.42 | 0.39 | 0.55 | 356.25 | 0.27 | 0.35 |
| Hex | 72 | 42 | 45 | 0 | 2A | 27 | 37 | 164 | 1B | 23 |
| Octal | 162 | 102 | 105 | 0 | 52 | 47 | 67 | 544 | 33 | 43 |
| Binary | 1110010 | 1000010 | 1000101 | 0 | 101010 | 100111 | 110111 | 101100100 | 11011 | 100011 |
Color Harmonies of #724245
Complementary color
Monochromatic Colors of #724245
Black with #724245
Text Example
Text Example
White with #724245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724245; }
p { color: rgb(114,66,69); }
H1.HeaderClassName
{
color: #724245;
}
.AnyTagClassName
{
color: #724245;
}
</style>
background-color css
<style>
a { background-color: #724245; }
a { background-color: rgb(114,66,69); }
div.DivClassName
{
background-color: #724245;
}
.BgClassName
{
background-color: #724245;
}
</style>
border-color css
<style>
span { border-color: #724245; }
span { border-color: rgb(114,66,69); }
td.TdClassName
{
border-color: #724245;
}
.TagClassName
{
border-color: #724245;
}
</style>