Shades of Coffee #7A694D
Tints of Coffee #7A694D
RGB
CMYK
RGB Variations
Color information
#7A694D (or 0x7A694D) is known color: Coffee. HEX triplet: 7A, 69 and 4D. RGB value is (122,105,77). Sum of RGB (Red+Green+Blue) = 122+105+77=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 122 - color contains mainly: red. Hex color #7A694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A694D is #8596B2. Grayscale: #6B6B6B. Windows color (decimal): -8754867 or 5073274. OLE color: 5073274.
HSL color Cylindrical-coordinate representation of color #7A694D: hue angle of 37.33º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A694D is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 77 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.52 |
| HSL | 37.33º | 0.23% | 0.39% | - |
| HSV(B) | 37.33º | 0.37% | 0.48% | - |
| XYZ | 14.42 | 14.78 | 9.11 | - |
| YUV | 106.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 77 | 0 | 0.14 | 0.37 | 0.52 | 37.33 | 0.23 | 0.39 |
| Hex | 7A | 69 | 4D | 0 | E | 25 | 34 | 25 | 17 | 27 |
| Octal | 172 | 151 | 115 | 0 | 16 | 45 | 64 | 45 | 27 | 47 |
| Binary | 1111010 | 1101001 | 1001101 | 0 | 1110 | 100101 | 110100 | 100101 | 10111 | 100111 |
Color Harmonies of #7A694D
Complementary color
Monochromatic Colors of #7A694D
Black with #7A694D
Text Example
Text Example
White with #7A694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A694D; }
p { color: rgb(122,105,77); }
H1.HeaderClassName
{
color: #7A694D;
}
.AnyTagClassName
{
color: #7A694D;
}
</style>
background-color css
<style>
a { background-color: #7A694D; }
a { background-color: rgb(122,105,77); }
div.DivClassName
{
background-color: #7A694D;
}
.BgClassName
{
background-color: #7A694D;
}
</style>
border-color css
<style>
span { border-color: #7A694D; }
span { border-color: rgb(122,105,77); }
td.TdClassName
{
border-color: #7A694D;
}
.TagClassName
{
border-color: #7A694D;
}
</style>