Shades of Tosca #76464D
Tints of Tosca #76464D
RGB
CMYK
RGB Variations
Color information
#76464D (or 0x76464D) is known color: Tosca. HEX triplet: 76, 46 and 4D. RGB value is (118,70,77). Sum of RGB (Red+Green+Blue) = 118+70+77=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76464D is #89B9B2. Grayscale: #555555. Windows color (decimal): -9025971 or 5064310. OLE color: 5064310.
HSL color Cylindrical-coordinate representation of color #76464D: hue angle of 351.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76464D is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 77 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.54 |
| HSL | 351.25º | 0.26% | 0.37% | - |
| HSV(B) | 351.25º | 0.41% | 0.46% | - |
| XYZ | 11 | 8.77 | 8.13 | - |
| YUV | 85.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 77 | 0 | 0.41 | 0.35 | 0.54 | 351.25 | 0.26 | 0.37 |
| Hex | 76 | 46 | 4D | 0 | 29 | 23 | 36 | 15F | 1A | 25 |
| Octal | 166 | 106 | 115 | 0 | 51 | 43 | 66 | 537 | 32 | 45 |
| Binary | 1110110 | 1000110 | 1001101 | 0 | 101001 | 100011 | 110110 | 101011111 | 11010 | 100101 |
Color Harmonies of #76464D
Complementary color
Monochromatic Colors of #76464D
Black with #76464D
Text Example
Text Example
White with #76464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76464D; }
p { color: rgb(118,70,77); }
H1.HeaderClassName
{
color: #76464D;
}
.AnyTagClassName
{
color: #76464D;
}
</style>
background-color css
<style>
a { background-color: #76464D; }
a { background-color: rgb(118,70,77); }
div.DivClassName
{
background-color: #76464D;
}
.BgClassName
{
background-color: #76464D;
}
</style>
border-color css
<style>
span { border-color: #76464D; }
span { border-color: rgb(118,70,77); }
td.TdClassName
{
border-color: #76464D;
}
.TagClassName
{
border-color: #76464D;
}
</style>