Shades of Tosca #753B41
Tints of Tosca #753B41
RGB
CMYK
RGB Variations
Color information
#753B41 (or 0x753B41) is known color: Tosca. HEX triplet: 75, 3B and 41. RGB value is (117,59,65). Sum of RGB (Red+Green+Blue) = 117+59+65=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #753B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B41 is #8AC4BE. Grayscale: #4D4D4D. Windows color (decimal): -9094335 or 4275061. OLE color: 4275061.
HSL color Cylindrical-coordinate representation of color #753B41: hue angle of 353.79º 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 #753B41 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 65 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.54 |
| HSL | 353.79º | 0.33% | 0.35% | - |
| HSV(B) | 353.79º | 0.5% | 0.46% | - |
| XYZ | 9.85 | 7.29 | 5.89 | - |
| YUV | 77.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 65 | 0 | 0.50 | 0.44 | 0.54 | 353.79 | 0.33 | 0.35 |
| Hex | 75 | 3B | 41 | 0 | 32 | 2C | 36 | 162 | 21 | 23 |
| Octal | 165 | 73 | 101 | 0 | 62 | 54 | 66 | 542 | 41 | 43 |
| Binary | 1110101 | 111011 | 1000001 | 0 | 110010 | 101100 | 110110 | 101100010 | 100001 | 100011 |
Color Harmonies of #753B41
Complementary color
Monochromatic Colors of #753B41
Black with #753B41
Text Example
Text Example
White with #753B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B41; }
p { color: rgb(117,59,65); }
H1.HeaderClassName
{
color: #753B41;
}
.AnyTagClassName
{
color: #753B41;
}
</style>
background-color css
<style>
a { background-color: #753B41; }
a { background-color: rgb(117,59,65); }
div.DivClassName
{
background-color: #753B41;
}
.BgClassName
{
background-color: #753B41;
}
</style>
border-color css
<style>
span { border-color: #753B41; }
span { border-color: rgb(117,59,65); }
td.TdClassName
{
border-color: #753B41;
}
.TagClassName
{
border-color: #753B41;
}
</style>