Shades of Tobacco Brown #765D43
Tints of Tobacco Brown #765D43
RGB
CMYK
RGB Variations
Color information
#765D43 (or 0x765D43) is known color: Tobacco Brown. HEX triplet: 76, 5D and 43. RGB value is (118,93,67). Sum of RGB (Red+Green+Blue) = 118+93+67=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #765D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D43 is #89A2BC. Grayscale: #616161. Windows color (decimal): -9020093 or 4414838. OLE color: 4414838.
HSL color Cylindrical-coordinate representation of color #765D43: hue angle of 30.59º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #765D43 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 67 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.54 |
| HSL | 30.59º | 0.28% | 0.36% | - |
| HSV(B) | 30.59º | 0.43% | 0.46% | - |
| XYZ | 12.4 | 12.09 | 6.99 | - |
| YUV | 97.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 67 | 0 | 0.21 | 0.43 | 0.54 | 30.59 | 0.28 | 0.36 |
| Hex | 76 | 5D | 43 | 0 | 15 | 2B | 36 | 1F | 1C | 24 |
| Octal | 166 | 135 | 103 | 0 | 25 | 53 | 66 | 37 | 34 | 44 |
| Binary | 1110110 | 1011101 | 1000011 | 0 | 10101 | 101011 | 110110 | 11111 | 11100 | 100100 |
Color Harmonies of #765D43
Complementary color
Monochromatic Colors of #765D43
Black with #765D43
Text Example
Text Example
White with #765D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D43; }
p { color: rgb(118,93,67); }
H1.HeaderClassName
{
color: #765D43;
}
.AnyTagClassName
{
color: #765D43;
}
</style>
background-color css
<style>
a { background-color: #765D43; }
a { background-color: rgb(118,93,67); }
div.DivClassName
{
background-color: #765D43;
}
.BgClassName
{
background-color: #765D43;
}
</style>
border-color css
<style>
span { border-color: #765D43; }
span { border-color: rgb(118,93,67); }
td.TdClassName
{
border-color: #765D43;
}
.TagClassName
{
border-color: #765D43;
}
</style>