Shades of Tosca #793F46
Tints of Tosca #793F46
RGB
CMYK
RGB Variations
Color information
#793F46 (or 0x793F46) is known color: Tosca. HEX triplet: 79, 3F and 46. RGB value is (121,63,70). Sum of RGB (Red+Green+Blue) = 121+63+70=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #793F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793F46 is #86C0B9. Grayscale: #515151. Windows color (decimal): -8831162 or 4603769. OLE color: 4603769.
HSL color Cylindrical-coordinate representation of color #793F46: hue angle of 352.76º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #793F46 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 63 | 70 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.53 |
| HSL | 352.76º | 0.32% | 0.36% | - |
| HSV(B) | 352.76º | 0.48% | 0.47% | - |
| XYZ | 10.77 | 8.06 | 6.78 | - |
| YUV | 81.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 63 | 70 | 0 | 0.48 | 0.42 | 0.53 | 352.76 | 0.32 | 0.36 |
| Hex | 79 | 3F | 46 | 0 | 30 | 2A | 35 | 161 | 20 | 24 |
| Octal | 171 | 77 | 106 | 0 | 60 | 52 | 65 | 541 | 40 | 44 |
| Binary | 1111001 | 111111 | 1000110 | 0 | 110000 | 101010 | 110101 | 101100001 | 100000 | 100100 |
Color Harmonies of #793F46
Complementary color
Monochromatic Colors of #793F46
Black with #793F46
Text Example
Text Example
White with #793F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793F46; }
p { color: rgb(121,63,70); }
H1.HeaderClassName
{
color: #793F46;
}
.AnyTagClassName
{
color: #793F46;
}
</style>
background-color css
<style>
a { background-color: #793F46; }
a { background-color: rgb(121,63,70); }
div.DivClassName
{
background-color: #793F46;
}
.BgClassName
{
background-color: #793F46;
}
</style>
border-color css
<style>
span { border-color: #793F46; }
span { border-color: rgb(121,63,70); }
td.TdClassName
{
border-color: #793F46;
}
.TagClassName
{
border-color: #793F46;
}
</style>