Shades of Coffee #786A51
Tints of Coffee #786A51
RGB
CMYK
RGB Variations
Color information
#786A51 (or 0x786A51) is known color: Coffee. HEX triplet: 78, 6A and 51. RGB value is (120,106,81). Sum of RGB (Red+Green+Blue) = 120+106+81=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #786A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A51 is #8795AE. Grayscale: #6B6B6B. Windows color (decimal): -8885679 or 5335672. OLE color: 5335672.
HSL color Cylindrical-coordinate representation of color #786A51: hue angle of 38.46º 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 #786A51 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 81 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.53 |
| HSL | 38.46º | 0.19% | 0.39% | - |
| HSV(B) | 38.46º | 0.33% | 0.47% | - |
| XYZ | 14.38 | 14.9 | 9.9 | - |
| YUV | 107.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 81 | 0 | 0.12 | 0.32 | 0.53 | 38.46 | 0.19 | 0.39 |
| Hex | 78 | 6A | 51 | 0 | C | 20 | 35 | 26 | 13 | 27 |
| Octal | 170 | 152 | 121 | 0 | 14 | 40 | 65 | 46 | 23 | 47 |
| Binary | 1111000 | 1101010 | 1010001 | 0 | 1100 | 100000 | 110101 | 100110 | 10011 | 100111 |
Color Harmonies of #786A51
Complementary color
Monochromatic Colors of #786A51
Black with #786A51
Text Example
Text Example
White with #786A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A51; }
p { color: rgb(120,106,81); }
H1.HeaderClassName
{
color: #786A51;
}
.AnyTagClassName
{
color: #786A51;
}
</style>
background-color css
<style>
a { background-color: #786A51; }
a { background-color: rgb(120,106,81); }
div.DivClassName
{
background-color: #786A51;
}
.BgClassName
{
background-color: #786A51;
}
</style>
border-color css
<style>
span { border-color: #786A51; }
span { border-color: rgb(120,106,81); }
td.TdClassName
{
border-color: #786A51;
}
.TagClassName
{
border-color: #786A51;
}
</style>