Shades of Tosca #753D3E
Tints of Tosca #753D3E
RGB
CMYK
RGB Variations
Color information
#753D3E (or 0x753D3E) is known color: Tosca. HEX triplet: 75, 3D and 3E. RGB value is (117,61,62). Sum of RGB (Red+Green+Blue) = 117+61+62=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #753D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D3E is #8AC2C1. Grayscale: #4D4D4D. Windows color (decimal): -9093826 or 4078965. OLE color: 4078965.
HSL color Cylindrical-coordinate representation of color #753D3E: hue angle of 358.93º 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 #753D3E is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 62 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.54 |
| HSL | 358.93º | 0.31% | 0.35% | - |
| HSV(B) | 358.93º | 0.48% | 0.46% | - |
| XYZ | 9.87 | 7.47 | 5.48 | - |
| YUV | 77.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 62 | 0 | 0.48 | 0.47 | 0.54 | 358.93 | 0.31 | 0.35 |
| Hex | 75 | 3D | 3E | 0 | 30 | 2F | 36 | 167 | 1F | 23 |
| Octal | 165 | 75 | 76 | 0 | 60 | 57 | 66 | 547 | 37 | 43 |
| Binary | 1110101 | 111101 | 111110 | 0 | 110000 | 101111 | 110110 | 101100111 | 11111 | 100011 |
Color Harmonies of #753D3E
Complementary color
Monochromatic Colors of #753D3E
Black with #753D3E
Text Example
Text Example
White with #753D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D3E; }
p { color: rgb(117,61,62); }
H1.HeaderClassName
{
color: #753D3E;
}
.AnyTagClassName
{
color: #753D3E;
}
</style>
background-color css
<style>
a { background-color: #753D3E; }
a { background-color: rgb(117,61,62); }
div.DivClassName
{
background-color: #753D3E;
}
.BgClassName
{
background-color: #753D3E;
}
</style>
border-color css
<style>
span { border-color: #753D3E; }
span { border-color: rgb(117,61,62); }
td.TdClassName
{
border-color: #753D3E;
}
.TagClassName
{
border-color: #753D3E;
}
</style>