Shades of Tobacco Brown #765A41
Tints of Tobacco Brown #765A41
RGB
CMYK
RGB Variations
Color information
#765A41 (or 0x765A41) is known color: Tobacco Brown. HEX triplet: 76, 5A and 41. RGB value is (118,90,65). Sum of RGB (Red+Green+Blue) = 118+90+65=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #765A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A41 is #89A5BE. Grayscale: #5F5F5F. Windows color (decimal): -9020863 or 4282998. OLE color: 4282998.
HSL color Cylindrical-coordinate representation of color #765A41: hue angle of 28.3º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #765A41 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 65 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.54 |
| HSL | 28.3º | 0.29% | 0.36% | - |
| HSV(B) | 28.3º | 0.45% | 0.46% | - |
| XYZ | 12.08 | 11.55 | 6.59 | - |
| YUV | 95.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 65 | 0 | 0.24 | 0.45 | 0.54 | 28.3 | 0.29 | 0.36 |
| Hex | 76 | 5A | 41 | 0 | 18 | 2D | 36 | 1C | 1D | 24 |
| Octal | 166 | 132 | 101 | 0 | 30 | 55 | 66 | 34 | 35 | 44 |
| Binary | 1110110 | 1011010 | 1000001 | 0 | 11000 | 101101 | 110110 | 11100 | 11101 | 100100 |
Color Harmonies of #765A41
Complementary color
Monochromatic Colors of #765A41
Black with #765A41
Text Example
Text Example
White with #765A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A41; }
p { color: rgb(118,90,65); }
H1.HeaderClassName
{
color: #765A41;
}
.AnyTagClassName
{
color: #765A41;
}
</style>
background-color css
<style>
a { background-color: #765A41; }
a { background-color: rgb(118,90,65); }
div.DivClassName
{
background-color: #765A41;
}
.BgClassName
{
background-color: #765A41;
}
</style>
border-color css
<style>
span { border-color: #765A41; }
span { border-color: rgb(118,90,65); }
td.TdClassName
{
border-color: #765A41;
}
.TagClassName
{
border-color: #765A41;
}
</style>