Shades of Tosca #783D3E
Tints of Tosca #783D3E
RGB
CMYK
RGB Variations
Color information
#783D3E (or 0x783D3E) is known color: Tosca. HEX triplet: 78, 3D and 3E. RGB value is (120,61,62). Sum of RGB (Red+Green+Blue) = 120+61+62=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #783D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D3E is #87C2C1. Grayscale: #4E4E4E. Windows color (decimal): -8897218 or 4078968. OLE color: 4078968.
HSL color Cylindrical-coordinate representation of color #783D3E: hue angle of 358.98º 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 #783D3E is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 62 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.53 |
| HSL | 358.98º | 0.33% | 0.35% | - |
| HSV(B) | 358.98º | 0.49% | 0.47% | - |
| XYZ | 10.28 | 7.68 | 5.5 | - |
| YUV | 78.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 62 | 0 | 0.49 | 0.48 | 0.53 | 358.98 | 0.33 | 0.35 |
| Hex | 78 | 3D | 3E | 0 | 31 | 30 | 35 | 167 | 21 | 23 |
| Octal | 170 | 75 | 76 | 0 | 61 | 60 | 65 | 547 | 41 | 43 |
| Binary | 1111000 | 111101 | 111110 | 0 | 110001 | 110000 | 110101 | 101100111 | 100001 | 100011 |
Color Harmonies of #783D3E
Complementary color
Monochromatic Colors of #783D3E
Black with #783D3E
Text Example
Text Example
White with #783D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D3E; }
p { color: rgb(120,61,62); }
H1.HeaderClassName
{
color: #783D3E;
}
.AnyTagClassName
{
color: #783D3E;
}
</style>
background-color css
<style>
a { background-color: #783D3E; }
a { background-color: rgb(120,61,62); }
div.DivClassName
{
background-color: #783D3E;
}
.BgClassName
{
background-color: #783D3E;
}
</style>
border-color css
<style>
span { border-color: #783D3E; }
span { border-color: rgb(120,61,62); }
td.TdClassName
{
border-color: #783D3E;
}
.TagClassName
{
border-color: #783D3E;
}
</style>