Shades of Tosca #78464C
Tints of Tosca #78464C
RGB
CMYK
RGB Variations
Color information
#78464C (or 0x78464C) is known color: Tosca. HEX triplet: 78, 46 and 4C. RGB value is (120,70,76). Sum of RGB (Red+Green+Blue) = 120+70+76=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78464C is #87B9B3. Grayscale: #555555. Windows color (decimal): -8894900 or 4998776. OLE color: 4998776.
HSL color Cylindrical-coordinate representation of color #78464C: hue angle of 352.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78464C is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 70 | 76 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.53 |
| HSL | 352.8º | 0.26% | 0.37% | - |
| HSV(B) | 352.8º | 0.42% | 0.47% | - |
| XYZ | 11.24 | 8.9 | 7.96 | - |
| YUV | 85.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 76 | 0 | 0.42 | 0.37 | 0.53 | 352.8 | 0.26 | 0.37 |
| Hex | 78 | 46 | 4C | 0 | 2A | 25 | 35 | 161 | 1A | 25 |
| Octal | 170 | 106 | 114 | 0 | 52 | 45 | 65 | 541 | 32 | 45 |
| Binary | 1111000 | 1000110 | 1001100 | 0 | 101010 | 100101 | 110101 | 101100001 | 11010 | 100101 |
Color Harmonies of #78464C
Complementary color
Monochromatic Colors of #78464C
Black with #78464C
Text Example
Text Example
White with #78464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78464C; }
p { color: rgb(120,70,76); }
H1.HeaderClassName
{
color: #78464C;
}
.AnyTagClassName
{
color: #78464C;
}
</style>
background-color css
<style>
a { background-color: #78464C; }
a { background-color: rgb(120,70,76); }
div.DivClassName
{
background-color: #78464C;
}
.BgClassName
{
background-color: #78464C;
}
</style>
border-color css
<style>
span { border-color: #78464C; }
span { border-color: rgb(120,70,76); }
td.TdClassName
{
border-color: #78464C;
}
.TagClassName
{
border-color: #78464C;
}
</style>