Shades of Roman Coffee #7A6959
Tints of Roman Coffee #7A6959
RGB
CMYK
RGB Variations
Color information
#7A6959 (or 0x7A6959) is known color: Roman Coffee. HEX triplet: 7A, 69 and 59. RGB value is (122,105,89). Sum of RGB (Red+Green+Blue) = 122+105+89=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6959 is #8596A6. Grayscale: #6C6C6C. Windows color (decimal): -8754855 or 5859706. OLE color: 5859706.
HSL color Cylindrical-coordinate representation of color #7A6959: hue angle of 29.09º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A6959 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 89 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.52 |
| HSL | 29.09º | 0.16% | 0.41% | - |
| HSV(B) | 29.09º | 0.27% | 0.48% | - |
| XYZ | 14.88 | 14.96 | 11.55 | - |
| YUV | 108.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 89 | 0 | 0.14 | 0.27 | 0.52 | 29.09 | 0.16 | 0.41 |
| Hex | 7A | 69 | 59 | 0 | E | 1B | 34 | 1D | 10 | 29 |
| Octal | 172 | 151 | 131 | 0 | 16 | 33 | 64 | 35 | 20 | 51 |
| Binary | 1111010 | 1101001 | 1011001 | 0 | 1110 | 11011 | 110100 | 11101 | 10000 | 101001 |
Color Harmonies of #7A6959
Complementary color
Monochromatic Colors of #7A6959
Black with #7A6959
Text Example
Text Example
White with #7A6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6959; }
p { color: rgb(122,105,89); }
H1.HeaderClassName
{
color: #7A6959;
}
.AnyTagClassName
{
color: #7A6959;
}
</style>
background-color css
<style>
a { background-color: #7A6959; }
a { background-color: rgb(122,105,89); }
div.DivClassName
{
background-color: #7A6959;
}
.BgClassName
{
background-color: #7A6959;
}
</style>
border-color css
<style>
span { border-color: #7A6959; }
span { border-color: rgb(122,105,89); }
td.TdClassName
{
border-color: #7A6959;
}
.TagClassName
{
border-color: #7A6959;
}
</style>