Shades of Coffee #7A6A4E
Tints of Coffee #7A6A4E
RGB
CMYK
RGB Variations
Color information
#7A6A4E (or 0x7A6A4E) is known color: Coffee. HEX triplet: 7A, 6A and 4E. RGB value is (122,106,78). Sum of RGB (Red+Green+Blue) = 122+106+78=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A4E is #8595B1. Grayscale: #6B6B6B. Windows color (decimal): -8754610 or 5139066. OLE color: 5139066.
HSL color Cylindrical-coordinate representation of color #7A6A4E: hue angle of 38.18º 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 #7A6A4E is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 78 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.52 |
| HSL | 38.18º | 0.22% | 0.39% | - |
| HSV(B) | 38.18º | 0.36% | 0.48% | - |
| XYZ | 14.56 | 15 | 9.34 | - |
| YUV | 107.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 78 | 0 | 0.13 | 0.36 | 0.52 | 38.18 | 0.22 | 0.39 |
| Hex | 7A | 6A | 4E | 0 | D | 24 | 34 | 26 | 16 | 27 |
| Octal | 172 | 152 | 116 | 0 | 15 | 44 | 64 | 46 | 26 | 47 |
| Binary | 1111010 | 1101010 | 1001110 | 0 | 1101 | 100100 | 110100 | 100110 | 10110 | 100111 |
Color Harmonies of #7A6A4E
Complementary color
Monochromatic Colors of #7A6A4E
Black with #7A6A4E
Text Example
Text Example
White with #7A6A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A4E; }
p { color: rgb(122,106,78); }
H1.HeaderClassName
{
color: #7A6A4E;
}
.AnyTagClassName
{
color: #7A6A4E;
}
</style>
background-color css
<style>
a { background-color: #7A6A4E; }
a { background-color: rgb(122,106,78); }
div.DivClassName
{
background-color: #7A6A4E;
}
.BgClassName
{
background-color: #7A6A4E;
}
</style>
border-color css
<style>
span { border-color: #7A6A4E; }
span { border-color: rgb(122,106,78); }
td.TdClassName
{
border-color: #7A6A4E;
}
.TagClassName
{
border-color: #7A6A4E;
}
</style>