Shades of Tosca #793B3D
Tints of Tosca #793B3D
RGB
CMYK
RGB Variations
Color information
#793B3D (or 0x793B3D) is known color: Tosca. HEX triplet: 79, 3B and 3D. RGB value is (121,59,61). Sum of RGB (Red+Green+Blue) = 121+59+61=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #793B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793B3D is #86C4C2. Grayscale: #4D4D4D. Windows color (decimal): -8832195 or 4012921. OLE color: 4012921.
HSL color Cylindrical-coordinate representation of color #793B3D: hue angle of 358.06º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #793B3D is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 59 | 61 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.53 |
| HSL | 358.06º | 0.34% | 0.35% | - |
| HSV(B) | 358.06º | 0.51% | 0.47% | - |
| XYZ | 10.29 | 7.53 | 5.33 | - |
| YUV | 77.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 61 | 0 | 0.51 | 0.50 | 0.53 | 358.06 | 0.34 | 0.35 |
| Hex | 79 | 3B | 3D | 0 | 33 | 32 | 35 | 166 | 22 | 23 |
| Octal | 171 | 73 | 75 | 0 | 63 | 62 | 65 | 546 | 42 | 43 |
| Binary | 1111001 | 111011 | 111101 | 0 | 110011 | 110010 | 110101 | 101100110 | 100010 | 100011 |
Color Harmonies of #793B3D
Complementary color
Monochromatic Colors of #793B3D
Black with #793B3D
Text Example
Text Example
White with #793B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793B3D; }
p { color: rgb(121,59,61); }
H1.HeaderClassName
{
color: #793B3D;
}
.AnyTagClassName
{
color: #793B3D;
}
</style>
background-color css
<style>
a { background-color: #793B3D; }
a { background-color: rgb(121,59,61); }
div.DivClassName
{
background-color: #793B3D;
}
.BgClassName
{
background-color: #793B3D;
}
</style>
border-color css
<style>
span { border-color: #793B3D; }
span { border-color: rgb(121,59,61); }
td.TdClassName
{
border-color: #793B3D;
}
.TagClassName
{
border-color: #793B3D;
}
</style>