Shades of Tosca #764049
Tints of Tosca #764049
RGB
CMYK
RGB Variations
Color information
#764049 (or 0x764049) is known color: Tosca. HEX triplet: 76, 40 and 49. RGB value is (118,64,73). Sum of RGB (Red+Green+Blue) = 118+64+73=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #764049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764049 is #89BFB6. Grayscale: #515151. Windows color (decimal): -9027511 or 4800630. OLE color: 4800630.
HSL color Cylindrical-coordinate representation of color #764049: hue angle of 350º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #764049 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 64 | 73 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.54 |
| HSL | 350º | 0.3% | 0.36% | - |
| HSV(B) | 350º | 0.46% | 0.46% | - |
| XYZ | 10.51 | 8 | 7.29 | - |
| YUV | 81.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 73 | 0 | 0.46 | 0.38 | 0.54 | 350 | 0.3 | 0.36 |
| Hex | 76 | 40 | 49 | 0 | 2E | 26 | 36 | 15E | 1E | 24 |
| Octal | 166 | 100 | 111 | 0 | 56 | 46 | 66 | 536 | 36 | 44 |
| Binary | 1110110 | 1000000 | 1001001 | 0 | 101110 | 100110 | 110110 | 101011110 | 11110 | 100100 |
Color Harmonies of #764049
Complementary color
Monochromatic Colors of #764049
Black with #764049
Text Example
Text Example
White with #764049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764049; }
p { color: rgb(118,64,73); }
H1.HeaderClassName
{
color: #764049;
}
.AnyTagClassName
{
color: #764049;
}
</style>
background-color css
<style>
a { background-color: #764049; }
a { background-color: rgb(118,64,73); }
div.DivClassName
{
background-color: #764049;
}
.BgClassName
{
background-color: #764049;
}
</style>
border-color css
<style>
span { border-color: #764049; }
span { border-color: rgb(118,64,73); }
td.TdClassName
{
border-color: #764049;
}
.TagClassName
{
border-color: #764049;
}
</style>