Shades of Tosca #793D40
Tints of Tosca #793D40
RGB
CMYK
RGB Variations
Color information
#793D40 (or 0x793D40) is known color: Tosca. HEX triplet: 79, 3D and 40. RGB value is (121,61,64). Sum of RGB (Red+Green+Blue) = 121+61+64=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #793D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793D40 is #86C2BF. Grayscale: #4F4F4F. Windows color (decimal): -8831680 or 4210041. OLE color: 4210041.
HSL color Cylindrical-coordinate representation of color #793D40: hue angle of 357º 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 #793D40 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 61 | 64 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.53 |
| HSL | 357º | 0.33% | 0.36% | - |
| HSV(B) | 357º | 0.5% | 0.47% | - |
| XYZ | 10.48 | 7.77 | 5.8 | - |
| YUV | 79.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 64 | 0 | 0.50 | 0.47 | 0.53 | 357 | 0.33 | 0.36 |
| Hex | 79 | 3D | 40 | 0 | 32 | 2F | 35 | 165 | 21 | 24 |
| Octal | 171 | 75 | 100 | 0 | 62 | 57 | 65 | 545 | 41 | 44 |
| Binary | 1111001 | 111101 | 1000000 | 0 | 110010 | 101111 | 110101 | 101100101 | 100001 | 100100 |
Color Harmonies of #793D40
Complementary color
Monochromatic Colors of #793D40
Black with #793D40
Text Example
Text Example
White with #793D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793D40; }
p { color: rgb(121,61,64); }
H1.HeaderClassName
{
color: #793D40;
}
.AnyTagClassName
{
color: #793D40;
}
</style>
background-color css
<style>
a { background-color: #793D40; }
a { background-color: rgb(121,61,64); }
div.DivClassName
{
background-color: #793D40;
}
.BgClassName
{
background-color: #793D40;
}
</style>
border-color css
<style>
span { border-color: #793D40; }
span { border-color: rgb(121,61,64); }
td.TdClassName
{
border-color: #793D40;
}
.TagClassName
{
border-color: #793D40;
}
</style>