Shades of Coffee #766B55
Tints of Coffee #766B55
RGB
CMYK
RGB Variations
Color information
#766B55 (or 0x766B55) is known color: Coffee. HEX triplet: 76, 6B and 55. RGB value is (118,107,85). Sum of RGB (Red+Green+Blue) = 118+107+85=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #766B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B55 is #8994AA. Grayscale: #6B6B6B. Windows color (decimal): -9016491 or 5598070. OLE color: 5598070.
HSL color Cylindrical-coordinate representation of color #766B55: hue angle of 40º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #766B55 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 85 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.54 |
| HSL | 40º | 0.16% | 0.4% | - |
| HSV(B) | 40º | 0.28% | 0.46% | - |
| XYZ | 14.37 | 15.02 | 10.74 | - |
| YUV | 107.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 85 | 0 | 0.09 | 0.28 | 0.54 | 40 | 0.16 | 0.4 |
| Hex | 76 | 6B | 55 | 0 | 9 | 1C | 36 | 28 | 10 | 28 |
| Octal | 166 | 153 | 125 | 0 | 11 | 34 | 66 | 50 | 20 | 50 |
| Binary | 1110110 | 1101011 | 1010101 | 0 | 1001 | 11100 | 110110 | 101000 | 10000 | 101000 |
Color Harmonies of #766B55
Complementary color
Monochromatic Colors of #766B55
Black with #766B55
Text Example
Text Example
White with #766B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B55; }
p { color: rgb(118,107,85); }
H1.HeaderClassName
{
color: #766B55;
}
.AnyTagClassName
{
color: #766B55;
}
</style>
background-color css
<style>
a { background-color: #766B55; }
a { background-color: rgb(118,107,85); }
div.DivClassName
{
background-color: #766B55;
}
.BgClassName
{
background-color: #766B55;
}
</style>
border-color css
<style>
span { border-color: #766B55; }
span { border-color: rgb(118,107,85); }
td.TdClassName
{
border-color: #766B55;
}
.TagClassName
{
border-color: #766B55;
}
</style>