Shades of Tosca #783F43
Tints of Tosca #783F43
RGB
CMYK
RGB Variations
Color information
#783F43 (or 0x783F43) is known color: Tosca. HEX triplet: 78, 3F and 43. RGB value is (120,63,67). Sum of RGB (Red+Green+Blue) = 120+63+67=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #783F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783F43 is #87C0BC. Grayscale: #505050. Windows color (decimal): -8896701 or 4407160. OLE color: 4407160.
HSL color Cylindrical-coordinate representation of color #783F43: hue angle of 355.79º 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 #783F43 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 67 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.53 |
| HSL | 355.79º | 0.31% | 0.36% | - |
| HSV(B) | 355.79º | 0.48% | 0.47% | - |
| XYZ | 10.54 | 7.95 | 6.29 | - |
| YUV | 80.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 67 | 0 | 0.48 | 0.44 | 0.53 | 355.79 | 0.31 | 0.36 |
| Hex | 78 | 3F | 43 | 0 | 30 | 2C | 35 | 164 | 1F | 24 |
| Octal | 170 | 77 | 103 | 0 | 60 | 54 | 65 | 544 | 37 | 44 |
| Binary | 1111000 | 111111 | 1000011 | 0 | 110000 | 101100 | 110101 | 101100100 | 11111 | 100100 |
Color Harmonies of #783F43
Complementary color
Monochromatic Colors of #783F43
Black with #783F43
Text Example
Text Example
White with #783F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F43; }
p { color: rgb(120,63,67); }
H1.HeaderClassName
{
color: #783F43;
}
.AnyTagClassName
{
color: #783F43;
}
</style>
background-color css
<style>
a { background-color: #783F43; }
a { background-color: rgb(120,63,67); }
div.DivClassName
{
background-color: #783F43;
}
.BgClassName
{
background-color: #783F43;
}
</style>
border-color css
<style>
span { border-color: #783F43; }
span { border-color: rgb(120,63,67); }
td.TdClassName
{
border-color: #783F43;
}
.TagClassName
{
border-color: #783F43;
}
</style>