Shades of Coffee #7A6C54
Tints of Coffee #7A6C54
RGB
CMYK
RGB Variations
Color information
#7A6C54 (or 0x7A6C54) is known color: Coffee. HEX triplet: 7A, 6C and 54. RGB value is (122,108,84). Sum of RGB (Red+Green+Blue) = 122+108+84=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6C54 is #8593AB. Grayscale: #6D6D6D. Windows color (decimal): -8754092 or 5532794. OLE color: 5532794.
HSL color Cylindrical-coordinate representation of color #7A6C54: hue angle of 37.89º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A6C54 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 108 | 84 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.52 |
| HSL | 37.89º | 0.18% | 0.4% | - |
| HSV(B) | 37.89º | 0.31% | 0.48% | - |
| XYZ | 14.99 | 15.5 | 10.59 | - |
| YUV | 109.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 84 | 0 | 0.11 | 0.31 | 0.52 | 37.89 | 0.18 | 0.4 |
| Hex | 7A | 6C | 54 | 0 | B | 1F | 34 | 26 | 12 | 28 |
| Octal | 172 | 154 | 124 | 0 | 13 | 37 | 64 | 46 | 22 | 50 |
| Binary | 1111010 | 1101100 | 1010100 | 0 | 1011 | 11111 | 110100 | 100110 | 10010 | 101000 |
Color Harmonies of #7A6C54
Complementary color
Monochromatic Colors of #7A6C54
Black with #7A6C54
Text Example
Text Example
White with #7A6C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6C54; }
p { color: rgb(122,108,84); }
H1.HeaderClassName
{
color: #7A6C54;
}
.AnyTagClassName
{
color: #7A6C54;
}
</style>
background-color css
<style>
a { background-color: #7A6C54; }
a { background-color: rgb(122,108,84); }
div.DivClassName
{
background-color: #7A6C54;
}
.BgClassName
{
background-color: #7A6C54;
}
</style>
border-color css
<style>
span { border-color: #7A6C54; }
span { border-color: rgb(122,108,84); }
td.TdClassName
{
border-color: #7A6C54;
}
.TagClassName
{
border-color: #7A6C54;
}
</style>