Shades of Coffee #786B52
Tints of Coffee #786B52
RGB
CMYK
RGB Variations
Color information
#786B52 (or 0x786B52) is known color: Coffee. HEX triplet: 78, 6B and 52. RGB value is (120,107,82). Sum of RGB (Red+Green+Blue) = 120+107+82=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #786B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B52 is #8794AD. Grayscale: #6C6C6C. Windows color (decimal): -8885422 or 5401464. OLE color: 5401464.
HSL color Cylindrical-coordinate representation of color #786B52: hue angle of 39.47º 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 #786B52 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 107 | 82 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.53 |
| HSL | 39.47º | 0.19% | 0.4% | - |
| HSV(B) | 39.47º | 0.32% | 0.47% | - |
| XYZ | 14.53 | 15.12 | 10.14 | - |
| YUV | 108.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 82 | 0 | 0.11 | 0.32 | 0.53 | 39.47 | 0.19 | 0.4 |
| Hex | 78 | 6B | 52 | 0 | B | 20 | 35 | 27 | 13 | 28 |
| Octal | 170 | 153 | 122 | 0 | 13 | 40 | 65 | 47 | 23 | 50 |
| Binary | 1111000 | 1101011 | 1010010 | 0 | 1011 | 100000 | 110101 | 100111 | 10011 | 101000 |
Color Harmonies of #786B52
Complementary color
Monochromatic Colors of #786B52
Black with #786B52
Text Example
Text Example
White with #786B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B52; }
p { color: rgb(120,107,82); }
H1.HeaderClassName
{
color: #786B52;
}
.AnyTagClassName
{
color: #786B52;
}
</style>
background-color css
<style>
a { background-color: #786B52; }
a { background-color: rgb(120,107,82); }
div.DivClassName
{
background-color: #786B52;
}
.BgClassName
{
background-color: #786B52;
}
</style>
border-color css
<style>
span { border-color: #786B52; }
span { border-color: rgb(120,107,82); }
td.TdClassName
{
border-color: #786B52;
}
.TagClassName
{
border-color: #786B52;
}
</style>