Shades of Tosca #783D40
Tints of Tosca #783D40
RGB
CMYK
RGB Variations
Color information
#783D40 (or 0x783D40) is known color: Tosca. HEX triplet: 78, 3D and 40. RGB value is (120,61,64). Sum of RGB (Red+Green+Blue) = 120+61+64=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #783D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D40 is #87C2BF. Grayscale: #4F4F4F. Windows color (decimal): -8897216 or 4210040. OLE color: 4210040.
HSL color Cylindrical-coordinate representation of color #783D40: hue angle of 356.95º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #783D40 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 64 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.53 |
| HSL | 356.95º | 0.33% | 0.35% | - |
| HSV(B) | 356.95º | 0.49% | 0.47% | - |
| XYZ | 10.34 | 7.7 | 5.79 | - |
| YUV | 78.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 64 | 0 | 0.49 | 0.47 | 0.53 | 356.95 | 0.33 | 0.35 |
| Hex | 78 | 3D | 40 | 0 | 31 | 2F | 35 | 165 | 21 | 23 |
| Octal | 170 | 75 | 100 | 0 | 61 | 57 | 65 | 545 | 41 | 43 |
| Binary | 1111000 | 111101 | 1000000 | 0 | 110001 | 101111 | 110101 | 101100101 | 100001 | 100011 |
Color Harmonies of #783D40
Complementary color
Monochromatic Colors of #783D40
Black with #783D40
Text Example
Text Example
White with #783D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D40; }
p { color: rgb(120,61,64); }
H1.HeaderClassName
{
color: #783D40;
}
.AnyTagClassName
{
color: #783D40;
}
</style>
background-color css
<style>
a { background-color: #783D40; }
a { background-color: rgb(120,61,64); }
div.DivClassName
{
background-color: #783D40;
}
.BgClassName
{
background-color: #783D40;
}
</style>
border-color css
<style>
span { border-color: #783D40; }
span { border-color: rgb(120,61,64); }
td.TdClassName
{
border-color: #783D40;
}
.TagClassName
{
border-color: #783D40;
}
</style>