Shades of Coffee #78674B
Tints of Coffee #78674B
RGB
CMYK
RGB Variations
Color information
#78674B (or 0x78674B) is known color: Coffee. HEX triplet: 78, 67 and 4B. RGB value is (120,103,75). Sum of RGB (Red+Green+Blue) = 120+103+75=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #78674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78674B is #8798B4. Grayscale: #696969. Windows color (decimal): -8886453 or 4941688. OLE color: 4941688.
HSL color Cylindrical-coordinate representation of color #78674B: hue angle of 37.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78674B is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 103 | 75 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.53 |
| HSL | 37.33º | 0.23% | 0.38% | - |
| HSV(B) | 37.33º | 0.38% | 0.47% | - |
| XYZ | 13.87 | 14.2 | 8.67 | - |
| YUV | 104.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 75 | 0 | 0.14 | 0.37 | 0.53 | 37.33 | 0.23 | 0.38 |
| Hex | 78 | 67 | 4B | 0 | E | 25 | 35 | 25 | 17 | 26 |
| Octal | 170 | 147 | 113 | 0 | 16 | 45 | 65 | 45 | 27 | 46 |
| Binary | 1111000 | 1100111 | 1001011 | 0 | 1110 | 100101 | 110101 | 100101 | 10111 | 100110 |
Color Harmonies of #78674B
Complementary color
Monochromatic Colors of #78674B
Black with #78674B
Text Example
Text Example
White with #78674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78674B; }
p { color: rgb(120,103,75); }
H1.HeaderClassName
{
color: #78674B;
}
.AnyTagClassName
{
color: #78674B;
}
</style>
background-color css
<style>
a { background-color: #78674B; }
a { background-color: rgb(120,103,75); }
div.DivClassName
{
background-color: #78674B;
}
.BgClassName
{
background-color: #78674B;
}
</style>
border-color css
<style>
span { border-color: #78674B; }
span { border-color: rgb(120,103,75); }
td.TdClassName
{
border-color: #78674B;
}
.TagClassName
{
border-color: #78674B;
}
</style>