Shades of Coffee #766A53
Tints of Coffee #766A53
RGB
CMYK
RGB Variations
Color information
#766A53 (or 0x766A53) is known color: Coffee. HEX triplet: 76, 6A and 53. RGB value is (118,106,83). Sum of RGB (Red+Green+Blue) = 118+106+83=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #766A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A53 is #8995AC. Grayscale: #6B6B6B. Windows color (decimal): -9016749 or 5466742. OLE color: 5466742.
HSL color Cylindrical-coordinate representation of color #766A53: hue angle of 39.43º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #766A53 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 83 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.54 |
| HSL | 39.43º | 0.17% | 0.39% | - |
| HSV(B) | 39.43º | 0.3% | 0.46% | - |
| XYZ | 14.19 | 14.78 | 10.29 | - |
| YUV | 106.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 83 | 0 | 0.10 | 0.30 | 0.54 | 39.43 | 0.17 | 0.39 |
| Hex | 76 | 6A | 53 | 0 | A | 1E | 36 | 27 | 11 | 27 |
| Octal | 166 | 152 | 123 | 0 | 12 | 36 | 66 | 47 | 21 | 47 |
| Binary | 1110110 | 1101010 | 1010011 | 0 | 1010 | 11110 | 110110 | 100111 | 10001 | 100111 |
Color Harmonies of #766A53
Complementary color
Monochromatic Colors of #766A53
Black with #766A53
Text Example
Text Example
White with #766A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A53; }
p { color: rgb(118,106,83); }
H1.HeaderClassName
{
color: #766A53;
}
.AnyTagClassName
{
color: #766A53;
}
</style>
background-color css
<style>
a { background-color: #766A53; }
a { background-color: rgb(118,106,83); }
div.DivClassName
{
background-color: #766A53;
}
.BgClassName
{
background-color: #766A53;
}
</style>
border-color css
<style>
span { border-color: #766A53; }
span { border-color: rgb(118,106,83); }
td.TdClassName
{
border-color: #766A53;
}
.TagClassName
{
border-color: #766A53;
}
</style>