Shades of Coffee #786852
Tints of Coffee #786852
RGB
CMYK
RGB Variations
Color information
#786852 (or 0x786852) is known color: Coffee. HEX triplet: 78, 68 and 52. RGB value is (120,104,82). Sum of RGB (Red+Green+Blue) = 120+104+82=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #786852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786852 is #8797AD. Grayscale: #6A6A6A. Windows color (decimal): -8886190 or 5400696. OLE color: 5400696.
HSL color Cylindrical-coordinate representation of color #786852: hue angle of 34.74º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #786852 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 82 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.53 |
| HSL | 34.74º | 0.19% | 0.4% | - |
| HSV(B) | 34.74º | 0.32% | 0.47% | - |
| XYZ | 14.22 | 14.5 | 10.03 | - |
| YUV | 106.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 82 | 0 | 0.13 | 0.32 | 0.53 | 34.74 | 0.19 | 0.4 |
| Hex | 78 | 68 | 52 | 0 | D | 20 | 35 | 23 | 13 | 28 |
| Octal | 170 | 150 | 122 | 0 | 15 | 40 | 65 | 43 | 23 | 50 |
| Binary | 1111000 | 1101000 | 1010010 | 0 | 1101 | 100000 | 110101 | 100011 | 10011 | 101000 |
Color Harmonies of #786852
Complementary color
Monochromatic Colors of #786852
Black with #786852
Text Example
Text Example
White with #786852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786852; }
p { color: rgb(120,104,82); }
H1.HeaderClassName
{
color: #786852;
}
.AnyTagClassName
{
color: #786852;
}
</style>
background-color css
<style>
a { background-color: #786852; }
a { background-color: rgb(120,104,82); }
div.DivClassName
{
background-color: #786852;
}
.BgClassName
{
background-color: #786852;
}
</style>
border-color css
<style>
span { border-color: #786852; }
span { border-color: rgb(120,104,82); }
td.TdClassName
{
border-color: #786852;
}
.TagClassName
{
border-color: #786852;
}
</style>