Shades of Tosca #78434A
Tints of Tosca #78434A
RGB
CMYK
RGB Variations
Color information
#78434A (or 0x78434A) is known color: Tosca. HEX triplet: 78, 43 and 4A. RGB value is (120,67,74). Sum of RGB (Red+Green+Blue) = 120+67+74=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78434A is #87BCB5. Grayscale: #535353. Windows color (decimal): -8895670 or 4866936. OLE color: 4866936.
HSL color Cylindrical-coordinate representation of color #78434A: hue angle of 352.08º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78434A is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 67 | 74 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.53 |
| HSL | 352.08º | 0.28% | 0.37% | - |
| HSV(B) | 352.08º | 0.44% | 0.47% | - |
| XYZ | 10.99 | 8.5 | 7.54 | - |
| YUV | 83.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 74 | 0 | 0.44 | 0.38 | 0.53 | 352.08 | 0.28 | 0.37 |
| Hex | 78 | 43 | 4A | 0 | 2C | 26 | 35 | 160 | 1C | 25 |
| Octal | 170 | 103 | 112 | 0 | 54 | 46 | 65 | 540 | 34 | 45 |
| Binary | 1111000 | 1000011 | 1001010 | 0 | 101100 | 100110 | 110101 | 101100000 | 11100 | 100101 |
Color Harmonies of #78434A
Complementary color
Monochromatic Colors of #78434A
Black with #78434A
Text Example
Text Example
White with #78434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78434A; }
p { color: rgb(120,67,74); }
H1.HeaderClassName
{
color: #78434A;
}
.AnyTagClassName
{
color: #78434A;
}
</style>
background-color css
<style>
a { background-color: #78434A; }
a { background-color: rgb(120,67,74); }
div.DivClassName
{
background-color: #78434A;
}
.BgClassName
{
background-color: #78434A;
}
</style>
border-color css
<style>
span { border-color: #78434A; }
span { border-color: rgb(120,67,74); }
td.TdClassName
{
border-color: #78434A;
}
.TagClassName
{
border-color: #78434A;
}
</style>