Shades of Tobacco Brown #765E47
Tints of Tobacco Brown #765E47
RGB
CMYK
RGB Variations
Color information
#765E47 (or 0x765E47) is known color: Tobacco Brown. HEX triplet: 76, 5E and 47. RGB value is (118,94,71). Sum of RGB (Red+Green+Blue) = 118+94+71=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #765E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E47 is #89A1B8. Grayscale: #626262. Windows color (decimal): -9019833 or 4677238. OLE color: 4677238.
HSL color Cylindrical-coordinate representation of color #765E47: hue angle of 29.36º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #765E47 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 71 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.54 |
| HSL | 29.36º | 0.25% | 0.37% | - |
| HSV(B) | 29.36º | 0.4% | 0.46% | - |
| XYZ | 12.61 | 12.31 | 7.67 | - |
| YUV | 98.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 71 | 0 | 0.20 | 0.40 | 0.54 | 29.36 | 0.25 | 0.37 |
| Hex | 76 | 5E | 47 | 0 | 14 | 28 | 36 | 1D | 19 | 25 |
| Octal | 166 | 136 | 107 | 0 | 24 | 50 | 66 | 35 | 31 | 45 |
| Binary | 1110110 | 1011110 | 1000111 | 0 | 10100 | 101000 | 110110 | 11101 | 11001 | 100101 |
Color Harmonies of #765E47
Complementary color
Monochromatic Colors of #765E47
Black with #765E47
Text Example
Text Example
White with #765E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E47; }
p { color: rgb(118,94,71); }
H1.HeaderClassName
{
color: #765E47;
}
.AnyTagClassName
{
color: #765E47;
}
</style>
background-color css
<style>
a { background-color: #765E47; }
a { background-color: rgb(118,94,71); }
div.DivClassName
{
background-color: #765E47;
}
.BgClassName
{
background-color: #765E47;
}
</style>
border-color css
<style>
span { border-color: #765E47; }
span { border-color: rgb(118,94,71); }
td.TdClassName
{
border-color: #765E47;
}
.TagClassName
{
border-color: #765E47;
}
</style>