Shades of Tobacco Brown #785E46
Tints of Tobacco Brown #785E46
RGB
CMYK
RGB Variations
Color information
#785E46 (or 0x785E46) is known color: Tobacco Brown. HEX triplet: 78, 5E and 46. RGB value is (120,94,70). Sum of RGB (Red+Green+Blue) = 120+94+70=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #785E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E46 is #87A1B9. Grayscale: #636363. Windows color (decimal): -8888762 or 4611704. OLE color: 4611704.
HSL color Cylindrical-coordinate representation of color #785E46: hue angle of 28.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 #785E46 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 70 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.53 |
| HSL | 28.8º | 0.26% | 0.37% | - |
| HSV(B) | 28.8º | 0.42% | 0.47% | - |
| XYZ | 12.85 | 12.44 | 7.52 | - |
| YUV | 99.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 70 | 0 | 0.22 | 0.42 | 0.53 | 28.8 | 0.26 | 0.37 |
| Hex | 78 | 5E | 46 | 0 | 16 | 2A | 35 | 1D | 1A | 25 |
| Octal | 170 | 136 | 106 | 0 | 26 | 52 | 65 | 35 | 32 | 45 |
| Binary | 1111000 | 1011110 | 1000110 | 0 | 10110 | 101010 | 110101 | 11101 | 11010 | 100101 |
Color Harmonies of #785E46
Complementary color
Monochromatic Colors of #785E46
Black with #785E46
Text Example
Text Example
White with #785E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E46; }
p { color: rgb(120,94,70); }
H1.HeaderClassName
{
color: #785E46;
}
.AnyTagClassName
{
color: #785E46;
}
</style>
background-color css
<style>
a { background-color: #785E46; }
a { background-color: rgb(120,94,70); }
div.DivClassName
{
background-color: #785E46;
}
.BgClassName
{
background-color: #785E46;
}
</style>
border-color css
<style>
span { border-color: #785E46; }
span { border-color: rgb(120,94,70); }
td.TdClassName
{
border-color: #785E46;
}
.TagClassName
{
border-color: #785E46;
}
</style>