Shades of Tosca #733F47
Tints of Tosca #733F47
RGB
CMYK
RGB Variations
Color information
#733F47 (or 0x733F47) is known color: Tosca. HEX triplet: 73, 3F and 47. RGB value is (115,63,71). Sum of RGB (Red+Green+Blue) = 115+63+71=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #733F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F47 is #8CC0B8. Grayscale: #4F4F4F. Windows color (decimal): -9224377 or 4669299. OLE color: 4669299.
HSL color Cylindrical-coordinate representation of color #733F47: hue angle of 350.77º 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 #733F47 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 71 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.55 |
| HSL | 350.77º | 0.29% | 0.35% | - |
| HSV(B) | 350.77º | 0.45% | 0.45% | - |
| XYZ | 9.99 | 7.65 | 6.91 | - |
| YUV | 79.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 71 | 0 | 0.45 | 0.38 | 0.55 | 350.77 | 0.29 | 0.35 |
| Hex | 73 | 3F | 47 | 0 | 2D | 26 | 37 | 15F | 1D | 23 |
| Octal | 163 | 77 | 107 | 0 | 55 | 46 | 67 | 537 | 35 | 43 |
| Binary | 1110011 | 111111 | 1000111 | 0 | 101101 | 100110 | 110111 | 101011111 | 11101 | 100011 |
Color Harmonies of #733F47
Complementary color
Monochromatic Colors of #733F47
Black with #733F47
Text Example
Text Example
White with #733F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F47; }
p { color: rgb(115,63,71); }
H1.HeaderClassName
{
color: #733F47;
}
.AnyTagClassName
{
color: #733F47;
}
</style>
background-color css
<style>
a { background-color: #733F47; }
a { background-color: rgb(115,63,71); }
div.DivClassName
{
background-color: #733F47;
}
.BgClassName
{
background-color: #733F47;
}
</style>
border-color css
<style>
span { border-color: #733F47; }
span { border-color: rgb(115,63,71); }
td.TdClassName
{
border-color: #733F47;
}
.TagClassName
{
border-color: #733F47;
}
</style>