Shades of Tobacco Brown #785F46
Tints of Tobacco Brown #785F46
RGB
CMYK
RGB Variations
Color information
#785F46 (or 0x785F46) is known color: Tobacco Brown. HEX triplet: 78, 5F and 46. RGB value is (120,95,70). Sum of RGB (Red+Green+Blue) = 120+95+70=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #785F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F46 is #87A0B9. Grayscale: #636363. Windows color (decimal): -8888506 or 4611960. OLE color: 4611960.
HSL color Cylindrical-coordinate representation of color #785F46: hue angle of 30º 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 #785F46 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 70 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.53 |
| HSL | 30º | 0.26% | 0.37% | - |
| HSV(B) | 30º | 0.42% | 0.47% | - |
| XYZ | 12.94 | 12.62 | 7.55 | - |
| YUV | 99.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 70 | 0 | 0.21 | 0.42 | 0.53 | 30 | 0.26 | 0.37 |
| Hex | 78 | 5F | 46 | 0 | 15 | 2A | 35 | 1E | 1A | 25 |
| Octal | 170 | 137 | 106 | 0 | 25 | 52 | 65 | 36 | 32 | 45 |
| Binary | 1111000 | 1011111 | 1000110 | 0 | 10101 | 101010 | 110101 | 11110 | 11010 | 100101 |
Color Harmonies of #785F46
Complementary color
Monochromatic Colors of #785F46
Black with #785F46
Text Example
Text Example
White with #785F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F46; }
p { color: rgb(120,95,70); }
H1.HeaderClassName
{
color: #785F46;
}
.AnyTagClassName
{
color: #785F46;
}
</style>
background-color css
<style>
a { background-color: #785F46; }
a { background-color: rgb(120,95,70); }
div.DivClassName
{
background-color: #785F46;
}
.BgClassName
{
background-color: #785F46;
}
</style>
border-color css
<style>
span { border-color: #785F46; }
span { border-color: rgb(120,95,70); }
td.TdClassName
{
border-color: #785F46;
}
.TagClassName
{
border-color: #785F46;
}
</style>