Shades of Tobacco Brown #775E47
Tints of Tobacco Brown #775E47
RGB
CMYK
RGB Variations
Color information
#775E47 (or 0x775E47) is known color: Tobacco Brown. HEX triplet: 77, 5E and 47. RGB value is (119,94,71). Sum of RGB (Red+Green+Blue) = 119+94+71=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #775E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E47 is #88A1B8. Grayscale: #626262. Windows color (decimal): -8954297 or 4677239. OLE color: 4677239.
HSL color Cylindrical-coordinate representation of color #775E47: hue angle of 28.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #775E47 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 94 | 71 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.53 |
| HSL | 28.75º | 0.25% | 0.37% | - |
| HSV(B) | 28.75º | 0.4% | 0.47% | - |
| XYZ | 12.75 | 12.38 | 7.68 | - |
| YUV | 98.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 71 | 0 | 0.21 | 0.40 | 0.53 | 28.75 | 0.25 | 0.37 |
| Hex | 77 | 5E | 47 | 0 | 15 | 28 | 35 | 1D | 19 | 25 |
| Octal | 167 | 136 | 107 | 0 | 25 | 50 | 65 | 35 | 31 | 45 |
| Binary | 1110111 | 1011110 | 1000111 | 0 | 10101 | 101000 | 110101 | 11101 | 11001 | 100101 |
Color Harmonies of #775E47
Complementary color
Monochromatic Colors of #775E47
Black with #775E47
Text Example
Text Example
White with #775E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E47; }
p { color: rgb(119,94,71); }
H1.HeaderClassName
{
color: #775E47;
}
.AnyTagClassName
{
color: #775E47;
}
</style>
background-color css
<style>
a { background-color: #775E47; }
a { background-color: rgb(119,94,71); }
div.DivClassName
{
background-color: #775E47;
}
.BgClassName
{
background-color: #775E47;
}
</style>
border-color css
<style>
span { border-color: #775E47; }
span { border-color: rgb(119,94,71); }
td.TdClassName
{
border-color: #775E47;
}
.TagClassName
{
border-color: #775E47;
}
</style>