Shades of Tosca #783C40
Tints of Tosca #783C40
RGB
CMYK
RGB Variations
Color information
#783C40 (or 0x783C40) is known color: Tosca. HEX triplet: 78, 3C and 40. RGB value is (120,60,64). Sum of RGB (Red+Green+Blue) = 120+60+64=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #783C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783C40 is #87C3BF. Grayscale: #4E4E4E. Windows color (decimal): -8897472 or 4209784. OLE color: 4209784.
HSL color Cylindrical-coordinate representation of color #783C40: hue angle of 356º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C40 is Cyan = 0, Magento = 0.5, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 64 | - |
| CMYK | 0 | 0.5 | 0.47 | 0.53 |
| HSL | 356º | 0.33% | 0.35% | - |
| HSV(B) | 356º | 0.5% | 0.47% | - |
| XYZ | 10.29 | 7.59 | 5.77 | - |
| YUV | 78.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 64 | 0 | 0.5 | 0.47 | 0.53 | 356 | 0.33 | 0.35 |
| Hex | 78 | 3C | 40 | 0 | 32 | 2F | 35 | 164 | 21 | 23 |
| Octal | 170 | 74 | 100 | 0 | 62 | 57 | 65 | 544 | 41 | 43 |
| Binary | 1111000 | 111100 | 1000000 | 0 | 110010 | 101111 | 110101 | 101100100 | 100001 | 100011 |
Color Harmonies of #783C40
Complementary color
Monochromatic Colors of #783C40
Black with #783C40
Text Example
Text Example
White with #783C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C40; }
p { color: rgb(120,60,64); }
H1.HeaderClassName
{
color: #783C40;
}
.AnyTagClassName
{
color: #783C40;
}
</style>
background-color css
<style>
a { background-color: #783C40; }
a { background-color: rgb(120,60,64); }
div.DivClassName
{
background-color: #783C40;
}
.BgClassName
{
background-color: #783C40;
}
</style>
border-color css
<style>
span { border-color: #783C40; }
span { border-color: rgb(120,60,64); }
td.TdClassName
{
border-color: #783C40;
}
.TagClassName
{
border-color: #783C40;
}
</style>