Shades of Tosca #753D3F
Tints of Tosca #753D3F
RGB
CMYK
RGB Variations
Color information
#753D3F (or 0x753D3F) is known color: Tosca. HEX triplet: 75, 3D and 3F. RGB value is (117,61,63). Sum of RGB (Red+Green+Blue) = 117+61+63=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #753D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D3F is #8AC2C0. Grayscale: #4E4E4E. Windows color (decimal): -9093825 or 4144501. OLE color: 4144501.
HSL color Cylindrical-coordinate representation of color #753D3F: hue angle of 357.86º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #753D3F is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 63 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.54 |
| HSL | 357.86º | 0.31% | 0.35% | - |
| HSV(B) | 357.86º | 0.48% | 0.46% | - |
| XYZ | 9.9 | 7.48 | 5.62 | - |
| YUV | 77.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 63 | 0 | 0.48 | 0.46 | 0.54 | 357.86 | 0.31 | 0.35 |
| Hex | 75 | 3D | 3F | 0 | 30 | 2E | 36 | 166 | 1F | 23 |
| Octal | 165 | 75 | 77 | 0 | 60 | 56 | 66 | 546 | 37 | 43 |
| Binary | 1110101 | 111101 | 111111 | 0 | 110000 | 101110 | 110110 | 101100110 | 11111 | 100011 |
Color Harmonies of #753D3F
Complementary color
Monochromatic Colors of #753D3F
Black with #753D3F
Text Example
Text Example
White with #753D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D3F; }
p { color: rgb(117,61,63); }
H1.HeaderClassName
{
color: #753D3F;
}
.AnyTagClassName
{
color: #753D3F;
}
</style>
background-color css
<style>
a { background-color: #753D3F; }
a { background-color: rgb(117,61,63); }
div.DivClassName
{
background-color: #753D3F;
}
.BgClassName
{
background-color: #753D3F;
}
</style>
border-color css
<style>
span { border-color: #753D3F; }
span { border-color: rgb(117,61,63); }
td.TdClassName
{
border-color: #753D3F;
}
.TagClassName
{
border-color: #753D3F;
}
</style>