Shades of Tosca #773F42
Tints of Tosca #773F42
RGB
CMYK
RGB Variations
Color information
#773F42 (or 0x773F42) is known color: Tosca. HEX triplet: 77, 3F and 42. RGB value is (119,63,66). Sum of RGB (Red+Green+Blue) = 119+63+66=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #773F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F42 is #88C0BD. Grayscale: #505050. Windows color (decimal): -8962238 or 4341623. OLE color: 4341623.
HSL color Cylindrical-coordinate representation of color #773F42: hue angle of 356.79º 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 #773F42 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 66 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.53 |
| HSL | 356.79º | 0.31% | 0.36% | - |
| HSV(B) | 356.79º | 0.47% | 0.47% | - |
| XYZ | 10.37 | 7.87 | 6.13 | - |
| YUV | 80.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 66 | 0 | 0.47 | 0.45 | 0.53 | 356.79 | 0.31 | 0.36 |
| Hex | 77 | 3F | 42 | 0 | 2F | 2D | 35 | 165 | 1F | 24 |
| Octal | 167 | 77 | 102 | 0 | 57 | 55 | 65 | 545 | 37 | 44 |
| Binary | 1110111 | 111111 | 1000010 | 0 | 101111 | 101101 | 110101 | 101100101 | 11111 | 100100 |
Color Harmonies of #773F42
Complementary color
Monochromatic Colors of #773F42
Black with #773F42
Text Example
Text Example
White with #773F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F42; }
p { color: rgb(119,63,66); }
H1.HeaderClassName
{
color: #773F42;
}
.AnyTagClassName
{
color: #773F42;
}
</style>
background-color css
<style>
a { background-color: #773F42; }
a { background-color: rgb(119,63,66); }
div.DivClassName
{
background-color: #773F42;
}
.BgClassName
{
background-color: #773F42;
}
</style>
border-color css
<style>
span { border-color: #773F42; }
span { border-color: rgb(119,63,66); }
td.TdClassName
{
border-color: #773F42;
}
.TagClassName
{
border-color: #773F42;
}
</style>