Shades of Roman Coffee #7A6A5F
Tints of Roman Coffee #7A6A5F
RGB
CMYK
RGB Variations
Color information
#7A6A5F (or 0x7A6A5F) is known color: Roman Coffee. HEX triplet: 7A, 6A and 5F. RGB value is (122,106,95). Sum of RGB (Red+Green+Blue) = 122+106+95=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A5F is #8595A0. Grayscale: #6D6D6D. Windows color (decimal): -8754593 or 6253178. OLE color: 6253178.
HSL color Cylindrical-coordinate representation of color #7A6A5F: hue angle of 24.44º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A6A5F is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 95 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.52 |
| HSL | 24.44º | 0.12% | 0.43% | - |
| HSV(B) | 24.44º | 0.22% | 0.48% | - |
| XYZ | 15.25 | 15.27 | 12.97 | - |
| YUV | 109.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 95 | 0 | 0.13 | 0.22 | 0.52 | 24.44 | 0.12 | 0.43 |
| Hex | 7A | 6A | 5F | 0 | D | 16 | 34 | 18 | C | 2B |
| Octal | 172 | 152 | 137 | 0 | 15 | 26 | 64 | 30 | 14 | 53 |
| Binary | 1111010 | 1101010 | 1011111 | 0 | 1101 | 10110 | 110100 | 11000 | 1100 | 101011 |
Color Harmonies of #7A6A5F
Complementary color
Monochromatic Colors of #7A6A5F
Black with #7A6A5F
Text Example
Text Example
White with #7A6A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A5F; }
p { color: rgb(122,106,95); }
H1.HeaderClassName
{
color: #7A6A5F;
}
.AnyTagClassName
{
color: #7A6A5F;
}
</style>
background-color css
<style>
a { background-color: #7A6A5F; }
a { background-color: rgb(122,106,95); }
div.DivClassName
{
background-color: #7A6A5F;
}
.BgClassName
{
background-color: #7A6A5F;
}
</style>
border-color css
<style>
span { border-color: #7A6A5F; }
span { border-color: rgb(122,106,95); }
td.TdClassName
{
border-color: #7A6A5F;
}
.TagClassName
{
border-color: #7A6A5F;
}
</style>