Shades of Tosca #724247
Tints of Tosca #724247
RGB
CMYK
RGB Variations
Color information
#724247 (or 0x724247) is known color: Tosca. HEX triplet: 72, 42 and 47. RGB value is (114,66,71). Sum of RGB (Red+Green+Blue) = 114+66+71=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #724247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724247 is #8DBDB8. Grayscale: #505050. Windows color (decimal): -9289145 or 4670066. OLE color: 4670066.
HSL color Cylindrical-coordinate representation of color #724247: hue angle of 353.75º 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 #724247 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 66 | 71 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.55 |
| HSL | 353.75º | 0.27% | 0.35% | - |
| HSV(B) | 353.75º | 0.42% | 0.45% | - |
| XYZ | 10.02 | 7.93 | 6.96 | - |
| YUV | 80.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 71 | 0 | 0.42 | 0.38 | 0.55 | 353.75 | 0.27 | 0.35 |
| Hex | 72 | 42 | 47 | 0 | 2A | 26 | 37 | 162 | 1B | 23 |
| Octal | 162 | 102 | 107 | 0 | 52 | 46 | 67 | 542 | 33 | 43 |
| Binary | 1110010 | 1000010 | 1000111 | 0 | 101010 | 100110 | 110111 | 101100010 | 11011 | 100011 |
Color Harmonies of #724247
Complementary color
Monochromatic Colors of #724247
Black with #724247
Text Example
Text Example
White with #724247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724247; }
p { color: rgb(114,66,71); }
H1.HeaderClassName
{
color: #724247;
}
.AnyTagClassName
{
color: #724247;
}
</style>
background-color css
<style>
a { background-color: #724247; }
a { background-color: rgb(114,66,71); }
div.DivClassName
{
background-color: #724247;
}
.BgClassName
{
background-color: #724247;
}
</style>
border-color css
<style>
span { border-color: #724247; }
span { border-color: rgb(114,66,71); }
td.TdClassName
{
border-color: #724247;
}
.TagClassName
{
border-color: #724247;
}
</style>