Shades of Coffee #786A50
Tints of Coffee #786A50
RGB
CMYK
RGB Variations
Color information
#786A50 (or 0x786A50) is known color: Coffee. HEX triplet: 78, 6A and 50. RGB value is (120,106,80). Sum of RGB (Red+Green+Blue) = 120+106+80=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #786A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A50 is #8795AF. Grayscale: #6B6B6B. Windows color (decimal): -8885680 or 5270136. OLE color: 5270136.
HSL color Cylindrical-coordinate representation of color #786A50: hue angle of 39º 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 #786A50 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 80 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.53 |
| HSL | 39º | 0.2% | 0.39% | - |
| HSV(B) | 39º | 0.33% | 0.47% | - |
| XYZ | 14.35 | 14.88 | 9.71 | - |
| YUV | 107.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 80 | 0 | 0.12 | 0.33 | 0.53 | 39 | 0.2 | 0.39 |
| Hex | 78 | 6A | 50 | 0 | C | 21 | 35 | 27 | 14 | 27 |
| Octal | 170 | 152 | 120 | 0 | 14 | 41 | 65 | 47 | 24 | 47 |
| Binary | 1111000 | 1101010 | 1010000 | 0 | 1100 | 100001 | 110101 | 100111 | 10100 | 100111 |
Color Harmonies of #786A50
Complementary color
Monochromatic Colors of #786A50
Black with #786A50
Text Example
Text Example
White with #786A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A50; }
p { color: rgb(120,106,80); }
H1.HeaderClassName
{
color: #786A50;
}
.AnyTagClassName
{
color: #786A50;
}
</style>
background-color css
<style>
a { background-color: #786A50; }
a { background-color: rgb(120,106,80); }
div.DivClassName
{
background-color: #786A50;
}
.BgClassName
{
background-color: #786A50;
}
</style>
border-color css
<style>
span { border-color: #786A50; }
span { border-color: rgb(120,106,80); }
td.TdClassName
{
border-color: #786A50;
}
.TagClassName
{
border-color: #786A50;
}
</style>