Shades of Tosca #783D44
Tints of Tosca #783D44
RGB
CMYK
RGB Variations
Color information
#783D44 (or 0x783D44) is known color: Tosca. HEX triplet: 78, 3D and 44. RGB value is (120,61,68). Sum of RGB (Red+Green+Blue) = 120+61+68=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #783D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D44 is #87C2BB. Grayscale: #4F4F4F. Windows color (decimal): -8897212 or 4472184. OLE color: 4472184.
HSL color Cylindrical-coordinate representation of color #783D44: hue angle of 352.88º 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 #783D44 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 68 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.53 |
| HSL | 352.88º | 0.33% | 0.35% | - |
| HSV(B) | 352.88º | 0.49% | 0.47% | - |
| XYZ | 10.46 | 7.75 | 6.41 | - |
| YUV | 79.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 68 | 0 | 0.49 | 0.43 | 0.53 | 352.88 | 0.33 | 0.35 |
| Hex | 78 | 3D | 44 | 0 | 31 | 2B | 35 | 161 | 21 | 23 |
| Octal | 170 | 75 | 104 | 0 | 61 | 53 | 65 | 541 | 41 | 43 |
| Binary | 1111000 | 111101 | 1000100 | 0 | 110001 | 101011 | 110101 | 101100001 | 100001 | 100011 |
Color Harmonies of #783D44
Complementary color
Monochromatic Colors of #783D44
Black with #783D44
Text Example
Text Example
White with #783D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D44; }
p { color: rgb(120,61,68); }
H1.HeaderClassName
{
color: #783D44;
}
.AnyTagClassName
{
color: #783D44;
}
</style>
background-color css
<style>
a { background-color: #783D44; }
a { background-color: rgb(120,61,68); }
div.DivClassName
{
background-color: #783D44;
}
.BgClassName
{
background-color: #783D44;
}
</style>
border-color css
<style>
span { border-color: #783D44; }
span { border-color: rgb(120,61,68); }
td.TdClassName
{
border-color: #783D44;
}
.TagClassName
{
border-color: #783D44;
}
</style>