Shades of Tosca #723D3F
Tints of Tosca #723D3F
RGB
CMYK
RGB Variations
Color information
#723D3F (or 0x723D3F) is known color: Tosca. HEX triplet: 72, 3D and 3F. RGB value is (114,61,63). Sum of RGB (Red+Green+Blue) = 114+61+63=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #723D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723D3F is #8DC2C0. Grayscale: #4D4D4D. Windows color (decimal): -9290433 or 4144498. OLE color: 4144498.
HSL color Cylindrical-coordinate representation of color #723D3F: hue angle of 357.74º 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 #723D3F is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 63 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.55 |
| HSL | 357.74º | 0.3% | 0.34% | - |
| HSV(B) | 357.74º | 0.46% | 0.45% | - |
| XYZ | 9.51 | 7.27 | 5.61 | - |
| YUV | 77.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 63 | 0 | 0.46 | 0.45 | 0.55 | 357.74 | 0.3 | 0.34 |
| Hex | 72 | 3D | 3F | 0 | 2E | 2D | 37 | 166 | 1E | 22 |
| Octal | 162 | 75 | 77 | 0 | 56 | 55 | 67 | 546 | 36 | 42 |
| Binary | 1110010 | 111101 | 111111 | 0 | 101110 | 101101 | 110111 | 101100110 | 11110 | 100010 |
Color Harmonies of #723D3F
Complementary color
Monochromatic Colors of #723D3F
Black with #723D3F
Text Example
Text Example
White with #723D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D3F; }
p { color: rgb(114,61,63); }
H1.HeaderClassName
{
color: #723D3F;
}
.AnyTagClassName
{
color: #723D3F;
}
</style>
background-color css
<style>
a { background-color: #723D3F; }
a { background-color: rgb(114,61,63); }
div.DivClassName
{
background-color: #723D3F;
}
.BgClassName
{
background-color: #723D3F;
}
</style>
border-color css
<style>
span { border-color: #723D3F; }
span { border-color: rgb(114,61,63); }
td.TdClassName
{
border-color: #723D3F;
}
.TagClassName
{
border-color: #723D3F;
}
</style>