Shades of Coffee #756A56
Tints of Coffee #756A56
RGB
CMYK
RGB Variations
Color information
#756A56 (or 0x756A56) is known color: Coffee. HEX triplet: 75, 6A and 56. RGB value is (117,106,86). Sum of RGB (Red+Green+Blue) = 117+106+86=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #756A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A56 is #8A95A9. Grayscale: #6B6B6B. Windows color (decimal): -9082282 or 5663349. OLE color: 5663349.
HSL color Cylindrical-coordinate representation of color #756A56: hue angle of 38.71º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756A56 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 86 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.54 |
| HSL | 38.71º | 0.15% | 0.4% | - |
| HSV(B) | 38.71º | 0.26% | 0.46% | - |
| XYZ | 14.17 | 14.76 | 10.91 | - |
| YUV | 107.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 86 | 0 | 0.09 | 0.26 | 0.54 | 38.71 | 0.15 | 0.4 |
| Hex | 75 | 6A | 56 | 0 | 9 | 1A | 36 | 27 | F | 28 |
| Octal | 165 | 152 | 126 | 0 | 11 | 32 | 66 | 47 | 17 | 50 |
| Binary | 1110101 | 1101010 | 1010110 | 0 | 1001 | 11010 | 110110 | 100111 | 1111 | 101000 |
Color Harmonies of #756A56
Complementary color
Monochromatic Colors of #756A56
Black with #756A56
Text Example
Text Example
White with #756A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A56; }
p { color: rgb(117,106,86); }
H1.HeaderClassName
{
color: #756A56;
}
.AnyTagClassName
{
color: #756A56;
}
</style>
background-color css
<style>
a { background-color: #756A56; }
a { background-color: rgb(117,106,86); }
div.DivClassName
{
background-color: #756A56;
}
.BgClassName
{
background-color: #756A56;
}
</style>
border-color css
<style>
span { border-color: #756A56; }
span { border-color: rgb(117,106,86); }
td.TdClassName
{
border-color: #756A56;
}
.TagClassName
{
border-color: #756A56;
}
</style>