Shades of Coffee #766854
Tints of Coffee #766854
RGB
CMYK
RGB Variations
Color information
#766854 (or 0x766854) is known color: Coffee. HEX triplet: 76, 68 and 54. RGB value is (118,104,84). Sum of RGB (Red+Green+Blue) = 118+104+84=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #766854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766854 is #8997AB. Grayscale: #696969. Windows color (decimal): -9017260 or 5531766. OLE color: 5531766.
HSL color Cylindrical-coordinate representation of color #766854: hue angle of 35.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766854 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 84 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.54 |
| HSL | 35.29º | 0.17% | 0.4% | - |
| HSV(B) | 35.29º | 0.29% | 0.46% | - |
| XYZ | 14.02 | 14.39 | 10.43 | - |
| YUV | 105.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 84 | 0 | 0.12 | 0.29 | 0.54 | 35.29 | 0.17 | 0.4 |
| Hex | 76 | 68 | 54 | 0 | C | 1D | 36 | 23 | 11 | 28 |
| Octal | 166 | 150 | 124 | 0 | 14 | 35 | 66 | 43 | 21 | 50 |
| Binary | 1110110 | 1101000 | 1010100 | 0 | 1100 | 11101 | 110110 | 100011 | 10001 | 101000 |
Color Harmonies of #766854
Complementary color
Monochromatic Colors of #766854
Black with #766854
Text Example
Text Example
White with #766854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766854; }
p { color: rgb(118,104,84); }
H1.HeaderClassName
{
color: #766854;
}
.AnyTagClassName
{
color: #766854;
}
</style>
background-color css
<style>
a { background-color: #766854; }
a { background-color: rgb(118,104,84); }
div.DivClassName
{
background-color: #766854;
}
.BgClassName
{
background-color: #766854;
}
</style>
border-color css
<style>
span { border-color: #766854; }
span { border-color: rgb(118,104,84); }
td.TdClassName
{
border-color: #766854;
}
.TagClassName
{
border-color: #766854;
}
</style>