Shades of Coffee #786B51
Tints of Coffee #786B51
RGB
CMYK
RGB Variations
Color information
#786B51 (or 0x786B51) is known color: Coffee. HEX triplet: 78, 6B and 51. RGB value is (120,107,81). Sum of RGB (Red+Green+Blue) = 120+107+81=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #786B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B51 is #8794AE. Grayscale: #6C6C6C. Windows color (decimal): -8885423 or 5335928. OLE color: 5335928.
HSL color Cylindrical-coordinate representation of color #786B51: hue angle of 40º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #786B51 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 107 | 81 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.53 |
| HSL | 40º | 0.19% | 0.39% | - |
| HSV(B) | 40º | 0.33% | 0.47% | - |
| XYZ | 14.49 | 15.1 | 9.94 | - |
| YUV | 107.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 81 | 0 | 0.11 | 0.32 | 0.53 | 40 | 0.19 | 0.39 |
| Hex | 78 | 6B | 51 | 0 | B | 20 | 35 | 28 | 13 | 27 |
| Octal | 170 | 153 | 121 | 0 | 13 | 40 | 65 | 50 | 23 | 47 |
| Binary | 1111000 | 1101011 | 1010001 | 0 | 1011 | 100000 | 110101 | 101000 | 10011 | 100111 |
Color Harmonies of #786B51
Complementary color
Monochromatic Colors of #786B51
Black with #786B51
Text Example
Text Example
White with #786B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B51; }
p { color: rgb(120,107,81); }
H1.HeaderClassName
{
color: #786B51;
}
.AnyTagClassName
{
color: #786B51;
}
</style>
background-color css
<style>
a { background-color: #786B51; }
a { background-color: rgb(120,107,81); }
div.DivClassName
{
background-color: #786B51;
}
.BgClassName
{
background-color: #786B51;
}
</style>
border-color css
<style>
span { border-color: #786B51; }
span { border-color: rgb(120,107,81); }
td.TdClassName
{
border-color: #786B51;
}
.TagClassName
{
border-color: #786B51;
}
</style>