Shades of Roman Coffee #78695D
Tints of Roman Coffee #78695D
RGB
CMYK
RGB Variations
Color information
#78695D (or 0x78695D) is known color: Roman Coffee. HEX triplet: 78, 69 and 5D. RGB value is (120,105,93). Sum of RGB (Red+Green+Blue) = 120+105+93=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #78695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78695D is #8796A2. Grayscale: #6C6C6C. Windows color (decimal): -8885923 or 6121848. OLE color: 6121848.
HSL color Cylindrical-coordinate representation of color #78695D: hue angle of 26.67º 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 #78695D is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 105 | 93 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.53 |
| HSL | 26.67º | 0.13% | 0.42% | - |
| HSV(B) | 26.67º | 0.23% | 0.47% | - |
| XYZ | 14.77 | 14.89 | 12.45 | - |
| YUV | 108.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 93 | 0 | 0.13 | 0.22 | 0.53 | 26.67 | 0.13 | 0.42 |
| Hex | 78 | 69 | 5D | 0 | D | 16 | 35 | 1B | D | 2A |
| Octal | 170 | 151 | 135 | 0 | 15 | 26 | 65 | 33 | 15 | 52 |
| Binary | 1111000 | 1101001 | 1011101 | 0 | 1101 | 10110 | 110101 | 11011 | 1101 | 101010 |
Color Harmonies of #78695D
Complementary color
Monochromatic Colors of #78695D
Black with #78695D
Text Example
Text Example
White with #78695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78695D; }
p { color: rgb(120,105,93); }
H1.HeaderClassName
{
color: #78695D;
}
.AnyTagClassName
{
color: #78695D;
}
</style>
background-color css
<style>
a { background-color: #78695D; }
a { background-color: rgb(120,105,93); }
div.DivClassName
{
background-color: #78695D;
}
.BgClassName
{
background-color: #78695D;
}
</style>
border-color css
<style>
span { border-color: #78695D; }
span { border-color: rgb(120,105,93); }
td.TdClassName
{
border-color: #78695D;
}
.TagClassName
{
border-color: #78695D;
}
</style>