Shades of Roman Coffee #78675A
Tints of Roman Coffee #78675A
RGB
CMYK
RGB Variations
Color information
#78675A (or 0x78675A) is known color: Roman Coffee. HEX triplet: 78, 67 and 5A. RGB value is (120,103,90). Sum of RGB (Red+Green+Blue) = 120+103+90=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #78675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78675A is #8798A5. Grayscale: #6A6A6A. Windows color (decimal): -8886438 or 5924728. OLE color: 5924728.
HSL color Cylindrical-coordinate representation of color #78675A: hue angle of 26º 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 #78675A is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 103 | 90 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.53 |
| HSL | 26º | 0.14% | 0.41% | - |
| HSV(B) | 26º | 0.25% | 0.47% | - |
| XYZ | 14.44 | 14.43 | 11.7 | - |
| YUV | 106.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 90 | 0 | 0.14 | 0.25 | 0.53 | 26 | 0.14 | 0.41 |
| Hex | 78 | 67 | 5A | 0 | E | 19 | 35 | 1A | E | 29 |
| Octal | 170 | 147 | 132 | 0 | 16 | 31 | 65 | 32 | 16 | 51 |
| Binary | 1111000 | 1100111 | 1011010 | 0 | 1110 | 11001 | 110101 | 11010 | 1110 | 101001 |
Color Harmonies of #78675A
Complementary color
Monochromatic Colors of #78675A
Black with #78675A
Text Example
Text Example
White with #78675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78675A; }
p { color: rgb(120,103,90); }
H1.HeaderClassName
{
color: #78675A;
}
.AnyTagClassName
{
color: #78675A;
}
</style>
background-color css
<style>
a { background-color: #78675A; }
a { background-color: rgb(120,103,90); }
div.DivClassName
{
background-color: #78675A;
}
.BgClassName
{
background-color: #78675A;
}
</style>
border-color css
<style>
span { border-color: #78675A; }
span { border-color: rgb(120,103,90); }
td.TdClassName
{
border-color: #78675A;
}
.TagClassName
{
border-color: #78675A;
}
</style>