Shades of Roman Coffee #78685D
Tints of Roman Coffee #78685D
RGB
CMYK
RGB Variations
Color information
#78685D (or 0x78685D) is known color: Roman Coffee. HEX triplet: 78, 68 and 5D. RGB value is (120,104,93). Sum of RGB (Red+Green+Blue) = 120+104+93=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #78685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78685D is #8797A2. Grayscale: #6B6B6B. Windows color (decimal): -8886179 or 6121592. OLE color: 6121592.
HSL color Cylindrical-coordinate representation of color #78685D: hue angle of 24.44º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78685D is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 93 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.53 |
| HSL | 24.44º | 0.13% | 0.42% | - |
| HSV(B) | 24.44º | 0.23% | 0.47% | - |
| XYZ | 14.67 | 14.68 | 12.42 | - |
| YUV | 107.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 93 | 0 | 0.13 | 0.22 | 0.53 | 24.44 | 0.13 | 0.42 |
| Hex | 78 | 68 | 5D | 0 | D | 16 | 35 | 18 | D | 2A |
| Octal | 170 | 150 | 135 | 0 | 15 | 26 | 65 | 30 | 15 | 52 |
| Binary | 1111000 | 1101000 | 1011101 | 0 | 1101 | 10110 | 110101 | 11000 | 1101 | 101010 |
Color Harmonies of #78685D
Complementary color
Monochromatic Colors of #78685D
Black with #78685D
Text Example
Text Example
White with #78685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78685D; }
p { color: rgb(120,104,93); }
H1.HeaderClassName
{
color: #78685D;
}
.AnyTagClassName
{
color: #78685D;
}
</style>
background-color css
<style>
a { background-color: #78685D; }
a { background-color: rgb(120,104,93); }
div.DivClassName
{
background-color: #78685D;
}
.BgClassName
{
background-color: #78685D;
}
</style>
border-color css
<style>
span { border-color: #78685D; }
span { border-color: rgb(120,104,93); }
td.TdClassName
{
border-color: #78685D;
}
.TagClassName
{
border-color: #78685D;
}
</style>