Shades of Tosca #723D40
Tints of Tosca #723D40
RGB
CMYK
RGB Variations
Color information
#723D40 (or 0x723D40) is known color: Tosca. HEX triplet: 72, 3D and 40. RGB value is (114,61,64). Sum of RGB (Red+Green+Blue) = 114+61+64=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #723D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723D40 is #8DC2BF. Grayscale: #4D4D4D. Windows color (decimal): -9290432 or 4210034. OLE color: 4210034.
HSL color Cylindrical-coordinate representation of color #723D40: hue angle of 356.6º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #723D40 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 64 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.55 |
| HSL | 356.6º | 0.3% | 0.34% | - |
| HSV(B) | 356.6º | 0.46% | 0.45% | - |
| XYZ | 9.53 | 7.29 | 5.75 | - |
| YUV | 77.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 64 | 0 | 0.46 | 0.44 | 0.55 | 356.6 | 0.3 | 0.34 |
| Hex | 72 | 3D | 40 | 0 | 2E | 2C | 37 | 165 | 1E | 22 |
| Octal | 162 | 75 | 100 | 0 | 56 | 54 | 67 | 545 | 36 | 42 |
| Binary | 1110010 | 111101 | 1000000 | 0 | 101110 | 101100 | 110111 | 101100101 | 11110 | 100010 |
Color Harmonies of #723D40
Complementary color
Monochromatic Colors of #723D40
Black with #723D40
Text Example
Text Example
White with #723D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D40; }
p { color: rgb(114,61,64); }
H1.HeaderClassName
{
color: #723D40;
}
.AnyTagClassName
{
color: #723D40;
}
</style>
background-color css
<style>
a { background-color: #723D40; }
a { background-color: rgb(114,61,64); }
div.DivClassName
{
background-color: #723D40;
}
.BgClassName
{
background-color: #723D40;
}
</style>
border-color css
<style>
span { border-color: #723D40; }
span { border-color: rgb(114,61,64); }
td.TdClassName
{
border-color: #723D40;
}
.TagClassName
{
border-color: #723D40;
}
</style>