Shades of Coffee #756B57
Tints of Coffee #756B57
RGB
CMYK
RGB Variations
Color information
#756B57 (or 0x756B57) is known color: Coffee. HEX triplet: 75, 6B and 57. RGB value is (117,107,87). Sum of RGB (Red+Green+Blue) = 117+107+87=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #756B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B57 is #8A94A8. Grayscale: #6B6B6B. Windows color (decimal): -9082025 or 5729141. OLE color: 5729141.
HSL color Cylindrical-coordinate representation of color #756B57: hue angle of 40º 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 #756B57 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 87 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.54 |
| HSL | 40º | 0.15% | 0.4% | - |
| HSV(B) | 40º | 0.26% | 0.46% | - |
| XYZ | 14.31 | 14.99 | 11.15 | - |
| YUV | 107.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 87 | 0 | 0.09 | 0.26 | 0.54 | 40 | 0.15 | 0.4 |
| Hex | 75 | 6B | 57 | 0 | 9 | 1A | 36 | 28 | F | 28 |
| Octal | 165 | 153 | 127 | 0 | 11 | 32 | 66 | 50 | 17 | 50 |
| Binary | 1110101 | 1101011 | 1010111 | 0 | 1001 | 11010 | 110110 | 101000 | 1111 | 101000 |
Color Harmonies of #756B57
Complementary color
Monochromatic Colors of #756B57
Black with #756B57
Text Example
Text Example
White with #756B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B57; }
p { color: rgb(117,107,87); }
H1.HeaderClassName
{
color: #756B57;
}
.AnyTagClassName
{
color: #756B57;
}
</style>
background-color css
<style>
a { background-color: #756B57; }
a { background-color: rgb(117,107,87); }
div.DivClassName
{
background-color: #756B57;
}
.BgClassName
{
background-color: #756B57;
}
</style>
border-color css
<style>
span { border-color: #756B57; }
span { border-color: rgb(117,107,87); }
td.TdClassName
{
border-color: #756B57;
}
.TagClassName
{
border-color: #756B57;
}
</style>