Shades of Coffee #77684C
Tints of Coffee #77684C
RGB
CMYK
RGB Variations
Color information
#77684C (or 0x77684C) is known color: Coffee. HEX triplet: 77, 68 and 4C. RGB value is (119,104,76). Sum of RGB (Red+Green+Blue) = 119+104+76=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #77684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77684C is #8897B3. Grayscale: #696969. Windows color (decimal): -8951732 or 5007479. OLE color: 5007479.
HSL color Cylindrical-coordinate representation of color #77684C: hue angle of 39.07º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77684C is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 104 | 76 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.53 |
| HSL | 39.07º | 0.22% | 0.38% | - |
| HSV(B) | 39.07º | 0.36% | 0.47% | - |
| XYZ | 13.86 | 14.34 | 8.88 | - |
| YUV | 105.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 76 | 0 | 0.13 | 0.36 | 0.53 | 39.07 | 0.22 | 0.38 |
| Hex | 77 | 68 | 4C | 0 | D | 24 | 35 | 27 | 16 | 26 |
| Octal | 167 | 150 | 114 | 0 | 15 | 44 | 65 | 47 | 26 | 46 |
| Binary | 1110111 | 1101000 | 1001100 | 0 | 1101 | 100100 | 110101 | 100111 | 10110 | 100110 |
Color Harmonies of #77684C
Complementary color
Monochromatic Colors of #77684C
Black with #77684C
Text Example
Text Example
White with #77684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77684C; }
p { color: rgb(119,104,76); }
H1.HeaderClassName
{
color: #77684C;
}
.AnyTagClassName
{
color: #77684C;
}
</style>
background-color css
<style>
a { background-color: #77684C; }
a { background-color: rgb(119,104,76); }
div.DivClassName
{
background-color: #77684C;
}
.BgClassName
{
background-color: #77684C;
}
</style>
border-color css
<style>
span { border-color: #77684C; }
span { border-color: rgb(119,104,76); }
td.TdClassName
{
border-color: #77684C;
}
.TagClassName
{
border-color: #77684C;
}
</style>