Shades of Roman Coffee #776255
Tints of Roman Coffee #776255
RGB
CMYK
RGB Variations
Color information
#776255 (or 0x776255) is known color: Roman Coffee. HEX triplet: 77, 62 and 55. RGB value is (119,98,85). Sum of RGB (Red+Green+Blue) = 119+98+85=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #776255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776255 is #889DAA. Grayscale: #666666. Windows color (decimal): -8953259 or 5595767. OLE color: 5595767.
HSL color Cylindrical-coordinate representation of color #776255: hue angle of 22.94º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #776255 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 98 | 85 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.53 |
| HSL | 22.94º | 0.17% | 0.4% | - |
| HSV(B) | 22.94º | 0.29% | 0.47% | - |
| XYZ | 13.62 | 13.31 | 10.45 | - |
| YUV | 102.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 85 | 0 | 0.18 | 0.29 | 0.53 | 22.94 | 0.17 | 0.4 |
| Hex | 77 | 62 | 55 | 0 | 12 | 1D | 35 | 17 | 11 | 28 |
| Octal | 167 | 142 | 125 | 0 | 22 | 35 | 65 | 27 | 21 | 50 |
| Binary | 1110111 | 1100010 | 1010101 | 0 | 10010 | 11101 | 110101 | 10111 | 10001 | 101000 |
Color Harmonies of #776255
Complementary color
Monochromatic Colors of #776255
Black with #776255
Text Example
Text Example
White with #776255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776255; }
p { color: rgb(119,98,85); }
H1.HeaderClassName
{
color: #776255;
}
.AnyTagClassName
{
color: #776255;
}
</style>
background-color css
<style>
a { background-color: #776255; }
a { background-color: rgb(119,98,85); }
div.DivClassName
{
background-color: #776255;
}
.BgClassName
{
background-color: #776255;
}
</style>
border-color css
<style>
span { border-color: #776255; }
span { border-color: rgb(119,98,85); }
td.TdClassName
{
border-color: #776255;
}
.TagClassName
{
border-color: #776255;
}
</style>