Shades of Tosca #793D46
Tints of Tosca #793D46
RGB
CMYK
RGB Variations
Color information
#793D46 (or 0x793D46) is known color: Tosca. HEX triplet: 79, 3D and 46. RGB value is (121,61,70). Sum of RGB (Red+Green+Blue) = 121+61+70=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #793D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793D46 is #86C2B9. Grayscale: #4F4F4F. Windows color (decimal): -8831674 or 4603257. OLE color: 4603257.
HSL color Cylindrical-coordinate representation of color #793D46: hue angle of 351º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #793D46 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 61 | 70 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.53 |
| HSL | 351º | 0.33% | 0.36% | - |
| HSV(B) | 351º | 0.5% | 0.47% | - |
| XYZ | 10.66 | 7.84 | 6.75 | - |
| YUV | 79.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 70 | 0 | 0.50 | 0.42 | 0.53 | 351 | 0.33 | 0.36 |
| Hex | 79 | 3D | 46 | 0 | 32 | 2A | 35 | 15F | 21 | 24 |
| Octal | 171 | 75 | 106 | 0 | 62 | 52 | 65 | 537 | 41 | 44 |
| Binary | 1111001 | 111101 | 1000110 | 0 | 110010 | 101010 | 110101 | 101011111 | 100001 | 100100 |
Color Harmonies of #793D46
Complementary color
Monochromatic Colors of #793D46
Black with #793D46
Text Example
Text Example
White with #793D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793D46; }
p { color: rgb(121,61,70); }
H1.HeaderClassName
{
color: #793D46;
}
.AnyTagClassName
{
color: #793D46;
}
</style>
background-color css
<style>
a { background-color: #793D46; }
a { background-color: rgb(121,61,70); }
div.DivClassName
{
background-color: #793D46;
}
.BgClassName
{
background-color: #793D46;
}
</style>
border-color css
<style>
span { border-color: #793D46; }
span { border-color: rgb(121,61,70); }
td.TdClassName
{
border-color: #793D46;
}
.TagClassName
{
border-color: #793D46;
}
</style>