Shades of Tosca #773F47
Tints of Tosca #773F47
RGB
CMYK
RGB Variations
Color information
#773F47 (or 0x773F47) is known color: Tosca. HEX triplet: 77, 3F and 47. RGB value is (119,63,71). Sum of RGB (Red+Green+Blue) = 119+63+71=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #773F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F47 is #88C0B8. Grayscale: #505050. Windows color (decimal): -8962233 or 4669303. OLE color: 4669303.
HSL color Cylindrical-coordinate representation of color #773F47: hue angle of 351.43º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #773F47 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 71 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.53 |
| HSL | 351.43º | 0.31% | 0.36% | - |
| HSV(B) | 351.43º | 0.47% | 0.47% | - |
| XYZ | 10.52 | 7.93 | 6.94 | - |
| YUV | 80.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 71 | 0 | 0.47 | 0.40 | 0.53 | 351.43 | 0.31 | 0.36 |
| Hex | 77 | 3F | 47 | 0 | 2F | 28 | 35 | 15F | 1F | 24 |
| Octal | 167 | 77 | 107 | 0 | 57 | 50 | 65 | 537 | 37 | 44 |
| Binary | 1110111 | 111111 | 1000111 | 0 | 101111 | 101000 | 110101 | 101011111 | 11111 | 100100 |
Color Harmonies of #773F47
Complementary color
Monochromatic Colors of #773F47
Black with #773F47
Text Example
Text Example
White with #773F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F47; }
p { color: rgb(119,63,71); }
H1.HeaderClassName
{
color: #773F47;
}
.AnyTagClassName
{
color: #773F47;
}
</style>
background-color css
<style>
a { background-color: #773F47; }
a { background-color: rgb(119,63,71); }
div.DivClassName
{
background-color: #773F47;
}
.BgClassName
{
background-color: #773F47;
}
</style>
border-color css
<style>
span { border-color: #773F47; }
span { border-color: rgb(119,63,71); }
td.TdClassName
{
border-color: #773F47;
}
.TagClassName
{
border-color: #773F47;
}
</style>