Shades of Coffee #786849
Tints of Coffee #786849
RGB
CMYK
RGB Variations
Color information
#786849 (or 0x786849) is known color: Coffee. HEX triplet: 78, 68 and 49. RGB value is (120,104,73). Sum of RGB (Red+Green+Blue) = 120+104+73=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #786849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786849 is #8797B6. Grayscale: #696969. Windows color (decimal): -8886199 or 4810872. OLE color: 4810872.
HSL color Cylindrical-coordinate representation of color #786849: hue angle of 39.57º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #786849 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 73 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.53 |
| HSL | 39.57º | 0.24% | 0.38% | - |
| HSV(B) | 39.57º | 0.39% | 0.47% | - |
| XYZ | 13.9 | 14.37 | 8.35 | - |
| YUV | 105.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 73 | 0 | 0.13 | 0.39 | 0.53 | 39.57 | 0.24 | 0.38 |
| Hex | 78 | 68 | 49 | 0 | D | 27 | 35 | 28 | 18 | 26 |
| Octal | 170 | 150 | 111 | 0 | 15 | 47 | 65 | 50 | 30 | 46 |
| Binary | 1111000 | 1101000 | 1001001 | 0 | 1101 | 100111 | 110101 | 101000 | 11000 | 100110 |
Color Harmonies of #786849
Complementary color
Monochromatic Colors of #786849
Black with #786849
Text Example
Text Example
White with #786849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786849; }
p { color: rgb(120,104,73); }
H1.HeaderClassName
{
color: #786849;
}
.AnyTagClassName
{
color: #786849;
}
</style>
background-color css
<style>
a { background-color: #786849; }
a { background-color: rgb(120,104,73); }
div.DivClassName
{
background-color: #786849;
}
.BgClassName
{
background-color: #786849;
}
</style>
border-color css
<style>
span { border-color: #786849; }
span { border-color: rgb(120,104,73); }
td.TdClassName
{
border-color: #786849;
}
.TagClassName
{
border-color: #786849;
}
</style>