Shades of Coffee #7A6B50
Tints of Coffee #7A6B50
RGB
CMYK
RGB Variations
Color information
#7A6B50 (or 0x7A6B50) is known color: Coffee. HEX triplet: 7A, 6B and 50. RGB value is (122,107,80). Sum of RGB (Red+Green+Blue) = 122+107+80=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B50 is #8594AF. Grayscale: #6C6C6C. Windows color (decimal): -8754352 or 5270394. OLE color: 5270394.
HSL color Cylindrical-coordinate representation of color #7A6B50: hue angle of 38.57º 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 #7A6B50 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 107 | 80 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.52 |
| HSL | 38.57º | 0.21% | 0.4% | - |
| HSV(B) | 38.57º | 0.34% | 0.48% | - |
| XYZ | 14.73 | 15.23 | 9.75 | - |
| YUV | 108.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 80 | 0 | 0.12 | 0.34 | 0.52 | 38.57 | 0.21 | 0.4 |
| Hex | 7A | 6B | 50 | 0 | C | 22 | 34 | 27 | 15 | 28 |
| Octal | 172 | 153 | 120 | 0 | 14 | 42 | 64 | 47 | 25 | 50 |
| Binary | 1111010 | 1101011 | 1010000 | 0 | 1100 | 100010 | 110100 | 100111 | 10101 | 101000 |
Color Harmonies of #7A6B50
Complementary color
Monochromatic Colors of #7A6B50
Black with #7A6B50
Text Example
Text Example
White with #7A6B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B50; }
p { color: rgb(122,107,80); }
H1.HeaderClassName
{
color: #7A6B50;
}
.AnyTagClassName
{
color: #7A6B50;
}
</style>
background-color css
<style>
a { background-color: #7A6B50; }
a { background-color: rgb(122,107,80); }
div.DivClassName
{
background-color: #7A6B50;
}
.BgClassName
{
background-color: #7A6B50;
}
</style>
border-color css
<style>
span { border-color: #7A6B50; }
span { border-color: rgb(122,107,80); }
td.TdClassName
{
border-color: #7A6B50;
}
.TagClassName
{
border-color: #7A6B50;
}
</style>