Shades of Roman Coffee #796A5E
Tints of Roman Coffee #796A5E
RGB
CMYK
RGB Variations
Color information
#796A5E (or 0x796A5E) is known color: Roman Coffee. HEX triplet: 79, 6A and 5E. RGB value is (121,106,94). Sum of RGB (Red+Green+Blue) = 121+106+94=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #796A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A5E is #8695A1. Grayscale: #6D6D6D. Windows color (decimal): -8820130 or 6187641. OLE color: 6187641.
HSL color Cylindrical-coordinate representation of color #796A5E: hue angle of 26.67º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #796A5E is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 94 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.53 |
| HSL | 26.67º | 0.13% | 0.42% | - |
| HSV(B) | 26.67º | 0.22% | 0.47% | - |
| XYZ | 15.06 | 15.18 | 12.73 | - |
| YUV | 109.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 94 | 0 | 0.12 | 0.22 | 0.53 | 26.67 | 0.13 | 0.42 |
| Hex | 79 | 6A | 5E | 0 | C | 16 | 35 | 1B | D | 2A |
| Octal | 171 | 152 | 136 | 0 | 14 | 26 | 65 | 33 | 15 | 52 |
| Binary | 1111001 | 1101010 | 1011110 | 0 | 1100 | 10110 | 110101 | 11011 | 1101 | 101010 |
Color Harmonies of #796A5E
Complementary color
Monochromatic Colors of #796A5E
Black with #796A5E
Text Example
Text Example
White with #796A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A5E; }
p { color: rgb(121,106,94); }
H1.HeaderClassName
{
color: #796A5E;
}
.AnyTagClassName
{
color: #796A5E;
}
</style>
background-color css
<style>
a { background-color: #796A5E; }
a { background-color: rgb(121,106,94); }
div.DivClassName
{
background-color: #796A5E;
}
.BgClassName
{
background-color: #796A5E;
}
</style>
border-color css
<style>
span { border-color: #796A5E; }
span { border-color: rgb(121,106,94); }
td.TdClassName
{
border-color: #796A5E;
}
.TagClassName
{
border-color: #796A5E;
}
</style>