Shades of Tosca #78464A
Tints of Tosca #78464A
RGB
CMYK
RGB Variations
Color information
#78464A (or 0x78464A) is known color: Tosca. HEX triplet: 78, 46 and 4A. RGB value is (120,70,74). Sum of RGB (Red+Green+Blue) = 120+70+74=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78464A is #87B9B5. Grayscale: #555555. Windows color (decimal): -8894902 or 4867704. OLE color: 4867704.
HSL color Cylindrical-coordinate representation of color #78464A: hue angle of 355.2º 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 #78464A is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 70 | 74 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.53 |
| HSL | 355.2º | 0.26% | 0.37% | - |
| HSV(B) | 355.2º | 0.42% | 0.47% | - |
| XYZ | 11.17 | 8.87 | 7.6 | - |
| YUV | 85.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 74 | 0 | 0.42 | 0.38 | 0.53 | 355.2 | 0.26 | 0.37 |
| Hex | 78 | 46 | 4A | 0 | 2A | 26 | 35 | 163 | 1A | 25 |
| Octal | 170 | 106 | 112 | 0 | 52 | 46 | 65 | 543 | 32 | 45 |
| Binary | 1111000 | 1000110 | 1001010 | 0 | 101010 | 100110 | 110101 | 101100011 | 11010 | 100101 |
Color Harmonies of #78464A
Complementary color
Monochromatic Colors of #78464A
Black with #78464A
Text Example
Text Example
White with #78464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78464A; }
p { color: rgb(120,70,74); }
H1.HeaderClassName
{
color: #78464A;
}
.AnyTagClassName
{
color: #78464A;
}
</style>
background-color css
<style>
a { background-color: #78464A; }
a { background-color: rgb(120,70,74); }
div.DivClassName
{
background-color: #78464A;
}
.BgClassName
{
background-color: #78464A;
}
</style>
border-color css
<style>
span { border-color: #78464A; }
span { border-color: rgb(120,70,74); }
td.TdClassName
{
border-color: #78464A;
}
.TagClassName
{
border-color: #78464A;
}
</style>