Shades of Tosca #773E42
Tints of Tosca #773E42
RGB
CMYK
RGB Variations
Color information
#773E42 (or 0x773E42) is known color: Tosca. HEX triplet: 77, 3E and 42. RGB value is (119,62,66). Sum of RGB (Red+Green+Blue) = 119+62+66=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #773E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E42 is #88C1BD. Grayscale: #4F4F4F. Windows color (decimal): -8962494 or 4341367. OLE color: 4341367.
HSL color Cylindrical-coordinate representation of color #773E42: hue angle of 355.79º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #773E42 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 66 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.53 |
| HSL | 355.79º | 0.31% | 0.35% | - |
| HSV(B) | 355.79º | 0.48% | 0.47% | - |
| XYZ | 10.31 | 7.76 | 6.11 | - |
| YUV | 79.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 66 | 0 | 0.48 | 0.45 | 0.53 | 355.79 | 0.31 | 0.35 |
| Hex | 77 | 3E | 42 | 0 | 30 | 2D | 35 | 164 | 1F | 23 |
| Octal | 167 | 76 | 102 | 0 | 60 | 55 | 65 | 544 | 37 | 43 |
| Binary | 1110111 | 111110 | 1000010 | 0 | 110000 | 101101 | 110101 | 101100100 | 11111 | 100011 |
Color Harmonies of #773E42
Complementary color
Monochromatic Colors of #773E42
Black with #773E42
Text Example
Text Example
White with #773E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E42; }
p { color: rgb(119,62,66); }
H1.HeaderClassName
{
color: #773E42;
}
.AnyTagClassName
{
color: #773E42;
}
</style>
background-color css
<style>
a { background-color: #773E42; }
a { background-color: rgb(119,62,66); }
div.DivClassName
{
background-color: #773E42;
}
.BgClassName
{
background-color: #773E42;
}
</style>
border-color css
<style>
span { border-color: #773E42; }
span { border-color: rgb(119,62,66); }
td.TdClassName
{
border-color: #773E42;
}
.TagClassName
{
border-color: #773E42;
}
</style>