Shades of Roman Coffee #7A6658
Tints of Roman Coffee #7A6658
RGB
CMYK
RGB Variations
Color information
#7A6658 (or 0x7A6658) is known color: Roman Coffee. HEX triplet: 7A, 66 and 58. RGB value is (122,102,88). Sum of RGB (Red+Green+Blue) = 122+102+88=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6658 is #8599A7. Grayscale: #6A6A6A. Windows color (decimal): -8755624 or 5793402. OLE color: 5793402.
HSL color Cylindrical-coordinate representation of color #7A6658: hue angle of 24.71º 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 #7A6658 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 88 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.52 |
| HSL | 24.71º | 0.16% | 0.41% | - |
| HSV(B) | 24.71º | 0.28% | 0.48% | - |
| XYZ | 14.54 | 14.34 | 11.24 | - |
| YUV | 106.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 88 | 0 | 0.16 | 0.28 | 0.52 | 24.71 | 0.16 | 0.41 |
| Hex | 7A | 66 | 58 | 0 | 10 | 1C | 34 | 19 | 10 | 29 |
| Octal | 172 | 146 | 130 | 0 | 20 | 34 | 64 | 31 | 20 | 51 |
| Binary | 1111010 | 1100110 | 1011000 | 0 | 10000 | 11100 | 110100 | 11001 | 10000 | 101001 |
Color Harmonies of #7A6658
Complementary color
Monochromatic Colors of #7A6658
Black with #7A6658
Text Example
Text Example
White with #7A6658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6658; }
p { color: rgb(122,102,88); }
H1.HeaderClassName
{
color: #7A6658;
}
.AnyTagClassName
{
color: #7A6658;
}
</style>
background-color css
<style>
a { background-color: #7A6658; }
a { background-color: rgb(122,102,88); }
div.DivClassName
{
background-color: #7A6658;
}
.BgClassName
{
background-color: #7A6658;
}
</style>
border-color css
<style>
span { border-color: #7A6658; }
span { border-color: rgb(122,102,88); }
td.TdClassName
{
border-color: #7A6658;
}
.TagClassName
{
border-color: #7A6658;
}
</style>