Shades of Tosca #783A3F
Tints of Tosca #783A3F
RGB
CMYK
RGB Variations
Color information
#783A3F (or 0x783A3F) is known color: Tosca. HEX triplet: 78, 3A and 3F. RGB value is (120,58,63). Sum of RGB (Red+Green+Blue) = 120+58+63=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #783A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783A3F is #87C5C0. Grayscale: #4D4D4D. Windows color (decimal): -8897985 or 4143736. OLE color: 4143736.
HSL color Cylindrical-coordinate representation of color #783A3F: hue angle of 355.16º 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 #783A3F is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 63 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.53 |
| HSL | 355.16º | 0.35% | 0.35% | - |
| HSV(B) | 355.16º | 0.52% | 0.47% | - |
| XYZ | 10.16 | 7.38 | 5.59 | - |
| YUV | 77.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 63 | 0 | 0.52 | 0.48 | 0.53 | 355.16 | 0.35 | 0.35 |
| Hex | 78 | 3A | 3F | 0 | 34 | 30 | 35 | 163 | 23 | 23 |
| Octal | 170 | 72 | 77 | 0 | 64 | 60 | 65 | 543 | 43 | 43 |
| Binary | 1111000 | 111010 | 111111 | 0 | 110100 | 110000 | 110101 | 101100011 | 100011 | 100011 |
Color Harmonies of #783A3F
Complementary color
Monochromatic Colors of #783A3F
Black with #783A3F
Text Example
Text Example
White with #783A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A3F; }
p { color: rgb(120,58,63); }
H1.HeaderClassName
{
color: #783A3F;
}
.AnyTagClassName
{
color: #783A3F;
}
</style>
background-color css
<style>
a { background-color: #783A3F; }
a { background-color: rgb(120,58,63); }
div.DivClassName
{
background-color: #783A3F;
}
.BgClassName
{
background-color: #783A3F;
}
</style>
border-color css
<style>
span { border-color: #783A3F; }
span { border-color: rgb(120,58,63); }
td.TdClassName
{
border-color: #783A3F;
}
.TagClassName
{
border-color: #783A3F;
}
</style>