Shades of Tosca #783D45
Tints of Tosca #783D45
RGB
CMYK
RGB Variations
Color information
#783D45 (or 0x783D45) is known color: Tosca. HEX triplet: 78, 3D and 45. RGB value is (120,61,69). Sum of RGB (Red+Green+Blue) = 120+61+69=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #783D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D45 is #87C2BA. Grayscale: #4F4F4F. Windows color (decimal): -8897211 or 4537720. OLE color: 4537720.
HSL color Cylindrical-coordinate representation of color #783D45: hue angle of 351.86º 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 #783D45 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 69 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.53 |
| HSL | 351.86º | 0.33% | 0.35% | - |
| HSV(B) | 351.86º | 0.49% | 0.47% | - |
| XYZ | 10.49 | 7.76 | 6.58 | - |
| YUV | 79.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 69 | 0 | 0.49 | 0.42 | 0.53 | 351.86 | 0.33 | 0.35 |
| Hex | 78 | 3D | 45 | 0 | 31 | 2A | 35 | 160 | 21 | 23 |
| Octal | 170 | 75 | 105 | 0 | 61 | 52 | 65 | 540 | 41 | 43 |
| Binary | 1111000 | 111101 | 1000101 | 0 | 110001 | 101010 | 110101 | 101100000 | 100001 | 100011 |
Color Harmonies of #783D45
Complementary color
Monochromatic Colors of #783D45
Black with #783D45
Text Example
Text Example
White with #783D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D45; }
p { color: rgb(120,61,69); }
H1.HeaderClassName
{
color: #783D45;
}
.AnyTagClassName
{
color: #783D45;
}
</style>
background-color css
<style>
a { background-color: #783D45; }
a { background-color: rgb(120,61,69); }
div.DivClassName
{
background-color: #783D45;
}
.BgClassName
{
background-color: #783D45;
}
</style>
border-color css
<style>
span { border-color: #783D45; }
span { border-color: rgb(120,61,69); }
td.TdClassName
{
border-color: #783D45;
}
.TagClassName
{
border-color: #783D45;
}
</style>