Shades of Coffee #77644C
Tints of Coffee #77644C
RGB
CMYK
RGB Variations
Color information
#77644C (or 0x77644C) is known color: Coffee. HEX triplet: 77, 64 and 4C. RGB value is (119,100,76). Sum of RGB (Red+Green+Blue) = 119+100+76=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77644C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77644C is #889BB3. Grayscale: #676767. Windows color (decimal): -8952756 or 5006455. OLE color: 5006455.
HSL color Cylindrical-coordinate representation of color #77644C: hue angle of 33.49º 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 #77644C is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 100 | 76 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.53 |
| HSL | 33.49º | 0.22% | 0.38% | - |
| HSV(B) | 33.49º | 0.36% | 0.47% | - |
| XYZ | 13.47 | 13.56 | 8.74 | - |
| YUV | 102.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 76 | 0 | 0.16 | 0.36 | 0.53 | 33.49 | 0.22 | 0.38 |
| Hex | 77 | 64 | 4C | 0 | 10 | 24 | 35 | 21 | 16 | 26 |
| Octal | 167 | 144 | 114 | 0 | 20 | 44 | 65 | 41 | 26 | 46 |
| Binary | 1110111 | 1100100 | 1001100 | 0 | 10000 | 100100 | 110101 | 100001 | 10110 | 100110 |
Color Harmonies of #77644C
Complementary color
Monochromatic Colors of #77644C
Black with #77644C
Text Example
Text Example
White with #77644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77644C; }
p { color: rgb(119,100,76); }
H1.HeaderClassName
{
color: #77644C;
}
.AnyTagClassName
{
color: #77644C;
}
</style>
background-color css
<style>
a { background-color: #77644C; }
a { background-color: rgb(119,100,76); }
div.DivClassName
{
background-color: #77644C;
}
.BgClassName
{
background-color: #77644C;
}
</style>
border-color css
<style>
span { border-color: #77644C; }
span { border-color: rgb(119,100,76); }
td.TdClassName
{
border-color: #77644C;
}
.TagClassName
{
border-color: #77644C;
}
</style>