Shades of Tosca #723B43
Tints of Tosca #723B43
RGB
CMYK
RGB Variations
Color information
#723B43 (or 0x723B43) is known color: Tosca. HEX triplet: 72, 3B and 43. RGB value is (114,59,67). Sum of RGB (Red+Green+Blue) = 114+59+67=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #723B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723B43 is #8DC4BC. Grayscale: #4C4C4C. Windows color (decimal): -9290941 or 4406130. OLE color: 4406130.
HSL color Cylindrical-coordinate representation of color #723B43: hue angle of 351.27º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #723B43 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 59 | 67 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.55 |
| HSL | 351.27º | 0.32% | 0.34% | - |
| HSV(B) | 351.27º | 0.48% | 0.45% | - |
| XYZ | 9.52 | 7.11 | 6.18 | - |
| YUV | 76.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 67 | 0 | 0.48 | 0.41 | 0.55 | 351.27 | 0.32 | 0.34 |
| Hex | 72 | 3B | 43 | 0 | 30 | 29 | 37 | 15F | 20 | 22 |
| Octal | 162 | 73 | 103 | 0 | 60 | 51 | 67 | 537 | 40 | 42 |
| Binary | 1110010 | 111011 | 1000011 | 0 | 110000 | 101001 | 110111 | 101011111 | 100000 | 100010 |
Color Harmonies of #723B43
Complementary color
Monochromatic Colors of #723B43
Black with #723B43
Text Example
Text Example
White with #723B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723B43; }
p { color: rgb(114,59,67); }
H1.HeaderClassName
{
color: #723B43;
}
.AnyTagClassName
{
color: #723B43;
}
</style>
background-color css
<style>
a { background-color: #723B43; }
a { background-color: rgb(114,59,67); }
div.DivClassName
{
background-color: #723B43;
}
.BgClassName
{
background-color: #723B43;
}
</style>
border-color css
<style>
span { border-color: #723B43; }
span { border-color: rgb(114,59,67); }
td.TdClassName
{
border-color: #723B43;
}
.TagClassName
{
border-color: #723B43;
}
</style>