Shades of Tosca #773A3C
Tints of Tosca #773A3C
RGB
CMYK
RGB Variations
Color information
#773A3C (or 0x773A3C) is known color: Tosca. HEX triplet: 77, 3A and 3C. RGB value is (119,58,60). Sum of RGB (Red+Green+Blue) = 119+58+60=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #773A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A3C is #88C5C3. Grayscale: #4C4C4C. Windows color (decimal): -8963524 or 3947127. OLE color: 3947127.
HSL color Cylindrical-coordinate representation of color #773A3C: hue angle of 358.03º 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 #773A3C is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 60 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.53 |
| HSL | 358.03º | 0.34% | 0.35% | - |
| HSV(B) | 358.03º | 0.51% | 0.47% | - |
| XYZ | 9.94 | 7.27 | 5.16 | - |
| YUV | 76.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 60 | 0 | 0.51 | 0.50 | 0.53 | 358.03 | 0.34 | 0.35 |
| Hex | 77 | 3A | 3C | 0 | 33 | 32 | 35 | 166 | 22 | 23 |
| Octal | 167 | 72 | 74 | 0 | 63 | 62 | 65 | 546 | 42 | 43 |
| Binary | 1110111 | 111010 | 111100 | 0 | 110011 | 110010 | 110101 | 101100110 | 100010 | 100011 |
Color Harmonies of #773A3C
Complementary color
Monochromatic Colors of #773A3C
Black with #773A3C
Text Example
Text Example
White with #773A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A3C; }
p { color: rgb(119,58,60); }
H1.HeaderClassName
{
color: #773A3C;
}
.AnyTagClassName
{
color: #773A3C;
}
</style>
background-color css
<style>
a { background-color: #773A3C; }
a { background-color: rgb(119,58,60); }
div.DivClassName
{
background-color: #773A3C;
}
.BgClassName
{
background-color: #773A3C;
}
</style>
border-color css
<style>
span { border-color: #773A3C; }
span { border-color: rgb(119,58,60); }
td.TdClassName
{
border-color: #773A3C;
}
.TagClassName
{
border-color: #773A3C;
}
</style>