Shades of Tobacco Brown #775D46
Tints of Tobacco Brown #775D46
RGB
CMYK
RGB Variations
Color information
#775D46 (or 0x775D46) is known color: Tobacco Brown. HEX triplet: 77, 5D and 46. RGB value is (119,93,70). Sum of RGB (Red+Green+Blue) = 119+93+70=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #775D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D46 is #88A2B9. Grayscale: #626262. Windows color (decimal): -8954554 or 4611447. OLE color: 4611447.
HSL color Cylindrical-coordinate representation of color #775D46: hue angle of 28.16º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #775D46 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 70 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.53 |
| HSL | 28.16º | 0.26% | 0.37% | - |
| HSV(B) | 28.16º | 0.41% | 0.47% | - |
| XYZ | 12.63 | 12.19 | 7.48 | - |
| YUV | 98.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 70 | 0 | 0.22 | 0.41 | 0.53 | 28.16 | 0.26 | 0.37 |
| Hex | 77 | 5D | 46 | 0 | 16 | 29 | 35 | 1C | 1A | 25 |
| Octal | 167 | 135 | 106 | 0 | 26 | 51 | 65 | 34 | 32 | 45 |
| Binary | 1110111 | 1011101 | 1000110 | 0 | 10110 | 101001 | 110101 | 11100 | 11010 | 100101 |
Color Harmonies of #775D46
Complementary color
Monochromatic Colors of #775D46
Black with #775D46
Text Example
Text Example
White with #775D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D46; }
p { color: rgb(119,93,70); }
H1.HeaderClassName
{
color: #775D46;
}
.AnyTagClassName
{
color: #775D46;
}
</style>
background-color css
<style>
a { background-color: #775D46; }
a { background-color: rgb(119,93,70); }
div.DivClassName
{
background-color: #775D46;
}
.BgClassName
{
background-color: #775D46;
}
</style>
border-color css
<style>
span { border-color: #775D46; }
span { border-color: rgb(119,93,70); }
td.TdClassName
{
border-color: #775D46;
}
.TagClassName
{
border-color: #775D46;
}
</style>