Shades of Tobacco Brown #775C43
Tints of Tobacco Brown #775C43
RGB
CMYK
RGB Variations
Color information
#775C43 (or 0x775C43) is known color: Tobacco Brown. HEX triplet: 77, 5C and 43. RGB value is (119,92,67). Sum of RGB (Red+Green+Blue) = 119+92+67=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #775C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C43 is #88A3BC. Grayscale: #616161. Windows color (decimal): -8954813 or 4414583. OLE color: 4414583.
HSL color Cylindrical-coordinate representation of color #775C43: hue angle of 28.85º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #775C43 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 67 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.53 |
| HSL | 28.85º | 0.28% | 0.36% | - |
| HSV(B) | 28.85º | 0.44% | 0.47% | - |
| XYZ | 12.45 | 11.98 | 6.97 | - |
| YUV | 97.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 67 | 0 | 0.23 | 0.44 | 0.53 | 28.85 | 0.28 | 0.36 |
| Hex | 77 | 5C | 43 | 0 | 17 | 2C | 35 | 1D | 1C | 24 |
| Octal | 167 | 134 | 103 | 0 | 27 | 54 | 65 | 35 | 34 | 44 |
| Binary | 1110111 | 1011100 | 1000011 | 0 | 10111 | 101100 | 110101 | 11101 | 11100 | 100100 |
Color Harmonies of #775C43
Complementary color
Monochromatic Colors of #775C43
Black with #775C43
Text Example
Text Example
White with #775C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C43; }
p { color: rgb(119,92,67); }
H1.HeaderClassName
{
color: #775C43;
}
.AnyTagClassName
{
color: #775C43;
}
</style>
background-color css
<style>
a { background-color: #775C43; }
a { background-color: rgb(119,92,67); }
div.DivClassName
{
background-color: #775C43;
}
.BgClassName
{
background-color: #775C43;
}
</style>
border-color css
<style>
span { border-color: #775C43; }
span { border-color: rgb(119,92,67); }
td.TdClassName
{
border-color: #775C43;
}
.TagClassName
{
border-color: #775C43;
}
</style>