Shades of Tosca #753B3C
Tints of Tosca #753B3C
RGB
CMYK
RGB Variations
Color information
#753B3C (or 0x753B3C) is known color: Tosca. HEX triplet: 75, 3B and 3C. RGB value is (117,59,60). Sum of RGB (Red+Green+Blue) = 117+59+60=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #753B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B3C is #8AC4C3. Grayscale: #4C4C4C. Windows color (decimal): -9094340 or 3947381. OLE color: 3947381.
HSL color Cylindrical-coordinate representation of color #753B3C: hue angle of 358.97º 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 #753B3C is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 60 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.54 |
| HSL | 358.97º | 0.33% | 0.35% | - |
| HSV(B) | 358.97º | 0.5% | 0.46% | - |
| XYZ | 9.72 | 7.24 | 5.16 | - |
| YUV | 76.46 | 118.72 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 60 | 0 | 0.50 | 0.49 | 0.54 | 358.97 | 0.33 | 0.35 |
| Hex | 75 | 3B | 3C | 0 | 32 | 31 | 36 | 167 | 21 | 23 |
| Octal | 165 | 73 | 74 | 0 | 62 | 61 | 66 | 547 | 41 | 43 |
| Binary | 1110101 | 111011 | 111100 | 0 | 110010 | 110001 | 110110 | 101100111 | 100001 | 100011 |
Color Harmonies of #753B3C
Complementary color
Monochromatic Colors of #753B3C
Black with #753B3C
Text Example
Text Example
White with #753B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B3C; }
p { color: rgb(117,59,60); }
H1.HeaderClassName
{
color: #753B3C;
}
.AnyTagClassName
{
color: #753B3C;
}
</style>
background-color css
<style>
a { background-color: #753B3C; }
a { background-color: rgb(117,59,60); }
div.DivClassName
{
background-color: #753B3C;
}
.BgClassName
{
background-color: #753B3C;
}
</style>
border-color css
<style>
span { border-color: #753B3C; }
span { border-color: rgb(117,59,60); }
td.TdClassName
{
border-color: #753B3C;
}
.TagClassName
{
border-color: #753B3C;
}
</style>