Shades of Coffee #79694C
Tints of Coffee #79694C
RGB
CMYK
RGB Variations
Color information
#79694C (or 0x79694C) is known color: Coffee. HEX triplet: 79, 69 and 4C. RGB value is (121,105,76). Sum of RGB (Red+Green+Blue) = 121+105+76=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #79694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79694C is #8696B3. Grayscale: #6A6A6A. Windows color (decimal): -8820404 or 5007737. OLE color: 5007737.
HSL color Cylindrical-coordinate representation of color #79694C: hue angle of 38.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79694C is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 105 | 76 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.53 |
| HSL | 38.67º | 0.23% | 0.39% | - |
| HSV(B) | 38.67º | 0.37% | 0.47% | - |
| XYZ | 14.24 | 14.69 | 8.92 | - |
| YUV | 106.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 105 | 76 | 0 | 0.13 | 0.37 | 0.53 | 38.67 | 0.23 | 0.39 |
| Hex | 79 | 69 | 4C | 0 | D | 25 | 35 | 27 | 17 | 27 |
| Octal | 171 | 151 | 114 | 0 | 15 | 45 | 65 | 47 | 27 | 47 |
| Binary | 1111001 | 1101001 | 1001100 | 0 | 1101 | 100101 | 110101 | 100111 | 10111 | 100111 |
Color Harmonies of #79694C
Complementary color
Monochromatic Colors of #79694C
Black with #79694C
Text Example
Text Example
White with #79694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79694C; }
p { color: rgb(121,105,76); }
H1.HeaderClassName
{
color: #79694C;
}
.AnyTagClassName
{
color: #79694C;
}
</style>
background-color css
<style>
a { background-color: #79694C; }
a { background-color: rgb(121,105,76); }
div.DivClassName
{
background-color: #79694C;
}
.BgClassName
{
background-color: #79694C;
}
</style>
border-color css
<style>
span { border-color: #79694C; }
span { border-color: rgb(121,105,76); }
td.TdClassName
{
border-color: #79694C;
}
.TagClassName
{
border-color: #79694C;
}
</style>