Shades of Tobacco Brown #785C42
Tints of Tobacco Brown #785C42
RGB
CMYK
RGB Variations
Color information
#785C42 (or 0x785C42) is known color: Tobacco Brown. HEX triplet: 78, 5C and 42. RGB value is (120,92,66). Sum of RGB (Red+Green+Blue) = 120+92+66=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #785C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C42 is #87A3BD. Grayscale: #616161. Windows color (decimal): -8889278 or 4349048. OLE color: 4349048.
HSL color Cylindrical-coordinate representation of color #785C42: hue angle of 28.89º 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 #785C42 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 66 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.53 |
| HSL | 28.89º | 0.29% | 0.36% | - |
| HSV(B) | 28.89º | 0.45% | 0.47% | - |
| XYZ | 12.56 | 12.04 | 6.82 | - |
| YUV | 97.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 66 | 0 | 0.23 | 0.45 | 0.53 | 28.89 | 0.29 | 0.36 |
| Hex | 78 | 5C | 42 | 0 | 17 | 2D | 35 | 1D | 1D | 24 |
| Octal | 170 | 134 | 102 | 0 | 27 | 55 | 65 | 35 | 35 | 44 |
| Binary | 1111000 | 1011100 | 1000010 | 0 | 10111 | 101101 | 110101 | 11101 | 11101 | 100100 |
Color Harmonies of #785C42
Complementary color
Monochromatic Colors of #785C42
Black with #785C42
Text Example
Text Example
White with #785C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C42; }
p { color: rgb(120,92,66); }
H1.HeaderClassName
{
color: #785C42;
}
.AnyTagClassName
{
color: #785C42;
}
</style>
background-color css
<style>
a { background-color: #785C42; }
a { background-color: rgb(120,92,66); }
div.DivClassName
{
background-color: #785C42;
}
.BgClassName
{
background-color: #785C42;
}
</style>
border-color css
<style>
span { border-color: #785C42; }
span { border-color: rgb(120,92,66); }
td.TdClassName
{
border-color: #785C42;
}
.TagClassName
{
border-color: #785C42;
}
</style>