Shades of Tosca #78454A
Tints of Tosca #78454A
RGB
CMYK
RGB Variations
Color information
#78454A (or 0x78454A) is known color: Tosca. HEX triplet: 78, 45 and 4A. RGB value is (120,69,74). Sum of RGB (Red+Green+Blue) = 120+69+74=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78454A is #87BAB5. Grayscale: #545454. Windows color (decimal): -8895158 or 4867448. OLE color: 4867448.
HSL color Cylindrical-coordinate representation of color #78454A: hue angle of 354.12º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78454A is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 69 | 74 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.53 |
| HSL | 354.12º | 0.27% | 0.37% | - |
| HSV(B) | 354.12º | 0.43% | 0.47% | - |
| XYZ | 11.11 | 8.74 | 7.58 | - |
| YUV | 84.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 69 | 74 | 0 | 0.42 | 0.38 | 0.53 | 354.12 | 0.27 | 0.37 |
| Hex | 78 | 45 | 4A | 0 | 2A | 26 | 35 | 162 | 1B | 25 |
| Octal | 170 | 105 | 112 | 0 | 52 | 46 | 65 | 542 | 33 | 45 |
| Binary | 1111000 | 1000101 | 1001010 | 0 | 101010 | 100110 | 110101 | 101100010 | 11011 | 100101 |
Color Harmonies of #78454A
Complementary color
Monochromatic Colors of #78454A
Black with #78454A
Text Example
Text Example
White with #78454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78454A; }
p { color: rgb(120,69,74); }
H1.HeaderClassName
{
color: #78454A;
}
.AnyTagClassName
{
color: #78454A;
}
</style>
background-color css
<style>
a { background-color: #78454A; }
a { background-color: rgb(120,69,74); }
div.DivClassName
{
background-color: #78454A;
}
.BgClassName
{
background-color: #78454A;
}
</style>
border-color css
<style>
span { border-color: #78454A; }
span { border-color: rgb(120,69,74); }
td.TdClassName
{
border-color: #78454A;
}
.TagClassName
{
border-color: #78454A;
}
</style>