Shades of Tosca #783B3D
Tints of Tosca #783B3D
RGB
CMYK
RGB Variations
Color information
#783B3D (or 0x783B3D) is known color: Tosca. HEX triplet: 78, 3B and 3D. RGB value is (120,59,61). Sum of RGB (Red+Green+Blue) = 120+59+61=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #783B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783B3D is #87C4C2. Grayscale: #4D4D4D. Windows color (decimal): -8897731 or 4012920. OLE color: 4012920.
HSL color Cylindrical-coordinate representation of color #783B3D: hue angle of 358.03º 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 #783B3D is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 61 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.53 |
| HSL | 358.03º | 0.34% | 0.35% | - |
| HSV(B) | 358.03º | 0.51% | 0.47% | - |
| XYZ | 10.15 | 7.46 | 5.32 | - |
| YUV | 77.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 61 | 0 | 0.51 | 0.49 | 0.53 | 358.03 | 0.34 | 0.35 |
| Hex | 78 | 3B | 3D | 0 | 33 | 31 | 35 | 166 | 22 | 23 |
| Octal | 170 | 73 | 75 | 0 | 63 | 61 | 65 | 546 | 42 | 43 |
| Binary | 1111000 | 111011 | 111101 | 0 | 110011 | 110001 | 110101 | 101100110 | 100010 | 100011 |
Color Harmonies of #783B3D
Complementary color
Monochromatic Colors of #783B3D
Black with #783B3D
Text Example
Text Example
White with #783B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B3D; }
p { color: rgb(120,59,61); }
H1.HeaderClassName
{
color: #783B3D;
}
.AnyTagClassName
{
color: #783B3D;
}
</style>
background-color css
<style>
a { background-color: #783B3D; }
a { background-color: rgb(120,59,61); }
div.DivClassName
{
background-color: #783B3D;
}
.BgClassName
{
background-color: #783B3D;
}
</style>
border-color css
<style>
span { border-color: #783B3D; }
span { border-color: rgb(120,59,61); }
td.TdClassName
{
border-color: #783B3D;
}
.TagClassName
{
border-color: #783B3D;
}
</style>