Shades of Tosca #783A3E
Tints of Tosca #783A3E
RGB
CMYK
RGB Variations
Color information
#783A3E (or 0x783A3E) is known color: Tosca. HEX triplet: 78, 3A and 3E. RGB value is (120,58,62). Sum of RGB (Red+Green+Blue) = 120+58+62=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #783A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783A3E is #87C5C1. Grayscale: #4D4D4D. Windows color (decimal): -8897986 or 4078200. OLE color: 4078200.
HSL color Cylindrical-coordinate representation of color #783A3E: hue angle of 356.13º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783A3E is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 62 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.53 |
| HSL | 356.13º | 0.35% | 0.35% | - |
| HSV(B) | 356.13º | 0.52% | 0.47% | - |
| XYZ | 10.13 | 7.37 | 5.45 | - |
| YUV | 76.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 62 | 0 | 0.52 | 0.48 | 0.53 | 356.13 | 0.35 | 0.35 |
| Hex | 78 | 3A | 3E | 0 | 34 | 30 | 35 | 164 | 23 | 23 |
| Octal | 170 | 72 | 76 | 0 | 64 | 60 | 65 | 544 | 43 | 43 |
| Binary | 1111000 | 111010 | 111110 | 0 | 110100 | 110000 | 110101 | 101100100 | 100011 | 100011 |
Color Harmonies of #783A3E
Complementary color
Monochromatic Colors of #783A3E
Black with #783A3E
Text Example
Text Example
White with #783A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A3E; }
p { color: rgb(120,58,62); }
H1.HeaderClassName
{
color: #783A3E;
}
.AnyTagClassName
{
color: #783A3E;
}
</style>
background-color css
<style>
a { background-color: #783A3E; }
a { background-color: rgb(120,58,62); }
div.DivClassName
{
background-color: #783A3E;
}
.BgClassName
{
background-color: #783A3E;
}
</style>
border-color css
<style>
span { border-color: #783A3E; }
span { border-color: rgb(120,58,62); }
td.TdClassName
{
border-color: #783A3E;
}
.TagClassName
{
border-color: #783A3E;
}
</style>