Shades of Roman Coffee #776A61
Tints of Roman Coffee #776A61
RGB
CMYK
RGB Variations
Color information
#776A61 (or 0x776A61) is known color: Roman Coffee. HEX triplet: 77, 6A and 61. RGB value is (119,106,97). Sum of RGB (Red+Green+Blue) = 119+106+97=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #776A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A61 is #88959E. Grayscale: #6C6C6C. Windows color (decimal): -8951199 or 6384247. OLE color: 6384247.
HSL color Cylindrical-coordinate representation of color #776A61: hue angle of 24.55º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776A61 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 97 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.53 |
| HSL | 24.55º | 0.1% | 0.42% | - |
| HSV(B) | 24.55º | 0.18% | 0.47% | - |
| XYZ | 14.92 | 15.09 | 13.44 | - |
| YUV | 108.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 97 | 0 | 0.11 | 0.18 | 0.53 | 24.55 | 0.1 | 0.42 |
| Hex | 77 | 6A | 61 | 0 | B | 12 | 35 | 19 | A | 2A |
| Octal | 167 | 152 | 141 | 0 | 13 | 22 | 65 | 31 | 12 | 52 |
| Binary | 1110111 | 1101010 | 1100001 | 0 | 1011 | 10010 | 110101 | 11001 | 1010 | 101010 |
Color Harmonies of #776A61
Complementary color
Monochromatic Colors of #776A61
Black with #776A61
Text Example
Text Example
White with #776A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A61; }
p { color: rgb(119,106,97); }
H1.HeaderClassName
{
color: #776A61;
}
.AnyTagClassName
{
color: #776A61;
}
</style>
background-color css
<style>
a { background-color: #776A61; }
a { background-color: rgb(119,106,97); }
div.DivClassName
{
background-color: #776A61;
}
.BgClassName
{
background-color: #776A61;
}
</style>
border-color css
<style>
span { border-color: #776A61; }
span { border-color: rgb(119,106,97); }
td.TdClassName
{
border-color: #776A61;
}
.TagClassName
{
border-color: #776A61;
}
</style>