Shades of Tosca #723A43
Tints of Tosca #723A43
RGB
CMYK
RGB Variations
Color information
#723A43 (or 0x723A43) is known color: Tosca. HEX triplet: 72, 3A and 43. RGB value is (114,58,67). Sum of RGB (Red+Green+Blue) = 114+58+67=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #723A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A43 is #8DC5BC. Grayscale: #4B4B4B. Windows color (decimal): -9291197 or 4405874. OLE color: 4405874.
HSL color Cylindrical-coordinate representation of color #723A43: hue angle of 350.36º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #723A43 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 58 | 67 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.55 |
| HSL | 350.36º | 0.33% | 0.34% | - |
| HSV(B) | 350.36º | 0.49% | 0.45% | - |
| XYZ | 9.47 | 7.01 | 6.16 | - |
| YUV | 75.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 58 | 67 | 0 | 0.49 | 0.41 | 0.55 | 350.36 | 0.33 | 0.34 |
| Hex | 72 | 3A | 43 | 0 | 31 | 29 | 37 | 15E | 21 | 22 |
| Octal | 162 | 72 | 103 | 0 | 61 | 51 | 67 | 536 | 41 | 42 |
| Binary | 1110010 | 111010 | 1000011 | 0 | 110001 | 101001 | 110111 | 101011110 | 100001 | 100010 |
Color Harmonies of #723A43
Complementary color
Monochromatic Colors of #723A43
Black with #723A43
Text Example
Text Example
White with #723A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723A43; }
p { color: rgb(114,58,67); }
H1.HeaderClassName
{
color: #723A43;
}
.AnyTagClassName
{
color: #723A43;
}
</style>
background-color css
<style>
a { background-color: #723A43; }
a { background-color: rgb(114,58,67); }
div.DivClassName
{
background-color: #723A43;
}
.BgClassName
{
background-color: #723A43;
}
</style>
border-color css
<style>
span { border-color: #723A43; }
span { border-color: rgb(114,58,67); }
td.TdClassName
{
border-color: #723A43;
}
.TagClassName
{
border-color: #723A43;
}
</style>