Shades of Coffee #766850
Tints of Coffee #766850
RGB
CMYK
RGB Variations
Color information
#766850 (or 0x766850) is known color: Coffee. HEX triplet: 76, 68 and 50. RGB value is (118,104,80). Sum of RGB (Red+Green+Blue) = 118+104+80=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #766850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766850 is #8997AF. Grayscale: #696969. Windows color (decimal): -9017264 or 5269622. OLE color: 5269622.
HSL color Cylindrical-coordinate representation of color #766850: hue angle of 37.89º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766850 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 80 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.54 |
| HSL | 37.89º | 0.19% | 0.39% | - |
| HSV(B) | 37.89º | 0.32% | 0.46% | - |
| XYZ | 13.87 | 14.33 | 9.62 | - |
| YUV | 105.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 80 | 0 | 0.12 | 0.32 | 0.54 | 37.89 | 0.19 | 0.39 |
| Hex | 76 | 68 | 50 | 0 | C | 20 | 36 | 26 | 13 | 27 |
| Octal | 166 | 150 | 120 | 0 | 14 | 40 | 66 | 46 | 23 | 47 |
| Binary | 1110110 | 1101000 | 1010000 | 0 | 1100 | 100000 | 110110 | 100110 | 10011 | 100111 |
Color Harmonies of #766850
Complementary color
Monochromatic Colors of #766850
Black with #766850
Text Example
Text Example
White with #766850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766850; }
p { color: rgb(118,104,80); }
H1.HeaderClassName
{
color: #766850;
}
.AnyTagClassName
{
color: #766850;
}
</style>
background-color css
<style>
a { background-color: #766850; }
a { background-color: rgb(118,104,80); }
div.DivClassName
{
background-color: #766850;
}
.BgClassName
{
background-color: #766850;
}
</style>
border-color css
<style>
span { border-color: #766850; }
span { border-color: rgb(118,104,80); }
td.TdClassName
{
border-color: #766850;
}
.TagClassName
{
border-color: #766850;
}
</style>