Shades of Roman Coffee #7A6A60
Tints of Roman Coffee #7A6A60
RGB
CMYK
RGB Variations
Color information
#7A6A60 (or 0x7A6A60) is known color: Roman Coffee. HEX triplet: 7A, 6A and 60. RGB value is (122,106,96). Sum of RGB (Red+Green+Blue) = 122+106+96=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A60 is #85959F. Grayscale: #6D6D6D. Windows color (decimal): -8754592 or 6318714. OLE color: 6318714.
HSL color Cylindrical-coordinate representation of color #7A6A60: hue angle of 23.08º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A6A60 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 96 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.52 |
| HSL | 23.08º | 0.12% | 0.43% | - |
| HSV(B) | 23.08º | 0.21% | 0.48% | - |
| XYZ | 15.29 | 15.29 | 13.21 | - |
| YUV | 109.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 96 | 0 | 0.13 | 0.21 | 0.52 | 23.08 | 0.12 | 0.43 |
| Hex | 7A | 6A | 60 | 0 | D | 15 | 34 | 17 | C | 2B |
| Octal | 172 | 152 | 140 | 0 | 15 | 25 | 64 | 27 | 14 | 53 |
| Binary | 1111010 | 1101010 | 1100000 | 0 | 1101 | 10101 | 110100 | 10111 | 1100 | 101011 |
Color Harmonies of #7A6A60
Complementary color
Monochromatic Colors of #7A6A60
Black with #7A6A60
Text Example
Text Example
White with #7A6A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A60; }
p { color: rgb(122,106,96); }
H1.HeaderClassName
{
color: #7A6A60;
}
.AnyTagClassName
{
color: #7A6A60;
}
</style>
background-color css
<style>
a { background-color: #7A6A60; }
a { background-color: rgb(122,106,96); }
div.DivClassName
{
background-color: #7A6A60;
}
.BgClassName
{
background-color: #7A6A60;
}
</style>
border-color css
<style>
span { border-color: #7A6A60; }
span { border-color: rgb(122,106,96); }
td.TdClassName
{
border-color: #7A6A60;
}
.TagClassName
{
border-color: #7A6A60;
}
</style>