Shades of Tosca #794849
Tints of Tosca #794849
RGB
CMYK
RGB Variations
Color information
#794849 (or 0x794849) is known color: Tosca. HEX triplet: 79, 48 and 49. RGB value is (121,72,73). Sum of RGB (Red+Green+Blue) = 121+72+73=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #794849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794849 is #86B7B6. Grayscale: #565656. Windows color (decimal): -8828855 or 4802681. OLE color: 4802681.
HSL color Cylindrical-coordinate representation of color #794849: hue angle of 358.78º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #794849 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 72 | 73 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.53 |
| HSL | 358.78º | 0.25% | 0.38% | - |
| HSV(B) | 358.78º | 0.4% | 0.47% | - |
| XYZ | 11.41 | 9.18 | 7.47 | - |
| YUV | 86.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 73 | 0 | 0.40 | 0.40 | 0.53 | 358.78 | 0.25 | 0.38 |
| Hex | 79 | 48 | 49 | 0 | 28 | 28 | 35 | 167 | 19 | 26 |
| Octal | 171 | 110 | 111 | 0 | 50 | 50 | 65 | 547 | 31 | 46 |
| Binary | 1111001 | 1001000 | 1001001 | 0 | 101000 | 101000 | 110101 | 101100111 | 11001 | 100110 |
Color Harmonies of #794849
Complementary color
Monochromatic Colors of #794849
Black with #794849
Text Example
Text Example
White with #794849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794849; }
p { color: rgb(121,72,73); }
H1.HeaderClassName
{
color: #794849;
}
.AnyTagClassName
{
color: #794849;
}
</style>
background-color css
<style>
a { background-color: #794849; }
a { background-color: rgb(121,72,73); }
div.DivClassName
{
background-color: #794849;
}
.BgClassName
{
background-color: #794849;
}
</style>
border-color css
<style>
span { border-color: #794849; }
span { border-color: rgb(121,72,73); }
td.TdClassName
{
border-color: #794849;
}
.TagClassName
{
border-color: #794849;
}
</style>