Shades of Roman Coffee #78685E
Tints of Roman Coffee #78685E
RGB
CMYK
RGB Variations
Color information
#78685E (or 0x78685E) is known color: Roman Coffee. HEX triplet: 78, 68 and 5E. RGB value is (120,104,94). Sum of RGB (Red+Green+Blue) = 120+104+94=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #78685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78685E is #8797A1. Grayscale: #6B6B6B. Windows color (decimal): -8886178 or 6187128. OLE color: 6187128.
HSL color Cylindrical-coordinate representation of color #78685E: hue angle of 23.08º degrees, saturation: 0.12, 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 #78685E is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 94 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.53 |
| HSL | 23.08º | 0.12% | 0.42% | - |
| HSV(B) | 23.08º | 0.22% | 0.47% | - |
| XYZ | 14.72 | 14.7 | 12.65 | - |
| YUV | 107.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 94 | 0 | 0.13 | 0.22 | 0.53 | 23.08 | 0.12 | 0.42 |
| Hex | 78 | 68 | 5E | 0 | D | 16 | 35 | 17 | C | 2A |
| Octal | 170 | 150 | 136 | 0 | 15 | 26 | 65 | 27 | 14 | 52 |
| Binary | 1111000 | 1101000 | 1011110 | 0 | 1101 | 10110 | 110101 | 10111 | 1100 | 101010 |
Color Harmonies of #78685E
Complementary color
Monochromatic Colors of #78685E
Black with #78685E
Text Example
Text Example
White with #78685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78685E; }
p { color: rgb(120,104,94); }
H1.HeaderClassName
{
color: #78685E;
}
.AnyTagClassName
{
color: #78685E;
}
</style>
background-color css
<style>
a { background-color: #78685E; }
a { background-color: rgb(120,104,94); }
div.DivClassName
{
background-color: #78685E;
}
.BgClassName
{
background-color: #78685E;
}
</style>
border-color css
<style>
span { border-color: #78685E; }
span { border-color: rgb(120,104,94); }
td.TdClassName
{
border-color: #78685E;
}
.TagClassName
{
border-color: #78685E;
}
</style>