Shades of Tosca #773A40
Tints of Tosca #773A40
RGB
CMYK
RGB Variations
Color information
#773A40 (or 0x773A40) is known color: Tosca. HEX triplet: 77, 3A and 40. RGB value is (119,58,64). Sum of RGB (Red+Green+Blue) = 119+58+64=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #773A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A40 is #88C5BF. Grayscale: #4C4C4C. Windows color (decimal): -8963520 or 4209271. OLE color: 4209271.
HSL color Cylindrical-coordinate representation of color #773A40: hue angle of 354.1º 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 #773A40 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 64 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.53 |
| HSL | 354.1º | 0.34% | 0.35% | - |
| HSV(B) | 354.1º | 0.51% | 0.47% | - |
| XYZ | 10.05 | 7.32 | 5.73 | - |
| YUV | 76.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 64 | 0 | 0.51 | 0.46 | 0.53 | 354.1 | 0.34 | 0.35 |
| Hex | 77 | 3A | 40 | 0 | 33 | 2E | 35 | 162 | 22 | 23 |
| Octal | 167 | 72 | 100 | 0 | 63 | 56 | 65 | 542 | 42 | 43 |
| Binary | 1110111 | 111010 | 1000000 | 0 | 110011 | 101110 | 110101 | 101100010 | 100010 | 100011 |
Color Harmonies of #773A40
Complementary color
Monochromatic Colors of #773A40
Black with #773A40
Text Example
Text Example
White with #773A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A40; }
p { color: rgb(119,58,64); }
H1.HeaderClassName
{
color: #773A40;
}
.AnyTagClassName
{
color: #773A40;
}
</style>
background-color css
<style>
a { background-color: #773A40; }
a { background-color: rgb(119,58,64); }
div.DivClassName
{
background-color: #773A40;
}
.BgClassName
{
background-color: #773A40;
}
</style>
border-color css
<style>
span { border-color: #773A40; }
span { border-color: rgb(119,58,64); }
td.TdClassName
{
border-color: #773A40;
}
.TagClassName
{
border-color: #773A40;
}
</style>