Shades of Tobacco Brown #765D44
Tints of Tobacco Brown #765D44
RGB
CMYK
RGB Variations
Color information
#765D44 (or 0x765D44) is known color: Tobacco Brown. HEX triplet: 76, 5D and 44. RGB value is (118,93,68). Sum of RGB (Red+Green+Blue) = 118+93+68=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #765D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D44 is #89A2BB. Grayscale: #616161. Windows color (decimal): -9020092 or 4480374. OLE color: 4480374.
HSL color Cylindrical-coordinate representation of color #765D44: hue angle of 30º 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 #765D44 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 68 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.54 |
| HSL | 30º | 0.27% | 0.36% | - |
| HSV(B) | 30º | 0.42% | 0.46% | - |
| XYZ | 12.43 | 12.1 | 7.15 | - |
| YUV | 97.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 68 | 0 | 0.21 | 0.42 | 0.54 | 30 | 0.27 | 0.36 |
| Hex | 76 | 5D | 44 | 0 | 15 | 2A | 36 | 1E | 1B | 24 |
| Octal | 166 | 135 | 104 | 0 | 25 | 52 | 66 | 36 | 33 | 44 |
| Binary | 1110110 | 1011101 | 1000100 | 0 | 10101 | 101010 | 110110 | 11110 | 11011 | 100100 |
Color Harmonies of #765D44
Complementary color
Monochromatic Colors of #765D44
Black with #765D44
Text Example
Text Example
White with #765D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D44; }
p { color: rgb(118,93,68); }
H1.HeaderClassName
{
color: #765D44;
}
.AnyTagClassName
{
color: #765D44;
}
</style>
background-color css
<style>
a { background-color: #765D44; }
a { background-color: rgb(118,93,68); }
div.DivClassName
{
background-color: #765D44;
}
.BgClassName
{
background-color: #765D44;
}
</style>
border-color css
<style>
span { border-color: #765D44; }
span { border-color: rgb(118,93,68); }
td.TdClassName
{
border-color: #765D44;
}
.TagClassName
{
border-color: #765D44;
}
</style>