Shades of Roman Coffee #7A6558
Tints of Roman Coffee #7A6558
RGB
CMYK
RGB Variations
Color information
#7A6558 (or 0x7A6558) is known color: Roman Coffee. HEX triplet: 7A, 65 and 58. RGB value is (122,101,88). Sum of RGB (Red+Green+Blue) = 122+101+88=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6558 is #859AA7. Grayscale: #696969. Windows color (decimal): -8755880 or 5793146. OLE color: 5793146.
HSL color Cylindrical-coordinate representation of color #7A6558: hue angle of 22.94º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A6558 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 88 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.52 |
| HSL | 22.94º | 0.16% | 0.41% | - |
| HSV(B) | 22.94º | 0.28% | 0.48% | - |
| XYZ | 14.44 | 14.15 | 11.2 | - |
| YUV | 105.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 88 | 0 | 0.17 | 0.28 | 0.52 | 22.94 | 0.16 | 0.41 |
| Hex | 7A | 65 | 58 | 0 | 11 | 1C | 34 | 17 | 10 | 29 |
| Octal | 172 | 145 | 130 | 0 | 21 | 34 | 64 | 27 | 20 | 51 |
| Binary | 1111010 | 1100101 | 1011000 | 0 | 10001 | 11100 | 110100 | 10111 | 10000 | 101001 |
Color Harmonies of #7A6558
Complementary color
Monochromatic Colors of #7A6558
Black with #7A6558
Text Example
Text Example
White with #7A6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6558; }
p { color: rgb(122,101,88); }
H1.HeaderClassName
{
color: #7A6558;
}
.AnyTagClassName
{
color: #7A6558;
}
</style>
background-color css
<style>
a { background-color: #7A6558; }
a { background-color: rgb(122,101,88); }
div.DivClassName
{
background-color: #7A6558;
}
.BgClassName
{
background-color: #7A6558;
}
</style>
border-color css
<style>
span { border-color: #7A6558; }
span { border-color: rgb(122,101,88); }
td.TdClassName
{
border-color: #7A6558;
}
.TagClassName
{
border-color: #7A6558;
}
</style>