Shades of Coffee #77684D
Tints of Coffee #77684D
RGB
CMYK
RGB Variations
Color information
#77684D (or 0x77684D) is known color: Coffee. HEX triplet: 77, 68 and 4D. RGB value is (119,104,77). Sum of RGB (Red+Green+Blue) = 119+104+77=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77684D is #8897B2. Grayscale: #696969. Windows color (decimal): -8951731 or 5073015. OLE color: 5073015.
HSL color Cylindrical-coordinate representation of color #77684D: hue angle of 38.57º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77684D is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 104 | 77 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.53 |
| HSL | 38.57º | 0.21% | 0.38% | - |
| HSV(B) | 38.57º | 0.35% | 0.47% | - |
| XYZ | 13.9 | 14.36 | 9.06 | - |
| YUV | 105.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 77 | 0 | 0.13 | 0.35 | 0.53 | 38.57 | 0.21 | 0.38 |
| Hex | 77 | 68 | 4D | 0 | D | 23 | 35 | 27 | 15 | 26 |
| Octal | 167 | 150 | 115 | 0 | 15 | 43 | 65 | 47 | 25 | 46 |
| Binary | 1110111 | 1101000 | 1001101 | 0 | 1101 | 100011 | 110101 | 100111 | 10101 | 100110 |
Color Harmonies of #77684D
Complementary color
Monochromatic Colors of #77684D
Black with #77684D
Text Example
Text Example
White with #77684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77684D; }
p { color: rgb(119,104,77); }
H1.HeaderClassName
{
color: #77684D;
}
.AnyTagClassName
{
color: #77684D;
}
</style>
background-color css
<style>
a { background-color: #77684D; }
a { background-color: rgb(119,104,77); }
div.DivClassName
{
background-color: #77684D;
}
.BgClassName
{
background-color: #77684D;
}
</style>
border-color css
<style>
span { border-color: #77684D; }
span { border-color: rgb(119,104,77); }
td.TdClassName
{
border-color: #77684D;
}
.TagClassName
{
border-color: #77684D;
}
</style>