Shades of Tosca #723F49
Tints of Tosca #723F49
RGB
CMYK
RGB Variations
Color information
#723F49 (or 0x723F49) is known color: Tosca. HEX triplet: 72, 3F and 49. RGB value is (114,63,73). Sum of RGB (Red+Green+Blue) = 114+63+73=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #723F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723F49 is #8DC0B6. Grayscale: #4F4F4F. Windows color (decimal): -9289911 or 4800370. OLE color: 4800370.
HSL color Cylindrical-coordinate representation of color #723F49: hue angle of 348.24º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #723F49 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 73 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.55 |
| HSL | 348.24º | 0.29% | 0.35% | - |
| HSV(B) | 348.24º | 0.45% | 0.45% | - |
| XYZ | 9.92 | 7.61 | 7.25 | - |
| YUV | 79.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 73 | 0 | 0.45 | 0.36 | 0.55 | 348.24 | 0.29 | 0.35 |
| Hex | 72 | 3F | 49 | 0 | 2D | 24 | 37 | 15C | 1D | 23 |
| Octal | 162 | 77 | 111 | 0 | 55 | 44 | 67 | 534 | 35 | 43 |
| Binary | 1110010 | 111111 | 1001001 | 0 | 101101 | 100100 | 110111 | 101011100 | 11101 | 100011 |
Color Harmonies of #723F49
Complementary color
Monochromatic Colors of #723F49
Black with #723F49
Text Example
Text Example
White with #723F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F49; }
p { color: rgb(114,63,73); }
H1.HeaderClassName
{
color: #723F49;
}
.AnyTagClassName
{
color: #723F49;
}
</style>
background-color css
<style>
a { background-color: #723F49; }
a { background-color: rgb(114,63,73); }
div.DivClassName
{
background-color: #723F49;
}
.BgClassName
{
background-color: #723F49;
}
</style>
border-color css
<style>
span { border-color: #723F49; }
span { border-color: rgb(114,63,73); }
td.TdClassName
{
border-color: #723F49;
}
.TagClassName
{
border-color: #723F49;
}
</style>