Shades of Tosca #784142
Tints of Tosca #784142
RGB
CMYK
RGB Variations
Color information
#784142 (or 0x784142) is known color: Tosca. HEX triplet: 78, 41 and 42. RGB value is (120,65,66). Sum of RGB (Red+Green+Blue) = 120+65+66=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #784142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784142 is #87BEBD. Grayscale: #515151. Windows color (decimal): -8896190 or 4342136. OLE color: 4342136.
HSL color Cylindrical-coordinate representation of color #784142: hue angle of 358.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784142 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 66 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.53 |
| HSL | 358.91º | 0.3% | 0.36% | - |
| HSV(B) | 358.91º | 0.46% | 0.47% | - |
| XYZ | 10.62 | 8.17 | 6.17 | - |
| YUV | 81.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 66 | 0 | 0.46 | 0.45 | 0.53 | 358.91 | 0.3 | 0.36 |
| Hex | 78 | 41 | 42 | 0 | 2E | 2D | 35 | 167 | 1E | 24 |
| Octal | 170 | 101 | 102 | 0 | 56 | 55 | 65 | 547 | 36 | 44 |
| Binary | 1111000 | 1000001 | 1000010 | 0 | 101110 | 101101 | 110101 | 101100111 | 11110 | 100100 |
Color Harmonies of #784142
Complementary color
Monochromatic Colors of #784142
Black with #784142
Text Example
Text Example
White with #784142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784142; }
p { color: rgb(120,65,66); }
H1.HeaderClassName
{
color: #784142;
}
.AnyTagClassName
{
color: #784142;
}
</style>
background-color css
<style>
a { background-color: #784142; }
a { background-color: rgb(120,65,66); }
div.DivClassName
{
background-color: #784142;
}
.BgClassName
{
background-color: #784142;
}
</style>
border-color css
<style>
span { border-color: #784142; }
span { border-color: rgb(120,65,66); }
td.TdClassName
{
border-color: #784142;
}
.TagClassName
{
border-color: #784142;
}
</style>