Shades of Tosca #783B40
Tints of Tosca #783B40
RGB
CMYK
RGB Variations
Color information
#783B40 (or 0x783B40) is known color: Tosca. HEX triplet: 78, 3B and 40. RGB value is (120,59,64). Sum of RGB (Red+Green+Blue) = 120+59+64=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #783B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783B40 is #87C4BF. Grayscale: #4D4D4D. Windows color (decimal): -8897728 or 4209528. OLE color: 4209528.
HSL color Cylindrical-coordinate representation of color #783B40: hue angle of 355.08º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #783B40 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 64 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.53 |
| HSL | 355.08º | 0.34% | 0.35% | - |
| HSV(B) | 355.08º | 0.51% | 0.47% | - |
| XYZ | 10.24 | 7.49 | 5.76 | - |
| YUV | 77.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 64 | 0 | 0.51 | 0.47 | 0.53 | 355.08 | 0.34 | 0.35 |
| Hex | 78 | 3B | 40 | 0 | 33 | 2F | 35 | 163 | 22 | 23 |
| Octal | 170 | 73 | 100 | 0 | 63 | 57 | 65 | 543 | 42 | 43 |
| Binary | 1111000 | 111011 | 1000000 | 0 | 110011 | 101111 | 110101 | 101100011 | 100010 | 100011 |
Color Harmonies of #783B40
Complementary color
Monochromatic Colors of #783B40
Black with #783B40
Text Example
Text Example
White with #783B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B40; }
p { color: rgb(120,59,64); }
H1.HeaderClassName
{
color: #783B40;
}
.AnyTagClassName
{
color: #783B40;
}
</style>
background-color css
<style>
a { background-color: #783B40; }
a { background-color: rgb(120,59,64); }
div.DivClassName
{
background-color: #783B40;
}
.BgClassName
{
background-color: #783B40;
}
</style>
border-color css
<style>
span { border-color: #783B40; }
span { border-color: rgb(120,59,64); }
td.TdClassName
{
border-color: #783B40;
}
.TagClassName
{
border-color: #783B40;
}
</style>