Shades of Coffee #786B55
Tints of Coffee #786B55
RGB
CMYK
RGB Variations
Color information
#786B55 (or 0x786B55) is known color: Coffee. HEX triplet: 78, 6B and 55. RGB value is (120,107,85). Sum of RGB (Red+Green+Blue) = 120+107+85=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #786B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B55 is #8794AA. Grayscale: #6C6C6C. Windows color (decimal): -8885419 or 5598072. OLE color: 5598072.
HSL color Cylindrical-coordinate representation of color #786B55: hue angle of 37.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #786B55 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 107 | 85 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.53 |
| HSL | 37.71º | 0.17% | 0.4% | - |
| HSV(B) | 37.71º | 0.29% | 0.47% | - |
| XYZ | 14.64 | 15.16 | 10.75 | - |
| YUV | 108.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 85 | 0 | 0.11 | 0.29 | 0.53 | 37.71 | 0.17 | 0.4 |
| Hex | 78 | 6B | 55 | 0 | B | 1D | 35 | 26 | 11 | 28 |
| Octal | 170 | 153 | 125 | 0 | 13 | 35 | 65 | 46 | 21 | 50 |
| Binary | 1111000 | 1101011 | 1010101 | 0 | 1011 | 11101 | 110101 | 100110 | 10001 | 101000 |
Color Harmonies of #786B55
Complementary color
Monochromatic Colors of #786B55
Black with #786B55
Text Example
Text Example
White with #786B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B55; }
p { color: rgb(120,107,85); }
H1.HeaderClassName
{
color: #786B55;
}
.AnyTagClassName
{
color: #786B55;
}
</style>
background-color css
<style>
a { background-color: #786B55; }
a { background-color: rgb(120,107,85); }
div.DivClassName
{
background-color: #786B55;
}
.BgClassName
{
background-color: #786B55;
}
</style>
border-color css
<style>
span { border-color: #786B55; }
span { border-color: rgb(120,107,85); }
td.TdClassName
{
border-color: #786B55;
}
.TagClassName
{
border-color: #786B55;
}
</style>