Shades of Tosca #723F45
Tints of Tosca #723F45
RGB
CMYK
RGB Variations
Color information
#723F45 (or 0x723F45) is known color: Tosca. HEX triplet: 72, 3F and 45. RGB value is (114,63,69). Sum of RGB (Red+Green+Blue) = 114+63+69=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #723F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723F45 is #8DC0BA. Grayscale: #4E4E4E. Windows color (decimal): -9289915 or 4538226. OLE color: 4538226.
HSL color Cylindrical-coordinate representation of color #723F45: hue angle of 352.94º 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 #723F45 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 69 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.55 |
| HSL | 352.94º | 0.29% | 0.35% | - |
| HSV(B) | 352.94º | 0.45% | 0.45% | - |
| XYZ | 9.79 | 7.56 | 6.57 | - |
| YUV | 78.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 69 | 0 | 0.45 | 0.39 | 0.55 | 352.94 | 0.29 | 0.35 |
| Hex | 72 | 3F | 45 | 0 | 2D | 27 | 37 | 161 | 1D | 23 |
| Octal | 162 | 77 | 105 | 0 | 55 | 47 | 67 | 541 | 35 | 43 |
| Binary | 1110010 | 111111 | 1000101 | 0 | 101101 | 100111 | 110111 | 101100001 | 11101 | 100011 |
Color Harmonies of #723F45
Complementary color
Monochromatic Colors of #723F45
Black with #723F45
Text Example
Text Example
White with #723F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F45; }
p { color: rgb(114,63,69); }
H1.HeaderClassName
{
color: #723F45;
}
.AnyTagClassName
{
color: #723F45;
}
</style>
background-color css
<style>
a { background-color: #723F45; }
a { background-color: rgb(114,63,69); }
div.DivClassName
{
background-color: #723F45;
}
.BgClassName
{
background-color: #723F45;
}
</style>
border-color css
<style>
span { border-color: #723F45; }
span { border-color: rgb(114,63,69); }
td.TdClassName
{
border-color: #723F45;
}
.TagClassName
{
border-color: #723F45;
}
</style>