Shades of Coffee #786A55
Tints of Coffee #786A55
RGB
CMYK
RGB Variations
Color information
#786A55 (or 0x786A55) is known color: Coffee. HEX triplet: 78, 6A and 55. RGB value is (120,106,85). Sum of RGB (Red+Green+Blue) = 120+106+85=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #786A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A55 is #8795AA. Grayscale: #6B6B6B. Windows color (decimal): -8885675 or 5597816. OLE color: 5597816.
HSL color Cylindrical-coordinate representation of color #786A55: hue angle of 36º 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 #786A55 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 85 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.53 |
| HSL | 36º | 0.17% | 0.4% | - |
| HSV(B) | 36º | 0.29% | 0.47% | - |
| XYZ | 14.54 | 14.96 | 10.72 | - |
| YUV | 107.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 85 | 0 | 0.12 | 0.29 | 0.53 | 36 | 0.17 | 0.4 |
| Hex | 78 | 6A | 55 | 0 | C | 1D | 35 | 24 | 11 | 28 |
| Octal | 170 | 152 | 125 | 0 | 14 | 35 | 65 | 44 | 21 | 50 |
| Binary | 1111000 | 1101010 | 1010101 | 0 | 1100 | 11101 | 110101 | 100100 | 10001 | 101000 |
Color Harmonies of #786A55
Complementary color
Monochromatic Colors of #786A55
Black with #786A55
Text Example
Text Example
White with #786A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A55; }
p { color: rgb(120,106,85); }
H1.HeaderClassName
{
color: #786A55;
}
.AnyTagClassName
{
color: #786A55;
}
</style>
background-color css
<style>
a { background-color: #786A55; }
a { background-color: rgb(120,106,85); }
div.DivClassName
{
background-color: #786A55;
}
.BgClassName
{
background-color: #786A55;
}
</style>
border-color css
<style>
span { border-color: #786A55; }
span { border-color: rgb(120,106,85); }
td.TdClassName
{
border-color: #786A55;
}
.TagClassName
{
border-color: #786A55;
}
</style>