Shades of Tosca #753B40
Tints of Tosca #753B40
RGB
CMYK
RGB Variations
Color information
#753B40 (or 0x753B40) is known color: Tosca. HEX triplet: 75, 3B and 40. RGB value is (117,59,64). Sum of RGB (Red+Green+Blue) = 117+59+64=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #753B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B40 is #8AC4BF. Grayscale: #4C4C4C. Windows color (decimal): -9094336 or 4209525. OLE color: 4209525.
HSL color Cylindrical-coordinate representation of color #753B40: hue angle of 354.83º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753B40 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 64 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.54 |
| HSL | 354.83º | 0.33% | 0.35% | - |
| HSV(B) | 354.83º | 0.5% | 0.46% | - |
| XYZ | 9.83 | 7.28 | 5.74 | - |
| YUV | 76.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 64 | 0 | 0.50 | 0.45 | 0.54 | 354.83 | 0.33 | 0.35 |
| Hex | 75 | 3B | 40 | 0 | 32 | 2D | 36 | 163 | 21 | 23 |
| Octal | 165 | 73 | 100 | 0 | 62 | 55 | 66 | 543 | 41 | 43 |
| Binary | 1110101 | 111011 | 1000000 | 0 | 110010 | 101101 | 110110 | 101100011 | 100001 | 100011 |
Color Harmonies of #753B40
Complementary color
Monochromatic Colors of #753B40
Black with #753B40
Text Example
Text Example
White with #753B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B40; }
p { color: rgb(117,59,64); }
H1.HeaderClassName
{
color: #753B40;
}
.AnyTagClassName
{
color: #753B40;
}
</style>
background-color css
<style>
a { background-color: #753B40; }
a { background-color: rgb(117,59,64); }
div.DivClassName
{
background-color: #753B40;
}
.BgClassName
{
background-color: #753B40;
}
</style>
border-color css
<style>
span { border-color: #753B40; }
span { border-color: rgb(117,59,64); }
td.TdClassName
{
border-color: #753B40;
}
.TagClassName
{
border-color: #753B40;
}
</style>