Shades of Roman Coffee #7A6758
Tints of Roman Coffee #7A6758
RGB
CMYK
RGB Variations
Color information
#7A6758 (or 0x7A6758) is known color: Roman Coffee. HEX triplet: 7A, 67 and 58. RGB value is (122,103,88). Sum of RGB (Red+Green+Blue) = 122+103+88=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6758 is #8598A7. Grayscale: #6B6B6B. Windows color (decimal): -8755368 or 5793658. OLE color: 5793658.
HSL color Cylindrical-coordinate representation of color #7A6758: hue angle of 26.47º 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 #7A6758 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 88 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.52 |
| HSL | 26.47º | 0.16% | 0.41% | - |
| HSV(B) | 26.47º | 0.28% | 0.48% | - |
| XYZ | 14.64 | 14.54 | 11.27 | - |
| YUV | 106.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 88 | 0 | 0.16 | 0.28 | 0.52 | 26.47 | 0.16 | 0.41 |
| Hex | 7A | 67 | 58 | 0 | 10 | 1C | 34 | 1A | 10 | 29 |
| Octal | 172 | 147 | 130 | 0 | 20 | 34 | 64 | 32 | 20 | 51 |
| Binary | 1111010 | 1100111 | 1011000 | 0 | 10000 | 11100 | 110100 | 11010 | 10000 | 101001 |
Color Harmonies of #7A6758
Complementary color
Monochromatic Colors of #7A6758
Black with #7A6758
Text Example
Text Example
White with #7A6758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6758; }
p { color: rgb(122,103,88); }
H1.HeaderClassName
{
color: #7A6758;
}
.AnyTagClassName
{
color: #7A6758;
}
</style>
background-color css
<style>
a { background-color: #7A6758; }
a { background-color: rgb(122,103,88); }
div.DivClassName
{
background-color: #7A6758;
}
.BgClassName
{
background-color: #7A6758;
}
</style>
border-color css
<style>
span { border-color: #7A6758; }
span { border-color: rgb(122,103,88); }
td.TdClassName
{
border-color: #7A6758;
}
.TagClassName
{
border-color: #7A6758;
}
</style>