Shades of Tosca #783F40
Tints of Tosca #783F40
RGB
CMYK
RGB Variations
Color information
#783F40 (or 0x783F40) is known color: Tosca. HEX triplet: 78, 3F and 40. RGB value is (120,63,64). Sum of RGB (Red+Green+Blue) = 120+63+64=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #783F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783F40 is #87C0BF. Grayscale: #505050. Windows color (decimal): -8896704 or 4210552. OLE color: 4210552.
HSL color Cylindrical-coordinate representation of color #783F40: hue angle of 358.95º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #783F40 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 64 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.53 |
| HSL | 358.95º | 0.31% | 0.36% | - |
| HSV(B) | 358.95º | 0.48% | 0.47% | - |
| XYZ | 10.45 | 7.92 | 5.83 | - |
| YUV | 80.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 64 | 0 | 0.48 | 0.47 | 0.53 | 358.95 | 0.31 | 0.36 |
| Hex | 78 | 3F | 40 | 0 | 30 | 2F | 35 | 167 | 1F | 24 |
| Octal | 170 | 77 | 100 | 0 | 60 | 57 | 65 | 547 | 37 | 44 |
| Binary | 1111000 | 111111 | 1000000 | 0 | 110000 | 101111 | 110101 | 101100111 | 11111 | 100100 |
Color Harmonies of #783F40
Complementary color
Monochromatic Colors of #783F40
Black with #783F40
Text Example
Text Example
White with #783F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F40; }
p { color: rgb(120,63,64); }
H1.HeaderClassName
{
color: #783F40;
}
.AnyTagClassName
{
color: #783F40;
}
</style>
background-color css
<style>
a { background-color: #783F40; }
a { background-color: rgb(120,63,64); }
div.DivClassName
{
background-color: #783F40;
}
.BgClassName
{
background-color: #783F40;
}
</style>
border-color css
<style>
span { border-color: #783F40; }
span { border-color: rgb(120,63,64); }
td.TdClassName
{
border-color: #783F40;
}
.TagClassName
{
border-color: #783F40;
}
</style>