Shades of Tosca #773E41
Tints of Tosca #773E41
RGB
CMYK
RGB Variations
Color information
#773E41 (or 0x773E41) is known color: Tosca. HEX triplet: 77, 3E and 41. RGB value is (119,62,65). Sum of RGB (Red+Green+Blue) = 119+62+65=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #773E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E41 is #88C1BE. Grayscale: #4F4F4F. Windows color (decimal): -8962495 or 4275831. OLE color: 4275831.
HSL color Cylindrical-coordinate representation of color #773E41: hue angle of 356.84º 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 #773E41 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 65 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.53 |
| HSL | 356.84º | 0.31% | 0.35% | - |
| HSV(B) | 356.84º | 0.48% | 0.47% | - |
| XYZ | 10.28 | 7.75 | 5.95 | - |
| YUV | 79.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 65 | 0 | 0.48 | 0.45 | 0.53 | 356.84 | 0.31 | 0.35 |
| Hex | 77 | 3E | 41 | 0 | 30 | 2D | 35 | 165 | 1F | 23 |
| Octal | 167 | 76 | 101 | 0 | 60 | 55 | 65 | 545 | 37 | 43 |
| Binary | 1110111 | 111110 | 1000001 | 0 | 110000 | 101101 | 110101 | 101100101 | 11111 | 100011 |
Color Harmonies of #773E41
Complementary color
Monochromatic Colors of #773E41
Black with #773E41
Text Example
Text Example
White with #773E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E41; }
p { color: rgb(119,62,65); }
H1.HeaderClassName
{
color: #773E41;
}
.AnyTagClassName
{
color: #773E41;
}
</style>
background-color css
<style>
a { background-color: #773E41; }
a { background-color: rgb(119,62,65); }
div.DivClassName
{
background-color: #773E41;
}
.BgClassName
{
background-color: #773E41;
}
</style>
border-color css
<style>
span { border-color: #773E41; }
span { border-color: rgb(119,62,65); }
td.TdClassName
{
border-color: #773E41;
}
.TagClassName
{
border-color: #773E41;
}
</style>