Shades of Tosca #76484D
Tints of Tosca #76484D
RGB
CMYK
RGB Variations
Color information
#76484D (or 0x76484D) is known color: Tosca. HEX triplet: 76, 48 and 4D. RGB value is (118,72,77). Sum of RGB (Red+Green+Blue) = 118+72+77=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76484D is #89B7B2. Grayscale: #565656. Windows color (decimal): -9025459 or 5064822. OLE color: 5064822.
HSL color Cylindrical-coordinate representation of color #76484D: hue angle of 353.48º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76484D is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 77 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.54 |
| HSL | 353.48º | 0.24% | 0.37% | - |
| HSV(B) | 353.48º | 0.39% | 0.46% | - |
| XYZ | 11.13 | 9.02 | 8.18 | - |
| YUV | 86.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 77 | 0 | 0.39 | 0.35 | 0.54 | 353.48 | 0.24 | 0.37 |
| Hex | 76 | 48 | 4D | 0 | 27 | 23 | 36 | 161 | 18 | 25 |
| Octal | 166 | 110 | 115 | 0 | 47 | 43 | 66 | 541 | 30 | 45 |
| Binary | 1110110 | 1001000 | 1001101 | 0 | 100111 | 100011 | 110110 | 101100001 | 11000 | 100101 |
Color Harmonies of #76484D
Complementary color
Monochromatic Colors of #76484D
Black with #76484D
Text Example
Text Example
White with #76484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76484D; }
p { color: rgb(118,72,77); }
H1.HeaderClassName
{
color: #76484D;
}
.AnyTagClassName
{
color: #76484D;
}
</style>
background-color css
<style>
a { background-color: #76484D; }
a { background-color: rgb(118,72,77); }
div.DivClassName
{
background-color: #76484D;
}
.BgClassName
{
background-color: #76484D;
}
</style>
border-color css
<style>
span { border-color: #76484D; }
span { border-color: rgb(118,72,77); }
td.TdClassName
{
border-color: #76484D;
}
.TagClassName
{
border-color: #76484D;
}
</style>