Shades of Coffee #7A694E
Tints of Coffee #7A694E
RGB
CMYK
RGB Variations
Color information
#7A694E (or 0x7A694E) is known color: Coffee. HEX triplet: 7A, 69 and 4E. RGB value is (122,105,78). Sum of RGB (Red+Green+Blue) = 122+105+78=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 122 - color contains mainly: red. Hex color #7A694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A694E is #8596B1. Grayscale: #6B6B6B. Windows color (decimal): -8754866 or 5138810. OLE color: 5138810.
HSL color Cylindrical-coordinate representation of color #7A694E: hue angle of 36.82º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A694E is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 78 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.52 |
| HSL | 36.82º | 0.22% | 0.39% | - |
| HSV(B) | 36.82º | 0.36% | 0.48% | - |
| XYZ | 14.45 | 14.79 | 9.3 | - |
| YUV | 107.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 78 | 0 | 0.14 | 0.36 | 0.52 | 36.82 | 0.22 | 0.39 |
| Hex | 7A | 69 | 4E | 0 | E | 24 | 34 | 25 | 16 | 27 |
| Octal | 172 | 151 | 116 | 0 | 16 | 44 | 64 | 45 | 26 | 47 |
| Binary | 1111010 | 1101001 | 1001110 | 0 | 1110 | 100100 | 110100 | 100101 | 10110 | 100111 |
Color Harmonies of #7A694E
Complementary color
Monochromatic Colors of #7A694E
Black with #7A694E
Text Example
Text Example
White with #7A694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A694E; }
p { color: rgb(122,105,78); }
H1.HeaderClassName
{
color: #7A694E;
}
.AnyTagClassName
{
color: #7A694E;
}
</style>
background-color css
<style>
a { background-color: #7A694E; }
a { background-color: rgb(122,105,78); }
div.DivClassName
{
background-color: #7A694E;
}
.BgClassName
{
background-color: #7A694E;
}
</style>
border-color css
<style>
span { border-color: #7A694E; }
span { border-color: rgb(122,105,78); }
td.TdClassName
{
border-color: #7A694E;
}
.TagClassName
{
border-color: #7A694E;
}
</style>