Shades of Tosca #783E42
Tints of Tosca #783E42
RGB
CMYK
RGB Variations
Color information
#783E42 (or 0x783E42) is known color: Tosca. HEX triplet: 78, 3E and 42. RGB value is (120,62,66). Sum of RGB (Red+Green+Blue) = 120+62+66=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #783E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783E42 is #87C1BD. Grayscale: #4F4F4F. Windows color (decimal): -8896958 or 4341368. OLE color: 4341368.
HSL color Cylindrical-coordinate representation of color #783E42: hue angle of 355.86º degrees, saturation: 0.32, 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 #783E42 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 62 | 66 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.53 |
| HSL | 355.86º | 0.32% | 0.36% | - |
| HSV(B) | 355.86º | 0.48% | 0.47% | - |
| XYZ | 10.45 | 7.83 | 6.12 | - |
| YUV | 79.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 66 | 0 | 0.48 | 0.45 | 0.53 | 355.86 | 0.32 | 0.36 |
| Hex | 78 | 3E | 42 | 0 | 30 | 2D | 35 | 164 | 20 | 24 |
| Octal | 170 | 76 | 102 | 0 | 60 | 55 | 65 | 544 | 40 | 44 |
| Binary | 1111000 | 111110 | 1000010 | 0 | 110000 | 101101 | 110101 | 101100100 | 100000 | 100100 |
Color Harmonies of #783E42
Complementary color
Monochromatic Colors of #783E42
Black with #783E42
Text Example
Text Example
White with #783E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783E42; }
p { color: rgb(120,62,66); }
H1.HeaderClassName
{
color: #783E42;
}
.AnyTagClassName
{
color: #783E42;
}
</style>
background-color css
<style>
a { background-color: #783E42; }
a { background-color: rgb(120,62,66); }
div.DivClassName
{
background-color: #783E42;
}
.BgClassName
{
background-color: #783E42;
}
</style>
border-color css
<style>
span { border-color: #783E42; }
span { border-color: rgb(120,62,66); }
td.TdClassName
{
border-color: #783E42;
}
.TagClassName
{
border-color: #783E42;
}
</style>