Shades of Tosca #793A40
Tints of Tosca #793A40
RGB
CMYK
RGB Variations
Color information
#793A40 (or 0x793A40) is known color: Tosca. HEX triplet: 79, 3A and 40. RGB value is (121,58,64). Sum of RGB (Red+Green+Blue) = 121+58+64=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #793A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793A40 is #86C5BF. Grayscale: #4D4D4D. Windows color (decimal): -8832448 or 4209273. OLE color: 4209273.
HSL color Cylindrical-coordinate representation of color #793A40: hue angle of 354.29º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #793A40 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 58 | 64 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.53 |
| HSL | 354.29º | 0.35% | 0.35% | - |
| HSV(B) | 354.29º | 0.52% | 0.47% | - |
| XYZ | 10.32 | 7.46 | 5.75 | - |
| YUV | 77.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 64 | 0 | 0.52 | 0.47 | 0.53 | 354.29 | 0.35 | 0.35 |
| Hex | 79 | 3A | 40 | 0 | 34 | 2F | 35 | 162 | 23 | 23 |
| Octal | 171 | 72 | 100 | 0 | 64 | 57 | 65 | 542 | 43 | 43 |
| Binary | 1111001 | 111010 | 1000000 | 0 | 110100 | 101111 | 110101 | 101100010 | 100011 | 100011 |
Color Harmonies of #793A40
Complementary color
Monochromatic Colors of #793A40
Black with #793A40
Text Example
Text Example
White with #793A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793A40; }
p { color: rgb(121,58,64); }
H1.HeaderClassName
{
color: #793A40;
}
.AnyTagClassName
{
color: #793A40;
}
</style>
background-color css
<style>
a { background-color: #793A40; }
a { background-color: rgb(121,58,64); }
div.DivClassName
{
background-color: #793A40;
}
.BgClassName
{
background-color: #793A40;
}
</style>
border-color css
<style>
span { border-color: #793A40; }
span { border-color: rgb(121,58,64); }
td.TdClassName
{
border-color: #793A40;
}
.TagClassName
{
border-color: #793A40;
}
</style>