Shades of Tosca #773A3F
Tints of Tosca #773A3F
RGB
CMYK
RGB Variations
Color information
#773A3F (or 0x773A3F) is known color: Tosca. HEX triplet: 77, 3A and 3F. RGB value is (119,58,63). Sum of RGB (Red+Green+Blue) = 119+58+63=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #773A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A3F is #88C5C0. Grayscale: #4C4C4C. Windows color (decimal): -8963521 or 4143735. OLE color: 4143735.
HSL color Cylindrical-coordinate representation of color #773A3F: hue angle of 355.08º 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 #773A3F is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 63 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.53 |
| HSL | 355.08º | 0.34% | 0.35% | - |
| HSV(B) | 355.08º | 0.51% | 0.47% | - |
| XYZ | 10.02 | 7.31 | 5.58 | - |
| YUV | 76.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 63 | 0 | 0.51 | 0.47 | 0.53 | 355.08 | 0.34 | 0.35 |
| Hex | 77 | 3A | 3F | 0 | 33 | 2F | 35 | 163 | 22 | 23 |
| Octal | 167 | 72 | 77 | 0 | 63 | 57 | 65 | 543 | 42 | 43 |
| Binary | 1110111 | 111010 | 111111 | 0 | 110011 | 101111 | 110101 | 101100011 | 100010 | 100011 |
Color Harmonies of #773A3F
Complementary color
Monochromatic Colors of #773A3F
Black with #773A3F
Text Example
Text Example
White with #773A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A3F; }
p { color: rgb(119,58,63); }
H1.HeaderClassName
{
color: #773A3F;
}
.AnyTagClassName
{
color: #773A3F;
}
</style>
background-color css
<style>
a { background-color: #773A3F; }
a { background-color: rgb(119,58,63); }
div.DivClassName
{
background-color: #773A3F;
}
.BgClassName
{
background-color: #773A3F;
}
</style>
border-color css
<style>
span { border-color: #773A3F; }
span { border-color: rgb(119,58,63); }
td.TdClassName
{
border-color: #773A3F;
}
.TagClassName
{
border-color: #773A3F;
}
</style>