Shades of Tosca #773A42
Tints of Tosca #773A42
RGB
CMYK
RGB Variations
Color information
#773A42 (or 0x773A42) is known color: Tosca. HEX triplet: 77, 3A and 42. RGB value is (119,58,66). Sum of RGB (Red+Green+Blue) = 119+58+66=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #773A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A42 is #88C5BD. Grayscale: #4D4D4D. Windows color (decimal): -8963518 or 4340343. OLE color: 4340343.
HSL color Cylindrical-coordinate representation of color #773A42: hue angle of 352.13º 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 #773A42 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 66 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.53 |
| HSL | 352.13º | 0.34% | 0.35% | - |
| HSV(B) | 352.13º | 0.51% | 0.47% | - |
| XYZ | 10.1 | 7.34 | 6.04 | - |
| YUV | 77.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 66 | 0 | 0.51 | 0.45 | 0.53 | 352.13 | 0.34 | 0.35 |
| Hex | 77 | 3A | 42 | 0 | 33 | 2D | 35 | 160 | 22 | 23 |
| Octal | 167 | 72 | 102 | 0 | 63 | 55 | 65 | 540 | 42 | 43 |
| Binary | 1110111 | 111010 | 1000010 | 0 | 110011 | 101101 | 110101 | 101100000 | 100010 | 100011 |
Color Harmonies of #773A42
Complementary color
Monochromatic Colors of #773A42
Black with #773A42
Text Example
Text Example
White with #773A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A42; }
p { color: rgb(119,58,66); }
H1.HeaderClassName
{
color: #773A42;
}
.AnyTagClassName
{
color: #773A42;
}
</style>
background-color css
<style>
a { background-color: #773A42; }
a { background-color: rgb(119,58,66); }
div.DivClassName
{
background-color: #773A42;
}
.BgClassName
{
background-color: #773A42;
}
</style>
border-color css
<style>
span { border-color: #773A42; }
span { border-color: rgb(119,58,66); }
td.TdClassName
{
border-color: #773A42;
}
.TagClassName
{
border-color: #773A42;
}
</style>