Shades of Tosca #724148
Tints of Tosca #724148
RGB
CMYK
RGB Variations
Color information
#724148 (or 0x724148) is known color: Tosca. HEX triplet: 72, 41 and 48. RGB value is (114,65,72). Sum of RGB (Red+Green+Blue) = 114+65+72=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #724148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724148 is #8DBEB7. Grayscale: #505050. Windows color (decimal): -9289400 or 4735346. OLE color: 4735346.
HSL color Cylindrical-coordinate representation of color #724148: hue angle of 351.43º 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 #724148 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 72 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.55 |
| HSL | 351.43º | 0.27% | 0.35% | - |
| HSV(B) | 351.43º | 0.43% | 0.45% | - |
| XYZ | 10 | 7.83 | 7.11 | - |
| YUV | 80.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 72 | 0 | 0.43 | 0.37 | 0.55 | 351.43 | 0.27 | 0.35 |
| Hex | 72 | 41 | 48 | 0 | 2B | 25 | 37 | 15F | 1B | 23 |
| Octal | 162 | 101 | 110 | 0 | 53 | 45 | 67 | 537 | 33 | 43 |
| Binary | 1110010 | 1000001 | 1001000 | 0 | 101011 | 100101 | 110111 | 101011111 | 11011 | 100011 |
Color Harmonies of #724148
Complementary color
Monochromatic Colors of #724148
Black with #724148
Text Example
Text Example
White with #724148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724148; }
p { color: rgb(114,65,72); }
H1.HeaderClassName
{
color: #724148;
}
.AnyTagClassName
{
color: #724148;
}
</style>
background-color css
<style>
a { background-color: #724148; }
a { background-color: rgb(114,65,72); }
div.DivClassName
{
background-color: #724148;
}
.BgClassName
{
background-color: #724148;
}
</style>
border-color css
<style>
span { border-color: #724148; }
span { border-color: rgb(114,65,72); }
td.TdClassName
{
border-color: #724148;
}
.TagClassName
{
border-color: #724148;
}
</style>