Shades of Coffee #766A54
Tints of Coffee #766A54
RGB
CMYK
RGB Variations
Color information
#766A54 (or 0x766A54) is known color: Coffee. HEX triplet: 76, 6A and 54. RGB value is (118,106,84). Sum of RGB (Red+Green+Blue) = 118+106+84=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #766A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A54 is #8995AB. Grayscale: #6B6B6B. Windows color (decimal): -9016748 or 5532278. OLE color: 5532278.
HSL color Cylindrical-coordinate representation of color #766A54: hue angle of 38.82º 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 #766A54 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 84 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.54 |
| HSL | 38.82º | 0.17% | 0.4% | - |
| HSV(B) | 38.82º | 0.29% | 0.46% | - |
| XYZ | 14.23 | 14.8 | 10.49 | - |
| YUV | 107.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 84 | 0 | 0.10 | 0.29 | 0.54 | 38.82 | 0.17 | 0.4 |
| Hex | 76 | 6A | 54 | 0 | A | 1D | 36 | 27 | 11 | 28 |
| Octal | 166 | 152 | 124 | 0 | 12 | 35 | 66 | 47 | 21 | 50 |
| Binary | 1110110 | 1101010 | 1010100 | 0 | 1010 | 11101 | 110110 | 100111 | 10001 | 101000 |
Color Harmonies of #766A54
Complementary color
Monochromatic Colors of #766A54
Black with #766A54
Text Example
Text Example
White with #766A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A54; }
p { color: rgb(118,106,84); }
H1.HeaderClassName
{
color: #766A54;
}
.AnyTagClassName
{
color: #766A54;
}
</style>
background-color css
<style>
a { background-color: #766A54; }
a { background-color: rgb(118,106,84); }
div.DivClassName
{
background-color: #766A54;
}
.BgClassName
{
background-color: #766A54;
}
</style>
border-color css
<style>
span { border-color: #766A54; }
span { border-color: rgb(118,106,84); }
td.TdClassName
{
border-color: #766A54;
}
.TagClassName
{
border-color: #766A54;
}
</style>