Shades of Tosca #794146
Tints of Tosca #794146
RGB
CMYK
RGB Variations
Color information
#794146 (or 0x794146) is known color: Tosca. HEX triplet: 79, 41 and 46. RGB value is (121,65,70). Sum of RGB (Red+Green+Blue) = 121+65+70=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #794146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794146 is #86BEB9. Grayscale: #525252. Windows color (decimal): -8830650 or 4604281. OLE color: 4604281.
HSL color Cylindrical-coordinate representation of color #794146: hue angle of 354.64º 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 #794146 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 65 | 70 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.53 |
| HSL | 354.64º | 0.3% | 0.36% | - |
| HSV(B) | 354.64º | 0.46% | 0.47% | - |
| XYZ | 10.88 | 8.29 | 6.82 | - |
| YUV | 82.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 65 | 70 | 0 | 0.46 | 0.42 | 0.53 | 354.64 | 0.3 | 0.36 |
| Hex | 79 | 41 | 46 | 0 | 2E | 2A | 35 | 163 | 1E | 24 |
| Octal | 171 | 101 | 106 | 0 | 56 | 52 | 65 | 543 | 36 | 44 |
| Binary | 1111001 | 1000001 | 1000110 | 0 | 101110 | 101010 | 110101 | 101100011 | 11110 | 100100 |
Color Harmonies of #794146
Complementary color
Monochromatic Colors of #794146
Black with #794146
Text Example
Text Example
White with #794146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794146; }
p { color: rgb(121,65,70); }
H1.HeaderClassName
{
color: #794146;
}
.AnyTagClassName
{
color: #794146;
}
</style>
background-color css
<style>
a { background-color: #794146; }
a { background-color: rgb(121,65,70); }
div.DivClassName
{
background-color: #794146;
}
.BgClassName
{
background-color: #794146;
}
</style>
border-color css
<style>
span { border-color: #794146; }
span { border-color: rgb(121,65,70); }
td.TdClassName
{
border-color: #794146;
}
.TagClassName
{
border-color: #794146;
}
</style>