Shades of Coffee #7A694C
Tints of Coffee #7A694C
RGB
CMYK
RGB Variations
Color information
#7A694C (or 0x7A694C) is known color: Coffee. HEX triplet: 7A, 69 and 4C. RGB value is (122,105,76). Sum of RGB (Red+Green+Blue) = 122+105+76=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 122 - color contains mainly: red. Hex color #7A694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A694C is #8596B3. Grayscale: #6A6A6A. Windows color (decimal): -8754868 or 5007738. OLE color: 5007738.
HSL color Cylindrical-coordinate representation of color #7A694C: hue angle of 37.83º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A694C is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 76 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.52 |
| HSL | 37.83º | 0.23% | 0.39% | - |
| HSV(B) | 37.83º | 0.38% | 0.48% | - |
| XYZ | 14.38 | 14.76 | 8.93 | - |
| YUV | 106.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 76 | 0 | 0.14 | 0.38 | 0.52 | 37.83 | 0.23 | 0.39 |
| Hex | 7A | 69 | 4C | 0 | E | 26 | 34 | 26 | 17 | 27 |
| Octal | 172 | 151 | 114 | 0 | 16 | 46 | 64 | 46 | 27 | 47 |
| Binary | 1111010 | 1101001 | 1001100 | 0 | 1110 | 100110 | 110100 | 100110 | 10111 | 100111 |
Color Harmonies of #7A694C
Complementary color
Monochromatic Colors of #7A694C
Black with #7A694C
Text Example
Text Example
White with #7A694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A694C; }
p { color: rgb(122,105,76); }
H1.HeaderClassName
{
color: #7A694C;
}
.AnyTagClassName
{
color: #7A694C;
}
</style>
background-color css
<style>
a { background-color: #7A694C; }
a { background-color: rgb(122,105,76); }
div.DivClassName
{
background-color: #7A694C;
}
.BgClassName
{
background-color: #7A694C;
}
</style>
border-color css
<style>
span { border-color: #7A694C; }
span { border-color: rgb(122,105,76); }
td.TdClassName
{
border-color: #7A694C;
}
.TagClassName
{
border-color: #7A694C;
}
</style>