Shades of Tosca #793F42
Tints of Tosca #793F42
RGB
CMYK
RGB Variations
Color information
#793F42 (or 0x793F42) is known color: Tosca. HEX triplet: 79, 3F and 42. RGB value is (121,63,66). Sum of RGB (Red+Green+Blue) = 121+63+66=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #793F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793F42 is #86C0BD. Grayscale: #505050. Windows color (decimal): -8831166 or 4341625. OLE color: 4341625.
HSL color Cylindrical-coordinate representation of color #793F42: hue angle of 356.9º 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 #793F42 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 63 | 66 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.53 |
| HSL | 356.9º | 0.32% | 0.36% | - |
| HSV(B) | 356.9º | 0.48% | 0.47% | - |
| XYZ | 10.65 | 8.01 | 6.14 | - |
| YUV | 80.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 63 | 66 | 0 | 0.48 | 0.45 | 0.53 | 356.9 | 0.32 | 0.36 |
| Hex | 79 | 3F | 42 | 0 | 30 | 2D | 35 | 165 | 20 | 24 |
| Octal | 171 | 77 | 102 | 0 | 60 | 55 | 65 | 545 | 40 | 44 |
| Binary | 1111001 | 111111 | 1000010 | 0 | 110000 | 101101 | 110101 | 101100101 | 100000 | 100100 |
Color Harmonies of #793F42
Complementary color
Monochromatic Colors of #793F42
Black with #793F42
Text Example
Text Example
White with #793F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793F42; }
p { color: rgb(121,63,66); }
H1.HeaderClassName
{
color: #793F42;
}
.AnyTagClassName
{
color: #793F42;
}
</style>
background-color css
<style>
a { background-color: #793F42; }
a { background-color: rgb(121,63,66); }
div.DivClassName
{
background-color: #793F42;
}
.BgClassName
{
background-color: #793F42;
}
</style>
border-color css
<style>
span { border-color: #793F42; }
span { border-color: rgb(121,63,66); }
td.TdClassName
{
border-color: #793F42;
}
.TagClassName
{
border-color: #793F42;
}
</style>