Shades of Tosca #784549
Tints of Tosca #784549
RGB
CMYK
RGB Variations
Color information
#784549 (or 0x784549) is known color: Tosca. HEX triplet: 78, 45 and 49. RGB value is (120,69,73). Sum of RGB (Red+Green+Blue) = 120+69+73=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #784549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784549 is #87BAB6. Grayscale: #545454. Windows color (decimal): -8895159 or 4801912. OLE color: 4801912.
HSL color Cylindrical-coordinate representation of color #784549: hue angle of 355.29º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #784549 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 69 | 73 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.53 |
| HSL | 355.29º | 0.27% | 0.37% | - |
| HSV(B) | 355.29º | 0.43% | 0.47% | - |
| XYZ | 11.08 | 8.73 | 7.4 | - |
| YUV | 84.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 69 | 73 | 0 | 0.42 | 0.39 | 0.53 | 355.29 | 0.27 | 0.37 |
| Hex | 78 | 45 | 49 | 0 | 2A | 27 | 35 | 163 | 1B | 25 |
| Octal | 170 | 105 | 111 | 0 | 52 | 47 | 65 | 543 | 33 | 45 |
| Binary | 1111000 | 1000101 | 1001001 | 0 | 101010 | 100111 | 110101 | 101100011 | 11011 | 100101 |
Color Harmonies of #784549
Complementary color
Monochromatic Colors of #784549
Black with #784549
Text Example
Text Example
White with #784549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784549; }
p { color: rgb(120,69,73); }
H1.HeaderClassName
{
color: #784549;
}
.AnyTagClassName
{
color: #784549;
}
</style>
background-color css
<style>
a { background-color: #784549; }
a { background-color: rgb(120,69,73); }
div.DivClassName
{
background-color: #784549;
}
.BgClassName
{
background-color: #784549;
}
</style>
border-color css
<style>
span { border-color: #784549; }
span { border-color: rgb(120,69,73); }
td.TdClassName
{
border-color: #784549;
}
.TagClassName
{
border-color: #784549;
}
</style>