Shades of Tosca #783B3E
Tints of Tosca #783B3E
RGB
CMYK
RGB Variations
Color information
#783B3E (or 0x783B3E) is known color: Tosca. HEX triplet: 78, 3B and 3E. RGB value is (120,59,62). Sum of RGB (Red+Green+Blue) = 120+59+62=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #783B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783B3E is #87C4C1. Grayscale: #4D4D4D. Windows color (decimal): -8897730 or 4078456. OLE color: 4078456.
HSL color Cylindrical-coordinate representation of color #783B3E: hue angle of 357.05º 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 #783B3E is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 62 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.53 |
| HSL | 357.05º | 0.34% | 0.35% | - |
| HSV(B) | 357.05º | 0.51% | 0.47% | - |
| XYZ | 10.18 | 7.47 | 5.46 | - |
| YUV | 77.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 62 | 0 | 0.51 | 0.48 | 0.53 | 357.05 | 0.34 | 0.35 |
| Hex | 78 | 3B | 3E | 0 | 33 | 30 | 35 | 165 | 22 | 23 |
| Octal | 170 | 73 | 76 | 0 | 63 | 60 | 65 | 545 | 42 | 43 |
| Binary | 1111000 | 111011 | 111110 | 0 | 110011 | 110000 | 110101 | 101100101 | 100010 | 100011 |
Color Harmonies of #783B3E
Complementary color
Monochromatic Colors of #783B3E
Black with #783B3E
Text Example
Text Example
White with #783B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B3E; }
p { color: rgb(120,59,62); }
H1.HeaderClassName
{
color: #783B3E;
}
.AnyTagClassName
{
color: #783B3E;
}
</style>
background-color css
<style>
a { background-color: #783B3E; }
a { background-color: rgb(120,59,62); }
div.DivClassName
{
background-color: #783B3E;
}
.BgClassName
{
background-color: #783B3E;
}
</style>
border-color css
<style>
span { border-color: #783B3E; }
span { border-color: rgb(120,59,62); }
td.TdClassName
{
border-color: #783B3E;
}
.TagClassName
{
border-color: #783B3E;
}
</style>