Shades of Tobacco Brown #765944
Tints of Tobacco Brown #765944
RGB
CMYK
RGB Variations
Color information
#765944 (or 0x765944) is known color: Tobacco Brown. HEX triplet: 76, 59 and 44. RGB value is (118,89,68). Sum of RGB (Red+Green+Blue) = 118+89+68=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765944 is #89A6BB. Grayscale: #5F5F5F. Windows color (decimal): -9021116 or 4479350. OLE color: 4479350.
HSL color Cylindrical-coordinate representation of color #765944: hue angle of 25.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #765944 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 68 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.54 |
| HSL | 25.2º | 0.27% | 0.36% | - |
| HSV(B) | 25.2º | 0.42% | 0.46% | - |
| XYZ | 12.09 | 11.41 | 7.03 | - |
| YUV | 95.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 68 | 0 | 0.25 | 0.42 | 0.54 | 25.2 | 0.27 | 0.36 |
| Hex | 76 | 59 | 44 | 0 | 19 | 2A | 36 | 19 | 1B | 24 |
| Octal | 166 | 131 | 104 | 0 | 31 | 52 | 66 | 31 | 33 | 44 |
| Binary | 1110110 | 1011001 | 1000100 | 0 | 11001 | 101010 | 110110 | 11001 | 11011 | 100100 |
Color Harmonies of #765944
Complementary color
Monochromatic Colors of #765944
Black with #765944
Text Example
Text Example
White with #765944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765944; }
p { color: rgb(118,89,68); }
H1.HeaderClassName
{
color: #765944;
}
.AnyTagClassName
{
color: #765944;
}
</style>
background-color css
<style>
a { background-color: #765944; }
a { background-color: rgb(118,89,68); }
div.DivClassName
{
background-color: #765944;
}
.BgClassName
{
background-color: #765944;
}
</style>
border-color css
<style>
span { border-color: #765944; }
span { border-color: rgb(118,89,68); }
td.TdClassName
{
border-color: #765944;
}
.TagClassName
{
border-color: #765944;
}
</style>