Shades of Tosca #78424A
Tints of Tosca #78424A
RGB
CMYK
RGB Variations
Color information
#78424A (or 0x78424A) is known color: Tosca. HEX triplet: 78, 42 and 4A. RGB value is (120,66,74). Sum of RGB (Red+Green+Blue) = 120+66+74=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #78424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78424A is #87BDB5. Grayscale: #535353. Windows color (decimal): -8895926 or 4866680. OLE color: 4866680.
HSL color Cylindrical-coordinate representation of color #78424A: hue angle of 351.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78424A is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 66 | 74 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.53 |
| HSL | 351.11º | 0.29% | 0.36% | - |
| HSV(B) | 351.11º | 0.45% | 0.47% | - |
| XYZ | 10.93 | 8.38 | 7.52 | - |
| YUV | 83.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 74 | 0 | 0.45 | 0.38 | 0.53 | 351.11 | 0.29 | 0.36 |
| Hex | 78 | 42 | 4A | 0 | 2D | 26 | 35 | 15F | 1D | 24 |
| Octal | 170 | 102 | 112 | 0 | 55 | 46 | 65 | 537 | 35 | 44 |
| Binary | 1111000 | 1000010 | 1001010 | 0 | 101101 | 100110 | 110101 | 101011111 | 11101 | 100100 |
Color Harmonies of #78424A
Complementary color
Monochromatic Colors of #78424A
Black with #78424A
Text Example
Text Example
White with #78424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78424A; }
p { color: rgb(120,66,74); }
H1.HeaderClassName
{
color: #78424A;
}
.AnyTagClassName
{
color: #78424A;
}
</style>
background-color css
<style>
a { background-color: #78424A; }
a { background-color: rgb(120,66,74); }
div.DivClassName
{
background-color: #78424A;
}
.BgClassName
{
background-color: #78424A;
}
</style>
border-color css
<style>
span { border-color: #78424A; }
span { border-color: rgb(120,66,74); }
td.TdClassName
{
border-color: #78424A;
}
.TagClassName
{
border-color: #78424A;
}
</style>