Shades of Coffee #7A6B4F
Tints of Coffee #7A6B4F
RGB
CMYK
RGB Variations
Color information
#7A6B4F (or 0x7A6B4F) is known color: Coffee. HEX triplet: 7A, 6B and 4F. RGB value is (122,107,79). Sum of RGB (Red+Green+Blue) = 122+107+79=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B4F is #8594B0. Grayscale: #6C6C6C. Windows color (decimal): -8754353 or 5204858. OLE color: 5204858.
HSL color Cylindrical-coordinate representation of color #7A6B4F: hue angle of 39.07º 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 #7A6B4F is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 107 | 79 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.52 |
| HSL | 39.07º | 0.21% | 0.39% | - |
| HSV(B) | 39.07º | 0.35% | 0.48% | - |
| XYZ | 14.7 | 15.22 | 9.56 | - |
| YUV | 108.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 79 | 0 | 0.12 | 0.35 | 0.52 | 39.07 | 0.21 | 0.39 |
| Hex | 7A | 6B | 4F | 0 | C | 23 | 34 | 27 | 15 | 27 |
| Octal | 172 | 153 | 117 | 0 | 14 | 43 | 64 | 47 | 25 | 47 |
| Binary | 1111010 | 1101011 | 1001111 | 0 | 1100 | 100011 | 110100 | 100111 | 10101 | 100111 |
Color Harmonies of #7A6B4F
Complementary color
Monochromatic Colors of #7A6B4F
Black with #7A6B4F
Text Example
Text Example
White with #7A6B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B4F; }
p { color: rgb(122,107,79); }
H1.HeaderClassName
{
color: #7A6B4F;
}
.AnyTagClassName
{
color: #7A6B4F;
}
</style>
background-color css
<style>
a { background-color: #7A6B4F; }
a { background-color: rgb(122,107,79); }
div.DivClassName
{
background-color: #7A6B4F;
}
.BgClassName
{
background-color: #7A6B4F;
}
</style>
border-color css
<style>
span { border-color: #7A6B4F; }
span { border-color: rgb(122,107,79); }
td.TdClassName
{
border-color: #7A6B4F;
}
.TagClassName
{
border-color: #7A6B4F;
}
</style>