Shades of Tosca #783C45
Tints of Tosca #783C45
RGB
CMYK
RGB Variations
Color information
#783C45 (or 0x783C45) is known color: Tosca. HEX triplet: 78, 3C and 45. RGB value is (120,60,69). Sum of RGB (Red+Green+Blue) = 120+60+69=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #783C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783C45 is #87C3BA. Grayscale: #4E4E4E. Windows color (decimal): -8897467 or 4537464. OLE color: 4537464.
HSL color Cylindrical-coordinate representation of color #783C45: hue angle of 351º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C45 is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 69 | - |
| CMYK | 0 | 0.5 | 0.42 | 0.53 |
| HSL | 351º | 0.33% | 0.35% | - |
| HSV(B) | 351º | 0.5% | 0.47% | - |
| XYZ | 10.44 | 7.65 | 6.56 | - |
| YUV | 78.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 69 | 0 | 0.5 | 0.42 | 0.53 | 351 | 0.33 | 0.35 |
| Hex | 78 | 3C | 45 | 0 | 32 | 2A | 35 | 15F | 21 | 23 |
| Octal | 170 | 74 | 105 | 0 | 62 | 52 | 65 | 537 | 41 | 43 |
| Binary | 1111000 | 111100 | 1000101 | 0 | 110010 | 101010 | 110101 | 101011111 | 100001 | 100011 |
Color Harmonies of #783C45
Complementary color
Monochromatic Colors of #783C45
Black with #783C45
Text Example
Text Example
White with #783C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C45; }
p { color: rgb(120,60,69); }
H1.HeaderClassName
{
color: #783C45;
}
.AnyTagClassName
{
color: #783C45;
}
</style>
background-color css
<style>
a { background-color: #783C45; }
a { background-color: rgb(120,60,69); }
div.DivClassName
{
background-color: #783C45;
}
.BgClassName
{
background-color: #783C45;
}
</style>
border-color css
<style>
span { border-color: #783C45; }
span { border-color: rgb(120,60,69); }
td.TdClassName
{
border-color: #783C45;
}
.TagClassName
{
border-color: #783C45;
}
</style>