Shades of Coffee #77674B
Tints of Coffee #77674B
RGB
CMYK
RGB Variations
Color information
#77674B (or 0x77674B) is known color: Coffee. HEX triplet: 77, 67 and 4B. RGB value is (119,103,75). Sum of RGB (Red+Green+Blue) = 119+103+75=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77674B is #8898B4. Grayscale: #686868. Windows color (decimal): -8951989 or 4941687. OLE color: 4941687.
HSL color Cylindrical-coordinate representation of color #77674B: hue angle of 38.18º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77674B is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 103 | 75 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.53 |
| HSL | 38.18º | 0.23% | 0.38% | - |
| HSV(B) | 38.18º | 0.37% | 0.47% | - |
| XYZ | 13.73 | 14.13 | 8.66 | - |
| YUV | 104.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 75 | 0 | 0.13 | 0.37 | 0.53 | 38.18 | 0.23 | 0.38 |
| Hex | 77 | 67 | 4B | 0 | D | 25 | 35 | 26 | 17 | 26 |
| Octal | 167 | 147 | 113 | 0 | 15 | 45 | 65 | 46 | 27 | 46 |
| Binary | 1110111 | 1100111 | 1001011 | 0 | 1101 | 100101 | 110101 | 100110 | 10111 | 100110 |
Color Harmonies of #77674B
Complementary color
Monochromatic Colors of #77674B
Black with #77674B
Text Example
Text Example
White with #77674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77674B; }
p { color: rgb(119,103,75); }
H1.HeaderClassName
{
color: #77674B;
}
.AnyTagClassName
{
color: #77674B;
}
</style>
background-color css
<style>
a { background-color: #77674B; }
a { background-color: rgb(119,103,75); }
div.DivClassName
{
background-color: #77674B;
}
.BgClassName
{
background-color: #77674B;
}
</style>
border-color css
<style>
span { border-color: #77674B; }
span { border-color: rgb(119,103,75); }
td.TdClassName
{
border-color: #77674B;
}
.TagClassName
{
border-color: #77674B;
}
</style>