Shades of Tosca #753C3F
Tints of Tosca #753C3F
RGB
CMYK
RGB Variations
Color information
#753C3F (or 0x753C3F) is known color: Tosca. HEX triplet: 75, 3C and 3F. RGB value is (117,60,63). Sum of RGB (Red+Green+Blue) = 117+60+63=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #753C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C3F is #8AC3C0. Grayscale: #4D4D4D. Windows color (decimal): -9094081 or 4144245. OLE color: 4144245.
HSL color Cylindrical-coordinate representation of color #753C3F: hue angle of 356.84º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #753C3F is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 63 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.54 |
| HSL | 356.84º | 0.32% | 0.35% | - |
| HSV(B) | 356.84º | 0.49% | 0.46% | - |
| XYZ | 9.85 | 7.37 | 5.61 | - |
| YUV | 77.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 63 | 0 | 0.49 | 0.46 | 0.54 | 356.84 | 0.32 | 0.35 |
| Hex | 75 | 3C | 3F | 0 | 31 | 2E | 36 | 165 | 20 | 23 |
| Octal | 165 | 74 | 77 | 0 | 61 | 56 | 66 | 545 | 40 | 43 |
| Binary | 1110101 | 111100 | 111111 | 0 | 110001 | 101110 | 110110 | 101100101 | 100000 | 100011 |
Color Harmonies of #753C3F
Complementary color
Monochromatic Colors of #753C3F
Black with #753C3F
Text Example
Text Example
White with #753C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C3F; }
p { color: rgb(117,60,63); }
H1.HeaderClassName
{
color: #753C3F;
}
.AnyTagClassName
{
color: #753C3F;
}
</style>
background-color css
<style>
a { background-color: #753C3F; }
a { background-color: rgb(117,60,63); }
div.DivClassName
{
background-color: #753C3F;
}
.BgClassName
{
background-color: #753C3F;
}
</style>
border-color css
<style>
span { border-color: #753C3F; }
span { border-color: rgb(117,60,63); }
td.TdClassName
{
border-color: #753C3F;
}
.TagClassName
{
border-color: #753C3F;
}
</style>