Shades of Coffee #7A6A50
Tints of Coffee #7A6A50
RGB
CMYK
RGB Variations
Color information
#7A6A50 (or 0x7A6A50) is known color: Coffee. HEX triplet: 7A, 6A and 50. RGB value is (122,106,80). Sum of RGB (Red+Green+Blue) = 122+106+80=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A50 is #8595AF. Grayscale: #6B6B6B. Windows color (decimal): -8754608 or 5270138. OLE color: 5270138.
HSL color Cylindrical-coordinate representation of color #7A6A50: hue angle of 37.14º degrees, saturation: 0.21, 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 #7A6A50 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 80 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.52 |
| HSL | 37.14º | 0.21% | 0.4% | - |
| HSV(B) | 37.14º | 0.34% | 0.48% | - |
| XYZ | 14.63 | 15.02 | 9.72 | - |
| YUV | 107.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 80 | 0 | 0.13 | 0.34 | 0.52 | 37.14 | 0.21 | 0.4 |
| Hex | 7A | 6A | 50 | 0 | D | 22 | 34 | 25 | 15 | 28 |
| Octal | 172 | 152 | 120 | 0 | 15 | 42 | 64 | 45 | 25 | 50 |
| Binary | 1111010 | 1101010 | 1010000 | 0 | 1101 | 100010 | 110100 | 100101 | 10101 | 101000 |
Color Harmonies of #7A6A50
Complementary color
Monochromatic Colors of #7A6A50
Black with #7A6A50
Text Example
Text Example
White with #7A6A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A50; }
p { color: rgb(122,106,80); }
H1.HeaderClassName
{
color: #7A6A50;
}
.AnyTagClassName
{
color: #7A6A50;
}
</style>
background-color css
<style>
a { background-color: #7A6A50; }
a { background-color: rgb(122,106,80); }
div.DivClassName
{
background-color: #7A6A50;
}
.BgClassName
{
background-color: #7A6A50;
}
</style>
border-color css
<style>
span { border-color: #7A6A50; }
span { border-color: rgb(122,106,80); }
td.TdClassName
{
border-color: #7A6A50;
}
.TagClassName
{
border-color: #7A6A50;
}
</style>