Shades of Tosca #76474D
Tints of Tosca #76474D
RGB
CMYK
RGB Variations
Color information
#76474D (or 0x76474D) is known color: Tosca. HEX triplet: 76, 47 and 4D. RGB value is (118,71,77). Sum of RGB (Red+Green+Blue) = 118+71+77=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76474D is #89B8B2. Grayscale: #555555. Windows color (decimal): -9025715 or 5064566. OLE color: 5064566.
HSL color Cylindrical-coordinate representation of color #76474D: hue angle of 352.34º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76474D is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 71 | 77 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.54 |
| HSL | 352.34º | 0.25% | 0.37% | - |
| HSV(B) | 352.34º | 0.4% | 0.46% | - |
| XYZ | 11.06 | 8.89 | 8.15 | - |
| YUV | 85.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 77 | 0 | 0.40 | 0.35 | 0.54 | 352.34 | 0.25 | 0.37 |
| Hex | 76 | 47 | 4D | 0 | 28 | 23 | 36 | 160 | 19 | 25 |
| Octal | 166 | 107 | 115 | 0 | 50 | 43 | 66 | 540 | 31 | 45 |
| Binary | 1110110 | 1000111 | 1001101 | 0 | 101000 | 100011 | 110110 | 101100000 | 11001 | 100101 |
Color Harmonies of #76474D
Complementary color
Monochromatic Colors of #76474D
Black with #76474D
Text Example
Text Example
White with #76474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76474D; }
p { color: rgb(118,71,77); }
H1.HeaderClassName
{
color: #76474D;
}
.AnyTagClassName
{
color: #76474D;
}
</style>
background-color css
<style>
a { background-color: #76474D; }
a { background-color: rgb(118,71,77); }
div.DivClassName
{
background-color: #76474D;
}
.BgClassName
{
background-color: #76474D;
}
</style>
border-color css
<style>
span { border-color: #76474D; }
span { border-color: rgb(118,71,77); }
td.TdClassName
{
border-color: #76474D;
}
.TagClassName
{
border-color: #76474D;
}
</style>