Shades of Tosca #753E44
Tints of Tosca #753E44
RGB
CMYK
RGB Variations
Color information
#753E44 (or 0x753E44) is known color: Tosca. HEX triplet: 75, 3E and 44. RGB value is (117,62,68). Sum of RGB (Red+Green+Blue) = 117+62+68=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #753E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E44 is #8AC1BB. Grayscale: #4F4F4F. Windows color (decimal): -9093564 or 4472437. OLE color: 4472437.
HSL color Cylindrical-coordinate representation of color #753E44: hue angle of 353.45º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #753E44 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 62 | 68 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.54 |
| HSL | 353.45º | 0.31% | 0.35% | - |
| HSV(B) | 353.45º | 0.47% | 0.46% | - |
| XYZ | 10.1 | 7.64 | 6.41 | - |
| YUV | 79.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 68 | 0 | 0.47 | 0.42 | 0.54 | 353.45 | 0.31 | 0.35 |
| Hex | 75 | 3E | 44 | 0 | 2F | 2A | 36 | 161 | 1F | 23 |
| Octal | 165 | 76 | 104 | 0 | 57 | 52 | 66 | 541 | 37 | 43 |
| Binary | 1110101 | 111110 | 1000100 | 0 | 101111 | 101010 | 110110 | 101100001 | 11111 | 100011 |
Color Harmonies of #753E44
Complementary color
Monochromatic Colors of #753E44
Black with #753E44
Text Example
Text Example
White with #753E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753E44; }
p { color: rgb(117,62,68); }
H1.HeaderClassName
{
color: #753E44;
}
.AnyTagClassName
{
color: #753E44;
}
</style>
background-color css
<style>
a { background-color: #753E44; }
a { background-color: rgb(117,62,68); }
div.DivClassName
{
background-color: #753E44;
}
.BgClassName
{
background-color: #753E44;
}
</style>
border-color css
<style>
span { border-color: #753E44; }
span { border-color: rgb(117,62,68); }
td.TdClassName
{
border-color: #753E44;
}
.TagClassName
{
border-color: #753E44;
}
</style>