Shades of Tobacco Brown #765C44
Tints of Tobacco Brown #765C44
RGB
CMYK
RGB Variations
Color information
#765C44 (or 0x765C44) is known color: Tobacco Brown. HEX triplet: 76, 5C and 44. RGB value is (118,92,68). Sum of RGB (Red+Green+Blue) = 118+92+68=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #765C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C44 is #89A3BB. Grayscale: #616161. Windows color (decimal): -9020348 or 4480118. OLE color: 4480118.
HSL color Cylindrical-coordinate representation of color #765C44: hue angle of 28.8º 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 #765C44 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 68 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.54 |
| HSL | 28.8º | 0.27% | 0.36% | - |
| HSV(B) | 28.8º | 0.42% | 0.46% | - |
| XYZ | 12.34 | 11.92 | 7.12 | - |
| YUV | 97.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 68 | 0 | 0.22 | 0.42 | 0.54 | 28.8 | 0.27 | 0.36 |
| Hex | 76 | 5C | 44 | 0 | 16 | 2A | 36 | 1D | 1B | 24 |
| Octal | 166 | 134 | 104 | 0 | 26 | 52 | 66 | 35 | 33 | 44 |
| Binary | 1110110 | 1011100 | 1000100 | 0 | 10110 | 101010 | 110110 | 11101 | 11011 | 100100 |
Color Harmonies of #765C44
Complementary color
Monochromatic Colors of #765C44
Black with #765C44
Text Example
Text Example
White with #765C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C44; }
p { color: rgb(118,92,68); }
H1.HeaderClassName
{
color: #765C44;
}
.AnyTagClassName
{
color: #765C44;
}
</style>
background-color css
<style>
a { background-color: #765C44; }
a { background-color: rgb(118,92,68); }
div.DivClassName
{
background-color: #765C44;
}
.BgClassName
{
background-color: #765C44;
}
</style>
border-color css
<style>
span { border-color: #765C44; }
span { border-color: rgb(118,92,68); }
td.TdClassName
{
border-color: #765C44;
}
.TagClassName
{
border-color: #765C44;
}
</style>