Shades of Tobacco Brown #765B42
Tints of Tobacco Brown #765B42
RGB
CMYK
RGB Variations
Color information
#765B42 (or 0x765B42) is known color: Tobacco Brown. HEX triplet: 76, 5B and 42. RGB value is (118,91,66). Sum of RGB (Red+Green+Blue) = 118+91+66=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B42 is #89A4BD. Grayscale: #606060. Windows color (decimal): -9020606 or 4348790. OLE color: 4348790.
HSL color Cylindrical-coordinate representation of color #765B42: hue angle of 28.85º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #765B42 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 66 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.54 |
| HSL | 28.85º | 0.28% | 0.36% | - |
| HSV(B) | 28.85º | 0.44% | 0.46% | - |
| XYZ | 12.2 | 11.73 | 6.78 | - |
| YUV | 96.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 66 | 0 | 0.23 | 0.44 | 0.54 | 28.85 | 0.28 | 0.36 |
| Hex | 76 | 5B | 42 | 0 | 17 | 2C | 36 | 1D | 1C | 24 |
| Octal | 166 | 133 | 102 | 0 | 27 | 54 | 66 | 35 | 34 | 44 |
| Binary | 1110110 | 1011011 | 1000010 | 0 | 10111 | 101100 | 110110 | 11101 | 11100 | 100100 |
Color Harmonies of #765B42
Complementary color
Monochromatic Colors of #765B42
Black with #765B42
Text Example
Text Example
White with #765B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B42; }
p { color: rgb(118,91,66); }
H1.HeaderClassName
{
color: #765B42;
}
.AnyTagClassName
{
color: #765B42;
}
</style>
background-color css
<style>
a { background-color: #765B42; }
a { background-color: rgb(118,91,66); }
div.DivClassName
{
background-color: #765B42;
}
.BgClassName
{
background-color: #765B42;
}
</style>
border-color css
<style>
span { border-color: #765B42; }
span { border-color: rgb(118,91,66); }
td.TdClassName
{
border-color: #765B42;
}
.TagClassName
{
border-color: #765B42;
}
</style>