Shades of Roman Coffee #786A60
Tints of Roman Coffee #786A60
RGB
CMYK
RGB Variations
Color information
#786A60 (or 0x786A60) is known color: Roman Coffee. HEX triplet: 78, 6A and 60. RGB value is (120,106,96). Sum of RGB (Red+Green+Blue) = 120+106+96=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #786A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A60 is #87959F. Grayscale: #6D6D6D. Windows color (decimal): -8885664 or 6318712. OLE color: 6318712.
HSL color Cylindrical-coordinate representation of color #786A60: hue angle of 25º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786A60 is Cyan = 0, Magento = 0.12, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 96 | - |
| CMYK | 0 | 0.12 | 0.2 | 0.53 |
| HSL | 25º | 0.11% | 0.42% | - |
| HSV(B) | 25º | 0.2% | 0.47% | - |
| XYZ | 15.01 | 15.15 | 13.2 | - |
| YUV | 109.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 96 | 0 | 0.12 | 0.2 | 0.53 | 25 | 0.11 | 0.42 |
| Hex | 78 | 6A | 60 | 0 | C | 14 | 35 | 19 | B | 2A |
| Octal | 170 | 152 | 140 | 0 | 14 | 24 | 65 | 31 | 13 | 52 |
| Binary | 1111000 | 1101010 | 1100000 | 0 | 1100 | 10100 | 110101 | 11001 | 1011 | 101010 |
Color Harmonies of #786A60
Complementary color
Monochromatic Colors of #786A60
Black with #786A60
Text Example
Text Example
White with #786A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A60; }
p { color: rgb(120,106,96); }
H1.HeaderClassName
{
color: #786A60;
}
.AnyTagClassName
{
color: #786A60;
}
</style>
background-color css
<style>
a { background-color: #786A60; }
a { background-color: rgb(120,106,96); }
div.DivClassName
{
background-color: #786A60;
}
.BgClassName
{
background-color: #786A60;
}
</style>
border-color css
<style>
span { border-color: #786A60; }
span { border-color: rgb(120,106,96); }
td.TdClassName
{
border-color: #786A60;
}
.TagClassName
{
border-color: #786A60;
}
</style>