Shades of Tosca #753B44
Tints of Tosca #753B44
RGB
CMYK
RGB Variations
Color information
#753B44 (or 0x753B44) is known color: Tosca. HEX triplet: 75, 3B and 44. RGB value is (117,59,68). Sum of RGB (Red+Green+Blue) = 117+59+68=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #753B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B44 is #8AC4BB. Grayscale: #4D4D4D. Windows color (decimal): -9094332 or 4471669. OLE color: 4471669.
HSL color Cylindrical-coordinate representation of color #753B44: hue angle of 350.69º 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 #753B44 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 68 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.54 |
| HSL | 350.69º | 0.33% | 0.35% | - |
| HSV(B) | 350.69º | 0.5% | 0.46% | - |
| XYZ | 9.94 | 7.33 | 6.36 | - |
| YUV | 77.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 68 | 0 | 0.50 | 0.42 | 0.54 | 350.69 | 0.33 | 0.35 |
| Hex | 75 | 3B | 44 | 0 | 32 | 2A | 36 | 15F | 21 | 23 |
| Octal | 165 | 73 | 104 | 0 | 62 | 52 | 66 | 537 | 41 | 43 |
| Binary | 1110101 | 111011 | 1000100 | 0 | 110010 | 101010 | 110110 | 101011111 | 100001 | 100011 |
Color Harmonies of #753B44
Complementary color
Monochromatic Colors of #753B44
Black with #753B44
Text Example
Text Example
White with #753B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B44; }
p { color: rgb(117,59,68); }
H1.HeaderClassName
{
color: #753B44;
}
.AnyTagClassName
{
color: #753B44;
}
</style>
background-color css
<style>
a { background-color: #753B44; }
a { background-color: rgb(117,59,68); }
div.DivClassName
{
background-color: #753B44;
}
.BgClassName
{
background-color: #753B44;
}
</style>
border-color css
<style>
span { border-color: #753B44; }
span { border-color: rgb(117,59,68); }
td.TdClassName
{
border-color: #753B44;
}
.TagClassName
{
border-color: #753B44;
}
</style>