Shades of Tosca #784149
Tints of Tosca #784149
RGB
CMYK
RGB Variations
Color information
#784149 (or 0x784149) is known color: Tosca. HEX triplet: 78, 41 and 49. RGB value is (120,65,73). Sum of RGB (Red+Green+Blue) = 120+65+73=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #784149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784149 is #87BEB6. Grayscale: #525252. Windows color (decimal): -8896183 or 4800888. OLE color: 4800888.
HSL color Cylindrical-coordinate representation of color #784149: hue angle of 351.27º 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 #784149 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 73 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.53 |
| HSL | 351.27º | 0.3% | 0.36% | - |
| HSV(B) | 351.27º | 0.46% | 0.47% | - |
| XYZ | 10.84 | 8.25 | 7.33 | - |
| YUV | 82.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 73 | 0 | 0.46 | 0.39 | 0.53 | 351.27 | 0.3 | 0.36 |
| Hex | 78 | 41 | 49 | 0 | 2E | 27 | 35 | 15F | 1E | 24 |
| Octal | 170 | 101 | 111 | 0 | 56 | 47 | 65 | 537 | 36 | 44 |
| Binary | 1111000 | 1000001 | 1001001 | 0 | 101110 | 100111 | 110101 | 101011111 | 11110 | 100100 |
Color Harmonies of #784149
Complementary color
Monochromatic Colors of #784149
Black with #784149
Text Example
Text Example
White with #784149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784149; }
p { color: rgb(120,65,73); }
H1.HeaderClassName
{
color: #784149;
}
.AnyTagClassName
{
color: #784149;
}
</style>
background-color css
<style>
a { background-color: #784149; }
a { background-color: rgb(120,65,73); }
div.DivClassName
{
background-color: #784149;
}
.BgClassName
{
background-color: #784149;
}
</style>
border-color css
<style>
span { border-color: #784149; }
span { border-color: rgb(120,65,73); }
td.TdClassName
{
border-color: #784149;
}
.TagClassName
{
border-color: #784149;
}
</style>