Shades of Tosca #753E41
Tints of Tosca #753E41
RGB
CMYK
RGB Variations
Color information
#753E41 (or 0x753E41) is known color: Tosca. HEX triplet: 75, 3E and 41. RGB value is (117,62,65). Sum of RGB (Red+Green+Blue) = 117+62+65=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #753E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E41 is #8AC1BE. Grayscale: #4E4E4E. Windows color (decimal): -9093567 or 4275829. OLE color: 4275829.
HSL color Cylindrical-coordinate representation of color #753E41: hue angle of 356.73º 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 #753E41 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 62 | 65 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.54 |
| HSL | 356.73º | 0.31% | 0.35% | - |
| HSV(B) | 356.73º | 0.47% | 0.46% | - |
| XYZ | 10.01 | 7.61 | 5.94 | - |
| YUV | 78.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 65 | 0 | 0.47 | 0.44 | 0.54 | 356.73 | 0.31 | 0.35 |
| Hex | 75 | 3E | 41 | 0 | 2F | 2C | 36 | 165 | 1F | 23 |
| Octal | 165 | 76 | 101 | 0 | 57 | 54 | 66 | 545 | 37 | 43 |
| Binary | 1110101 | 111110 | 1000001 | 0 | 101111 | 101100 | 110110 | 101100101 | 11111 | 100011 |
Color Harmonies of #753E41
Complementary color
Monochromatic Colors of #753E41
Black with #753E41
Text Example
Text Example
White with #753E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753E41; }
p { color: rgb(117,62,65); }
H1.HeaderClassName
{
color: #753E41;
}
.AnyTagClassName
{
color: #753E41;
}
</style>
background-color css
<style>
a { background-color: #753E41; }
a { background-color: rgb(117,62,65); }
div.DivClassName
{
background-color: #753E41;
}
.BgClassName
{
background-color: #753E41;
}
</style>
border-color css
<style>
span { border-color: #753E41; }
span { border-color: rgb(117,62,65); }
td.TdClassName
{
border-color: #753E41;
}
.TagClassName
{
border-color: #753E41;
}
</style>