Shades of Roman Coffee #7A6A5E
Tints of Roman Coffee #7A6A5E
RGB
CMYK
RGB Variations
Color information
#7A6A5E (or 0x7A6A5E) is known color: Roman Coffee. HEX triplet: 7A, 6A and 5E. RGB value is (122,106,94). Sum of RGB (Red+Green+Blue) = 122+106+94=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A5E is #8595A1. Grayscale: #6D6D6D. Windows color (decimal): -8754594 or 6187642. OLE color: 6187642.
HSL color Cylindrical-coordinate representation of color #7A6A5E: hue angle of 25.71º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A6A5E is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 94 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.52 |
| HSL | 25.71º | 0.13% | 0.42% | - |
| HSV(B) | 25.71º | 0.23% | 0.48% | - |
| XYZ | 15.2 | 15.25 | 12.73 | - |
| YUV | 109.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 94 | 0 | 0.13 | 0.23 | 0.52 | 25.71 | 0.13 | 0.42 |
| Hex | 7A | 6A | 5E | 0 | D | 17 | 34 | 1A | D | 2A |
| Octal | 172 | 152 | 136 | 0 | 15 | 27 | 64 | 32 | 15 | 52 |
| Binary | 1111010 | 1101010 | 1011110 | 0 | 1101 | 10111 | 110100 | 11010 | 1101 | 101010 |
Color Harmonies of #7A6A5E
Complementary color
Monochromatic Colors of #7A6A5E
Black with #7A6A5E
Text Example
Text Example
White with #7A6A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A5E; }
p { color: rgb(122,106,94); }
H1.HeaderClassName
{
color: #7A6A5E;
}
.AnyTagClassName
{
color: #7A6A5E;
}
</style>
background-color css
<style>
a { background-color: #7A6A5E; }
a { background-color: rgb(122,106,94); }
div.DivClassName
{
background-color: #7A6A5E;
}
.BgClassName
{
background-color: #7A6A5E;
}
</style>
border-color css
<style>
span { border-color: #7A6A5E; }
span { border-color: rgb(122,106,94); }
td.TdClassName
{
border-color: #7A6A5E;
}
.TagClassName
{
border-color: #7A6A5E;
}
</style>