Shades of Tosca #773D44
Tints of Tosca #773D44
RGB
CMYK
RGB Variations
Color information
#773D44 (or 0x773D44) is known color: Tosca. HEX triplet: 77, 3D and 44. RGB value is (119,61,68). Sum of RGB (Red+Green+Blue) = 119+61+68=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #773D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D44 is #88C2BB. Grayscale: #4F4F4F. Windows color (decimal): -8962748 or 4472183. OLE color: 4472183.
HSL color Cylindrical-coordinate representation of color #773D44: hue angle of 352.76º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #773D44 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 68 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.53 |
| HSL | 352.76º | 0.32% | 0.35% | - |
| HSV(B) | 352.76º | 0.49% | 0.47% | - |
| XYZ | 10.32 | 7.68 | 6.41 | - |
| YUV | 79.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 68 | 0 | 0.49 | 0.43 | 0.53 | 352.76 | 0.32 | 0.35 |
| Hex | 77 | 3D | 44 | 0 | 31 | 2B | 35 | 161 | 20 | 23 |
| Octal | 167 | 75 | 104 | 0 | 61 | 53 | 65 | 541 | 40 | 43 |
| Binary | 1110111 | 111101 | 1000100 | 0 | 110001 | 101011 | 110101 | 101100001 | 100000 | 100011 |
Color Harmonies of #773D44
Complementary color
Monochromatic Colors of #773D44
Black with #773D44
Text Example
Text Example
White with #773D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D44; }
p { color: rgb(119,61,68); }
H1.HeaderClassName
{
color: #773D44;
}
.AnyTagClassName
{
color: #773D44;
}
</style>
background-color css
<style>
a { background-color: #773D44; }
a { background-color: rgb(119,61,68); }
div.DivClassName
{
background-color: #773D44;
}
.BgClassName
{
background-color: #773D44;
}
</style>
border-color css
<style>
span { border-color: #773D44; }
span { border-color: rgb(119,61,68); }
td.TdClassName
{
border-color: #773D44;
}
.TagClassName
{
border-color: #773D44;
}
</style>