Shades of Coffee #786750
Tints of Coffee #786750
RGB
CMYK
RGB Variations
Color information
#786750 (or 0x786750) is known color: Coffee. HEX triplet: 78, 67 and 50. RGB value is (120,103,80). Sum of RGB (Red+Green+Blue) = 120+103+80=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #786750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786750 is #8798AF. Grayscale: #696969. Windows color (decimal): -8886448 or 5269368. OLE color: 5269368.
HSL color Cylindrical-coordinate representation of color #786750: hue angle of 34.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #786750 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 103 | 80 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.53 |
| HSL | 34.5º | 0.2% | 0.39% | - |
| HSV(B) | 34.5º | 0.33% | 0.47% | - |
| XYZ | 14.04 | 14.27 | 9.6 | - |
| YUV | 105.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 80 | 0 | 0.14 | 0.33 | 0.53 | 34.5 | 0.2 | 0.39 |
| Hex | 78 | 67 | 50 | 0 | E | 21 | 35 | 22 | 14 | 27 |
| Octal | 170 | 147 | 120 | 0 | 16 | 41 | 65 | 42 | 24 | 47 |
| Binary | 1111000 | 1100111 | 1010000 | 0 | 1110 | 100001 | 110101 | 100010 | 10100 | 100111 |
Color Harmonies of #786750
Complementary color
Monochromatic Colors of #786750
Black with #786750
Text Example
Text Example
White with #786750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786750; }
p { color: rgb(120,103,80); }
H1.HeaderClassName
{
color: #786750;
}
.AnyTagClassName
{
color: #786750;
}
</style>
background-color css
<style>
a { background-color: #786750; }
a { background-color: rgb(120,103,80); }
div.DivClassName
{
background-color: #786750;
}
.BgClassName
{
background-color: #786750;
}
</style>
border-color css
<style>
span { border-color: #786750; }
span { border-color: rgb(120,103,80); }
td.TdClassName
{
border-color: #786750;
}
.TagClassName
{
border-color: #786750;
}
</style>