Shades of Tosca #723D46
Tints of Tosca #723D46
RGB
CMYK
RGB Variations
Color information
#723D46 (or 0x723D46) is known color: Tosca. HEX triplet: 72, 3D and 46. RGB value is (114,61,70). Sum of RGB (Red+Green+Blue) = 114+61+70=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #723D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723D46 is #8DC2B9. Grayscale: #4D4D4D. Windows color (decimal): -9290426 or 4603250. OLE color: 4603250.
HSL color Cylindrical-coordinate representation of color #723D46: hue angle of 349.81º 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 #723D46 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 70 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.55 |
| HSL | 349.81º | 0.3% | 0.34% | - |
| HSV(B) | 349.81º | 0.46% | 0.45% | - |
| XYZ | 9.71 | 7.36 | 6.7 | - |
| YUV | 77.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 70 | 0 | 0.46 | 0.39 | 0.55 | 349.81 | 0.3 | 0.34 |
| Hex | 72 | 3D | 46 | 0 | 2E | 27 | 37 | 15E | 1E | 22 |
| Octal | 162 | 75 | 106 | 0 | 56 | 47 | 67 | 536 | 36 | 42 |
| Binary | 1110010 | 111101 | 1000110 | 0 | 101110 | 100111 | 110111 | 101011110 | 11110 | 100010 |
Color Harmonies of #723D46
Complementary color
Monochromatic Colors of #723D46
Black with #723D46
Text Example
Text Example
White with #723D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D46; }
p { color: rgb(114,61,70); }
H1.HeaderClassName
{
color: #723D46;
}
.AnyTagClassName
{
color: #723D46;
}
</style>
background-color css
<style>
a { background-color: #723D46; }
a { background-color: rgb(114,61,70); }
div.DivClassName
{
background-color: #723D46;
}
.BgClassName
{
background-color: #723D46;
}
</style>
border-color css
<style>
span { border-color: #723D46; }
span { border-color: rgb(114,61,70); }
td.TdClassName
{
border-color: #723D46;
}
.TagClassName
{
border-color: #723D46;
}
</style>