Shades of Tosca #76484C
Tints of Tosca #76484C
RGB
CMYK
RGB Variations
Color information
#76484C (or 0x76484C) is known color: Tosca. HEX triplet: 76, 48 and 4C. RGB value is (118,72,76). Sum of RGB (Red+Green+Blue) = 118+72+76=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76484C is #89B7B3. Grayscale: #565656. Windows color (decimal): -9025460 or 4999286. OLE color: 4999286.
HSL color Cylindrical-coordinate representation of color #76484C: hue angle of 354.78º 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 #76484C is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 76 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.54 |
| HSL | 354.78º | 0.24% | 0.37% | - |
| HSV(B) | 354.78º | 0.39% | 0.46% | - |
| XYZ | 11.09 | 9.01 | 7.99 | - |
| YUV | 86.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 76 | 0 | 0.39 | 0.36 | 0.54 | 354.78 | 0.24 | 0.37 |
| Hex | 76 | 48 | 4C | 0 | 27 | 24 | 36 | 163 | 18 | 25 |
| Octal | 166 | 110 | 114 | 0 | 47 | 44 | 66 | 543 | 30 | 45 |
| Binary | 1110110 | 1001000 | 1001100 | 0 | 100111 | 100100 | 110110 | 101100011 | 11000 | 100101 |
Color Harmonies of #76484C
Complementary color
Monochromatic Colors of #76484C
Black with #76484C
Text Example
Text Example
White with #76484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76484C; }
p { color: rgb(118,72,76); }
H1.HeaderClassName
{
color: #76484C;
}
.AnyTagClassName
{
color: #76484C;
}
</style>
background-color css
<style>
a { background-color: #76484C; }
a { background-color: rgb(118,72,76); }
div.DivClassName
{
background-color: #76484C;
}
.BgClassName
{
background-color: #76484C;
}
</style>
border-color css
<style>
span { border-color: #76484C; }
span { border-color: rgb(118,72,76); }
td.TdClassName
{
border-color: #76484C;
}
.TagClassName
{
border-color: #76484C;
}
</style>