Shades of Tobacco Brown #765B40
Tints of Tobacco Brown #765B40
RGB
CMYK
RGB Variations
Color information
#765B40 (or 0x765B40) is known color: Tobacco Brown. HEX triplet: 76, 5B and 40. RGB value is (118,91,64). Sum of RGB (Red+Green+Blue) = 118+91+64=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #765B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B40 is #89A4BF. Grayscale: #606060. Windows color (decimal): -9020608 or 4217718. OLE color: 4217718.
HSL color Cylindrical-coordinate representation of color #765B40: hue angle of 30º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #765B40 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 64 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.54 |
| HSL | 30º | 0.3% | 0.36% | - |
| HSV(B) | 30º | 0.46% | 0.46% | - |
| XYZ | 12.14 | 11.7 | 6.47 | - |
| YUV | 96 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 64 | 0 | 0.23 | 0.46 | 0.54 | 30 | 0.3 | 0.36 |
| Hex | 76 | 5B | 40 | 0 | 17 | 2E | 36 | 1E | 1E | 24 |
| Octal | 166 | 133 | 100 | 0 | 27 | 56 | 66 | 36 | 36 | 44 |
| Binary | 1110110 | 1011011 | 1000000 | 0 | 10111 | 101110 | 110110 | 11110 | 11110 | 100100 |
Color Harmonies of #765B40
Complementary color
Monochromatic Colors of #765B40
Black with #765B40
Text Example
Text Example
White with #765B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B40; }
p { color: rgb(118,91,64); }
H1.HeaderClassName
{
color: #765B40;
}
.AnyTagClassName
{
color: #765B40;
}
</style>
background-color css
<style>
a { background-color: #765B40; }
a { background-color: rgb(118,91,64); }
div.DivClassName
{
background-color: #765B40;
}
.BgClassName
{
background-color: #765B40;
}
</style>
border-color css
<style>
span { border-color: #765B40; }
span { border-color: rgb(118,91,64); }
td.TdClassName
{
border-color: #765B40;
}
.TagClassName
{
border-color: #765B40;
}
</style>