Shades of Tosca #783F47
Tints of Tosca #783F47
RGB
CMYK
RGB Variations
Color information
#783F47 (or 0x783F47) is known color: Tosca. HEX triplet: 78, 3F and 47. RGB value is (120,63,71). Sum of RGB (Red+Green+Blue) = 120+63+71=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #783F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783F47 is #87C0B8. Grayscale: #505050. Windows color (decimal): -8896697 or 4669304. OLE color: 4669304.
HSL color Cylindrical-coordinate representation of color #783F47: hue angle of 351.58º 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 #783F47 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 71 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.53 |
| HSL | 351.58º | 0.31% | 0.36% | - |
| HSV(B) | 351.58º | 0.48% | 0.47% | - |
| XYZ | 10.66 | 8 | 6.94 | - |
| YUV | 80.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 71 | 0 | 0.48 | 0.41 | 0.53 | 351.58 | 0.31 | 0.36 |
| Hex | 78 | 3F | 47 | 0 | 30 | 29 | 35 | 160 | 1F | 24 |
| Octal | 170 | 77 | 107 | 0 | 60 | 51 | 65 | 540 | 37 | 44 |
| Binary | 1111000 | 111111 | 1000111 | 0 | 110000 | 101001 | 110101 | 101100000 | 11111 | 100100 |
Color Harmonies of #783F47
Complementary color
Monochromatic Colors of #783F47
Black with #783F47
Text Example
Text Example
White with #783F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F47; }
p { color: rgb(120,63,71); }
H1.HeaderClassName
{
color: #783F47;
}
.AnyTagClassName
{
color: #783F47;
}
</style>
background-color css
<style>
a { background-color: #783F47; }
a { background-color: rgb(120,63,71); }
div.DivClassName
{
background-color: #783F47;
}
.BgClassName
{
background-color: #783F47;
}
</style>
border-color css
<style>
span { border-color: #783F47; }
span { border-color: rgb(120,63,71); }
td.TdClassName
{
border-color: #783F47;
}
.TagClassName
{
border-color: #783F47;
}
</style>