Shades of Coffee #766A52
Tints of Coffee #766A52
RGB
CMYK
RGB Variations
Color information
#766A52 (or 0x766A52) is known color: Coffee. HEX triplet: 76, 6A and 52. RGB value is (118,106,82). Sum of RGB (Red+Green+Blue) = 118+106+82=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #766A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A52 is #8995AD. Grayscale: #6A6A6A. Windows color (decimal): -9016750 or 5401206. OLE color: 5401206.
HSL color Cylindrical-coordinate representation of color #766A52: hue angle of 40º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #766A52 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 82 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.54 |
| HSL | 40º | 0.18% | 0.39% | - |
| HSV(B) | 40º | 0.31% | 0.46% | - |
| XYZ | 14.15 | 14.77 | 10.09 | - |
| YUV | 106.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 82 | 0 | 0.10 | 0.31 | 0.54 | 40 | 0.18 | 0.39 |
| Hex | 76 | 6A | 52 | 0 | A | 1F | 36 | 28 | 12 | 27 |
| Octal | 166 | 152 | 122 | 0 | 12 | 37 | 66 | 50 | 22 | 47 |
| Binary | 1110110 | 1101010 | 1010010 | 0 | 1010 | 11111 | 110110 | 101000 | 10010 | 100111 |
Color Harmonies of #766A52
Complementary color
Monochromatic Colors of #766A52
Black with #766A52
Text Example
Text Example
White with #766A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A52; }
p { color: rgb(118,106,82); }
H1.HeaderClassName
{
color: #766A52;
}
.AnyTagClassName
{
color: #766A52;
}
</style>
background-color css
<style>
a { background-color: #766A52; }
a { background-color: rgb(118,106,82); }
div.DivClassName
{
background-color: #766A52;
}
.BgClassName
{
background-color: #766A52;
}
</style>
border-color css
<style>
span { border-color: #766A52; }
span { border-color: rgb(118,106,82); }
td.TdClassName
{
border-color: #766A52;
}
.TagClassName
{
border-color: #766A52;
}
</style>