Shades of Roman Coffee #78655A
Tints of Roman Coffee #78655A
RGB
CMYK
RGB Variations
Color information
#78655A (or 0x78655A) is known color: Roman Coffee. HEX triplet: 78, 65 and 5A. RGB value is (120,101,90). Sum of RGB (Red+Green+Blue) = 120+101+90=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #78655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78655A is #879AA5. Grayscale: #696969. Windows color (decimal): -8886950 or 5924216. OLE color: 5924216.
HSL color Cylindrical-coordinate representation of color #78655A: hue angle of 22º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78655A is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 90 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.53 |
| HSL | 22º | 0.14% | 0.41% | - |
| HSV(B) | 22º | 0.25% | 0.47% | - |
| XYZ | 14.24 | 14.04 | 11.63 | - |
| YUV | 105.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 90 | 0 | 0.16 | 0.25 | 0.53 | 22 | 0.14 | 0.41 |
| Hex | 78 | 65 | 5A | 0 | 10 | 19 | 35 | 16 | E | 29 |
| Octal | 170 | 145 | 132 | 0 | 20 | 31 | 65 | 26 | 16 | 51 |
| Binary | 1111000 | 1100101 | 1011010 | 0 | 10000 | 11001 | 110101 | 10110 | 1110 | 101001 |
Color Harmonies of #78655A
Complementary color
Monochromatic Colors of #78655A
Black with #78655A
Text Example
Text Example
White with #78655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78655A; }
p { color: rgb(120,101,90); }
H1.HeaderClassName
{
color: #78655A;
}
.AnyTagClassName
{
color: #78655A;
}
</style>
background-color css
<style>
a { background-color: #78655A; }
a { background-color: rgb(120,101,90); }
div.DivClassName
{
background-color: #78655A;
}
.BgClassName
{
background-color: #78655A;
}
</style>
border-color css
<style>
span { border-color: #78655A; }
span { border-color: rgb(120,101,90); }
td.TdClassName
{
border-color: #78655A;
}
.TagClassName
{
border-color: #78655A;
}
</style>