Shades of Coffee #766950
Tints of Coffee #766950
RGB
CMYK
RGB Variations
Color information
#766950 (or 0x766950) is known color: Coffee. HEX triplet: 76, 69 and 50. RGB value is (118,105,80). Sum of RGB (Red+Green+Blue) = 118+105+80=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #766950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766950 is #8996AF. Grayscale: #6A6A6A. Windows color (decimal): -9017008 or 5269878. OLE color: 5269878.
HSL color Cylindrical-coordinate representation of color #766950: hue angle of 39.47º 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 #766950 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 105 | 80 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.54 |
| HSL | 39.47º | 0.19% | 0.39% | - |
| HSV(B) | 39.47º | 0.32% | 0.46% | - |
| XYZ | 13.97 | 14.53 | 9.66 | - |
| YUV | 106.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 80 | 0 | 0.11 | 0.32 | 0.54 | 39.47 | 0.19 | 0.39 |
| Hex | 76 | 69 | 50 | 0 | B | 20 | 36 | 27 | 13 | 27 |
| Octal | 166 | 151 | 120 | 0 | 13 | 40 | 66 | 47 | 23 | 47 |
| Binary | 1110110 | 1101001 | 1010000 | 0 | 1011 | 100000 | 110110 | 100111 | 10011 | 100111 |
Color Harmonies of #766950
Complementary color
Monochromatic Colors of #766950
Black with #766950
Text Example
Text Example
White with #766950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766950; }
p { color: rgb(118,105,80); }
H1.HeaderClassName
{
color: #766950;
}
.AnyTagClassName
{
color: #766950;
}
</style>
background-color css
<style>
a { background-color: #766950; }
a { background-color: rgb(118,105,80); }
div.DivClassName
{
background-color: #766950;
}
.BgClassName
{
background-color: #766950;
}
</style>
border-color css
<style>
span { border-color: #766950; }
span { border-color: rgb(118,105,80); }
td.TdClassName
{
border-color: #766950;
}
.TagClassName
{
border-color: #766950;
}
</style>