Shades of Tosca #733F40
Tints of Tosca #733F40
RGB
CMYK
RGB Variations
Color information
#733F40 (or 0x733F40) is known color: Tosca. HEX triplet: 73, 3F and 40. RGB value is (115,63,64). Sum of RGB (Red+Green+Blue) = 115+63+64=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #733F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F40 is #8CC0BF. Grayscale: #4E4E4E. Windows color (decimal): -9224384 or 4210547. OLE color: 4210547.
HSL color Cylindrical-coordinate representation of color #733F40: hue angle of 358.85º 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 #733F40 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 64 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.55 |
| HSL | 358.85º | 0.29% | 0.35% | - |
| HSV(B) | 358.85º | 0.45% | 0.45% | - |
| XYZ | 9.77 | 7.57 | 5.8 | - |
| YUV | 78.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 64 | 0 | 0.45 | 0.44 | 0.55 | 358.85 | 0.29 | 0.35 |
| Hex | 73 | 3F | 40 | 0 | 2D | 2C | 37 | 167 | 1D | 23 |
| Octal | 163 | 77 | 100 | 0 | 55 | 54 | 67 | 547 | 35 | 43 |
| Binary | 1110011 | 111111 | 1000000 | 0 | 101101 | 101100 | 110111 | 101100111 | 11101 | 100011 |
Color Harmonies of #733F40
Complementary color
Monochromatic Colors of #733F40
Black with #733F40
Text Example
Text Example
White with #733F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F40; }
p { color: rgb(115,63,64); }
H1.HeaderClassName
{
color: #733F40;
}
.AnyTagClassName
{
color: #733F40;
}
</style>
background-color css
<style>
a { background-color: #733F40; }
a { background-color: rgb(115,63,64); }
div.DivClassName
{
background-color: #733F40;
}
.BgClassName
{
background-color: #733F40;
}
</style>
border-color css
<style>
span { border-color: #733F40; }
span { border-color: rgb(115,63,64); }
td.TdClassName
{
border-color: #733F40;
}
.TagClassName
{
border-color: #733F40;
}
</style>