Shades of Tosca #753C43
Tints of Tosca #753C43
RGB
CMYK
RGB Variations
Color information
#753C43 (or 0x753C43) is known color: Tosca. HEX triplet: 75, 3C and 43. RGB value is (117,60,67). Sum of RGB (Red+Green+Blue) = 117+60+67=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #753C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C43 is #8AC3BC. Grayscale: #4D4D4D. Windows color (decimal): -9094077 or 4406389. OLE color: 4406389.
HSL color Cylindrical-coordinate representation of color #753C43: hue angle of 352.63º 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 #753C43 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 67 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.54 |
| HSL | 352.63º | 0.32% | 0.35% | - |
| HSV(B) | 352.63º | 0.49% | 0.46% | - |
| XYZ | 9.97 | 7.42 | 6.22 | - |
| YUV | 77.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 67 | 0 | 0.49 | 0.43 | 0.54 | 352.63 | 0.32 | 0.35 |
| Hex | 75 | 3C | 43 | 0 | 31 | 2B | 36 | 161 | 20 | 23 |
| Octal | 165 | 74 | 103 | 0 | 61 | 53 | 66 | 541 | 40 | 43 |
| Binary | 1110101 | 111100 | 1000011 | 0 | 110001 | 101011 | 110110 | 101100001 | 100000 | 100011 |
Color Harmonies of #753C43
Complementary color
Monochromatic Colors of #753C43
Black with #753C43
Text Example
Text Example
White with #753C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C43; }
p { color: rgb(117,60,67); }
H1.HeaderClassName
{
color: #753C43;
}
.AnyTagClassName
{
color: #753C43;
}
</style>
background-color css
<style>
a { background-color: #753C43; }
a { background-color: rgb(117,60,67); }
div.DivClassName
{
background-color: #753C43;
}
.BgClassName
{
background-color: #753C43;
}
</style>
border-color css
<style>
span { border-color: #753C43; }
span { border-color: rgb(117,60,67); }
td.TdClassName
{
border-color: #753C43;
}
.TagClassName
{
border-color: #753C43;
}
</style>