Shades of Tosca #723D45
Tints of Tosca #723D45
RGB
CMYK
RGB Variations
Color information
#723D45 (or 0x723D45) is known color: Tosca. HEX triplet: 72, 3D and 45. RGB value is (114,61,69). Sum of RGB (Red+Green+Blue) = 114+61+69=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #723D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723D45 is #8DC2BA. Grayscale: #4D4D4D. Windows color (decimal): -9290427 or 4537714. OLE color: 4537714.
HSL color Cylindrical-coordinate representation of color #723D45: hue angle of 350.94º 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 #723D45 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 69 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.55 |
| HSL | 350.94º | 0.3% | 0.34% | - |
| HSV(B) | 350.94º | 0.46% | 0.45% | - |
| XYZ | 9.68 | 7.34 | 6.54 | - |
| YUV | 77.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 69 | 0 | 0.46 | 0.39 | 0.55 | 350.94 | 0.3 | 0.34 |
| Hex | 72 | 3D | 45 | 0 | 2E | 27 | 37 | 15F | 1E | 22 |
| Octal | 162 | 75 | 105 | 0 | 56 | 47 | 67 | 537 | 36 | 42 |
| Binary | 1110010 | 111101 | 1000101 | 0 | 101110 | 100111 | 110111 | 101011111 | 11110 | 100010 |
Color Harmonies of #723D45
Complementary color
Monochromatic Colors of #723D45
Black with #723D45
Text Example
Text Example
White with #723D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D45; }
p { color: rgb(114,61,69); }
H1.HeaderClassName
{
color: #723D45;
}
.AnyTagClassName
{
color: #723D45;
}
</style>
background-color css
<style>
a { background-color: #723D45; }
a { background-color: rgb(114,61,69); }
div.DivClassName
{
background-color: #723D45;
}
.BgClassName
{
background-color: #723D45;
}
</style>
border-color css
<style>
span { border-color: #723D45; }
span { border-color: rgb(114,61,69); }
td.TdClassName
{
border-color: #723D45;
}
.TagClassName
{
border-color: #723D45;
}
</style>