Shades of Coffee #79694E
Tints of Coffee #79694E
RGB
CMYK
RGB Variations
Color information
#79694E (or 0x79694E) is known color: Coffee. HEX triplet: 79, 69 and 4E. RGB value is (121,105,78). Sum of RGB (Red+Green+Blue) = 121+105+78=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #79694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79694E is #8696B1. Grayscale: #6A6A6A. Windows color (decimal): -8820402 or 5138809. OLE color: 5138809.
HSL color Cylindrical-coordinate representation of color #79694E: hue angle of 37.67º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79694E is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 105 | 78 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.53 |
| HSL | 37.67º | 0.22% | 0.39% | - |
| HSV(B) | 37.67º | 0.36% | 0.47% | - |
| XYZ | 14.31 | 14.72 | 9.29 | - |
| YUV | 106.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 105 | 78 | 0 | 0.13 | 0.36 | 0.53 | 37.67 | 0.22 | 0.39 |
| Hex | 79 | 69 | 4E | 0 | D | 24 | 35 | 26 | 16 | 27 |
| Octal | 171 | 151 | 116 | 0 | 15 | 44 | 65 | 46 | 26 | 47 |
| Binary | 1111001 | 1101001 | 1001110 | 0 | 1101 | 100100 | 110101 | 100110 | 10110 | 100111 |
Color Harmonies of #79694E
Complementary color
Monochromatic Colors of #79694E
Black with #79694E
Text Example
Text Example
White with #79694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79694E; }
p { color: rgb(121,105,78); }
H1.HeaderClassName
{
color: #79694E;
}
.AnyTagClassName
{
color: #79694E;
}
</style>
background-color css
<style>
a { background-color: #79694E; }
a { background-color: rgb(121,105,78); }
div.DivClassName
{
background-color: #79694E;
}
.BgClassName
{
background-color: #79694E;
}
</style>
border-color css
<style>
span { border-color: #79694E; }
span { border-color: rgb(121,105,78); }
td.TdClassName
{
border-color: #79694E;
}
.TagClassName
{
border-color: #79694E;
}
</style>