Shades of Tobacco Brown #775E46
Tints of Tobacco Brown #775E46
RGB
CMYK
RGB Variations
Color information
#775E46 (or 0x775E46) is known color: Tobacco Brown. HEX triplet: 77, 5E and 46. RGB value is (119,94,70). Sum of RGB (Red+Green+Blue) = 119+94+70=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #775E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E46 is #88A1B9. Grayscale: #626262. Windows color (decimal): -8954298 or 4611703. OLE color: 4611703.
HSL color Cylindrical-coordinate representation of color #775E46: hue angle of 29.39º 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 #775E46 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
RGB | 119 | 94 | 70 | - |
CMYK | 0 | 0.21 | 0.41 | 0.53 |
HSL | 29.39º | 0.26% | 0.37% | - |
HSV(B) | 29.39º | 0.41% | 0.47% | - |
XYZ | 12.72 | 12.37 | 7.51 | - |
YUV | 98.74 | 111.78 | 142.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 119 | 94 | 70 | 0 | 0.21 | 0.41 | 0.53 | 29.39 | 0.26 | 0.37 |
Hex | 77 | 5E | 46 | 0 | 15 | 29 | 35 | 1D | 1A | 25 |
Octal | 167 | 136 | 106 | 0 | 25 | 51 | 65 | 35 | 32 | 45 |
Binary | 1110111 | 1011110 | 1000110 | 0 | 10101 | 101001 | 110101 | 11101 | 11010 | 100101 |
Color Harmonies of #775E46
Complementary color
Monochromatic Colors of #775E46
Black with #775E46
Text Example
Text Example
White with #775E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E46; }
p { color: rgb(119,94,70); }
H1.HeaderClassName
{
color: #775E46;
}
.AnyTagClassName
{
color: #775E46;
}
</style>
background-color css
<style>
a { background-color: #775E46; }
a { background-color: rgb(119,94,70); }
div.DivClassName
{
background-color: #775E46;
}
.BgClassName
{
background-color: #775E46;
}
</style>
border-color css
<style>
span { border-color: #775E46; }
span { border-color: rgb(119,94,70); }
td.TdClassName
{
border-color: #775E46;
}
.TagClassName
{
border-color: #775E46;
}
</style>