Shades of Coffee #78694E
Tints of Coffee #78694E
RGB
CMYK
RGB Variations
Color information
#78694E (or 0x78694E) is known color: Coffee. HEX triplet: 78, 69 and 4E. RGB value is (120,105,78). Sum of RGB (Red+Green+Blue) = 120+105+78=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #78694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78694E is #8796B1. Grayscale: #6A6A6A. Windows color (decimal): -8885938 or 5138808. OLE color: 5138808.
HSL color Cylindrical-coordinate representation of color #78694E: hue angle of 38.57º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78694E is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 105 | 78 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.53 |
| HSL | 38.57º | 0.21% | 0.39% | - |
| HSV(B) | 38.57º | 0.35% | 0.47% | - |
| XYZ | 14.17 | 14.65 | 9.29 | - |
| YUV | 106.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 78 | 0 | 0.13 | 0.35 | 0.53 | 38.57 | 0.21 | 0.39 |
| Hex | 78 | 69 | 4E | 0 | D | 23 | 35 | 27 | 15 | 27 |
| Octal | 170 | 151 | 116 | 0 | 15 | 43 | 65 | 47 | 25 | 47 |
| Binary | 1111000 | 1101001 | 1001110 | 0 | 1101 | 100011 | 110101 | 100111 | 10101 | 100111 |
Color Harmonies of #78694E
Complementary color
Monochromatic Colors of #78694E
Black with #78694E
Text Example
Text Example
White with #78694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78694E; }
p { color: rgb(120,105,78); }
H1.HeaderClassName
{
color: #78694E;
}
.AnyTagClassName
{
color: #78694E;
}
</style>
background-color css
<style>
a { background-color: #78694E; }
a { background-color: rgb(120,105,78); }
div.DivClassName
{
background-color: #78694E;
}
.BgClassName
{
background-color: #78694E;
}
</style>
border-color css
<style>
span { border-color: #78694E; }
span { border-color: rgb(120,105,78); }
td.TdClassName
{
border-color: #78694E;
}
.TagClassName
{
border-color: #78694E;
}
</style>