Shades of Coffee #756B58
Tints of Coffee #756B58
RGB
CMYK
RGB Variations
Color information
#756B58 (or 0x756B58) is known color: Coffee. HEX triplet: 75, 6B and 58. RGB value is (117,107,88). Sum of RGB (Red+Green+Blue) = 117+107+88=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #756B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B58 is #8A94A7. Grayscale: #6B6B6B. Windows color (decimal): -9082024 or 5794677. OLE color: 5794677.
HSL color Cylindrical-coordinate representation of color #756B58: hue angle of 39.31º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #756B58 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 88 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.54 |
| HSL | 39.31º | 0.14% | 0.4% | - |
| HSV(B) | 39.31º | 0.25% | 0.46% | - |
| XYZ | 14.36 | 15 | 11.37 | - |
| YUV | 107.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 88 | 0 | 0.09 | 0.25 | 0.54 | 39.31 | 0.14 | 0.4 |
| Hex | 75 | 6B | 58 | 0 | 9 | 19 | 36 | 27 | E | 28 |
| Octal | 165 | 153 | 130 | 0 | 11 | 31 | 66 | 47 | 16 | 50 |
| Binary | 1110101 | 1101011 | 1011000 | 0 | 1001 | 11001 | 110110 | 100111 | 1110 | 101000 |
Color Harmonies of #756B58
Complementary color
Monochromatic Colors of #756B58
Black with #756B58
Text Example
Text Example
White with #756B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B58; }
p { color: rgb(117,107,88); }
H1.HeaderClassName
{
color: #756B58;
}
.AnyTagClassName
{
color: #756B58;
}
</style>
background-color css
<style>
a { background-color: #756B58; }
a { background-color: rgb(117,107,88); }
div.DivClassName
{
background-color: #756B58;
}
.BgClassName
{
background-color: #756B58;
}
</style>
border-color css
<style>
span { border-color: #756B58; }
span { border-color: rgb(117,107,88); }
td.TdClassName
{
border-color: #756B58;
}
.TagClassName
{
border-color: #756B58;
}
</style>