Shades of Tosca #723F40
Tints of Tosca #723F40
RGB
CMYK
RGB Variations
Color information
#723F40 (or 0x723F40) is known color: Tosca. HEX triplet: 72, 3F and 40. RGB value is (114,63,64). Sum of RGB (Red+Green+Blue) = 114+63+64=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #723F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723F40 is #8DC0BF. Grayscale: #4E4E4E. Windows color (decimal): -9289920 or 4210546. OLE color: 4210546.
HSL color Cylindrical-coordinate representation of color #723F40: hue angle of 358.82º 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 #723F40 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 64 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.55 |
| HSL | 358.82º | 0.29% | 0.35% | - |
| HSV(B) | 358.82º | 0.45% | 0.45% | - |
| XYZ | 9.64 | 7.5 | 5.79 | - |
| YUV | 78.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 64 | 0 | 0.45 | 0.44 | 0.55 | 358.82 | 0.29 | 0.35 |
| Hex | 72 | 3F | 40 | 0 | 2D | 2C | 37 | 167 | 1D | 23 |
| Octal | 162 | 77 | 100 | 0 | 55 | 54 | 67 | 547 | 35 | 43 |
| Binary | 1110010 | 111111 | 1000000 | 0 | 101101 | 101100 | 110111 | 101100111 | 11101 | 100011 |
Color Harmonies of #723F40
Complementary color
Monochromatic Colors of #723F40
Black with #723F40
Text Example
Text Example
White with #723F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F40; }
p { color: rgb(114,63,64); }
H1.HeaderClassName
{
color: #723F40;
}
.AnyTagClassName
{
color: #723F40;
}
</style>
background-color css
<style>
a { background-color: #723F40; }
a { background-color: rgb(114,63,64); }
div.DivClassName
{
background-color: #723F40;
}
.BgClassName
{
background-color: #723F40;
}
</style>
border-color css
<style>
span { border-color: #723F40; }
span { border-color: rgb(114,63,64); }
td.TdClassName
{
border-color: #723F40;
}
.TagClassName
{
border-color: #723F40;
}
</style>