Shades of Coffee #7A6B51
Tints of Coffee #7A6B51
RGB
CMYK
RGB Variations
Color information
#7A6B51 (or 0x7A6B51) is known color: Coffee. HEX triplet: 7A, 6B and 51. RGB value is (122,107,81). Sum of RGB (Red+Green+Blue) = 122+107+81=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B51 is #8594AE. Grayscale: #6C6C6C. Windows color (decimal): -8754351 or 5335930. OLE color: 5335930.
HSL color Cylindrical-coordinate representation of color #7A6B51: hue angle of 38.05º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A6B51 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 107 | 81 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.52 |
| HSL | 38.05º | 0.2% | 0.4% | - |
| HSV(B) | 38.05º | 0.34% | 0.48% | - |
| XYZ | 14.77 | 15.25 | 9.95 | - |
| YUV | 108.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 81 | 0 | 0.12 | 0.34 | 0.52 | 38.05 | 0.2 | 0.4 |
| Hex | 7A | 6B | 51 | 0 | C | 22 | 34 | 26 | 14 | 28 |
| Octal | 172 | 153 | 121 | 0 | 14 | 42 | 64 | 46 | 24 | 50 |
| Binary | 1111010 | 1101011 | 1010001 | 0 | 1100 | 100010 | 110100 | 100110 | 10100 | 101000 |
Color Harmonies of #7A6B51
Complementary color
Monochromatic Colors of #7A6B51
Black with #7A6B51
Text Example
Text Example
White with #7A6B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B51; }
p { color: rgb(122,107,81); }
H1.HeaderClassName
{
color: #7A6B51;
}
.AnyTagClassName
{
color: #7A6B51;
}
</style>
background-color css
<style>
a { background-color: #7A6B51; }
a { background-color: rgb(122,107,81); }
div.DivClassName
{
background-color: #7A6B51;
}
.BgClassName
{
background-color: #7A6B51;
}
</style>
border-color css
<style>
span { border-color: #7A6B51; }
span { border-color: rgb(122,107,81); }
td.TdClassName
{
border-color: #7A6B51;
}
.TagClassName
{
border-color: #7A6B51;
}
</style>