Shades of Coffee #7A694F
Tints of Coffee #7A694F
RGB
CMYK
RGB Variations
Color information
#7A694F (or 0x7A694F) is known color: Coffee. HEX triplet: 7A, 69 and 4F. RGB value is (122,105,79). Sum of RGB (Red+Green+Blue) = 122+105+79=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A694F is #8596B0. Grayscale: #6B6B6B. Windows color (decimal): -8754865 or 5204346. OLE color: 5204346.
HSL color Cylindrical-coordinate representation of color #7A694F: hue angle of 36.28º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A694F is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 79 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.52 |
| HSL | 36.28º | 0.21% | 0.39% | - |
| HSV(B) | 36.28º | 0.35% | 0.48% | - |
| XYZ | 14.49 | 14.81 | 9.49 | - |
| YUV | 107.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 79 | 0 | 0.14 | 0.35 | 0.52 | 36.28 | 0.21 | 0.39 |
| Hex | 7A | 69 | 4F | 0 | E | 23 | 34 | 24 | 15 | 27 |
| Octal | 172 | 151 | 117 | 0 | 16 | 43 | 64 | 44 | 25 | 47 |
| Binary | 1111010 | 1101001 | 1001111 | 0 | 1110 | 100011 | 110100 | 100100 | 10101 | 100111 |
Color Harmonies of #7A694F
Complementary color
Monochromatic Colors of #7A694F
Black with #7A694F
Text Example
Text Example
White with #7A694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A694F; }
p { color: rgb(122,105,79); }
H1.HeaderClassName
{
color: #7A694F;
}
.AnyTagClassName
{
color: #7A694F;
}
</style>
background-color css
<style>
a { background-color: #7A694F; }
a { background-color: rgb(122,105,79); }
div.DivClassName
{
background-color: #7A694F;
}
.BgClassName
{
background-color: #7A694F;
}
</style>
border-color css
<style>
span { border-color: #7A694F; }
span { border-color: rgb(122,105,79); }
td.TdClassName
{
border-color: #7A694F;
}
.TagClassName
{
border-color: #7A694F;
}
</style>