Shades of Coffee #756A58
Tints of Coffee #756A58
RGB
CMYK
RGB Variations
Color information
#756A58 (or 0x756A58) is known color: Coffee. HEX triplet: 75, 6A and 58. RGB value is (117,106,88). Sum of RGB (Red+Green+Blue) = 117+106+88=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #756A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A58 is #8A95A7. Grayscale: #6B6B6B. Windows color (decimal): -9082280 or 5794421. OLE color: 5794421.
HSL color Cylindrical-coordinate representation of color #756A58: hue angle of 37.24º 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 #756A58 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 88 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.54 |
| HSL | 37.24º | 0.14% | 0.4% | - |
| HSV(B) | 37.24º | 0.25% | 0.46% | - |
| XYZ | 14.25 | 14.79 | 11.34 | - |
| YUV | 107.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 88 | 0 | 0.09 | 0.25 | 0.54 | 37.24 | 0.14 | 0.4 |
| Hex | 75 | 6A | 58 | 0 | 9 | 19 | 36 | 25 | E | 28 |
| Octal | 165 | 152 | 130 | 0 | 11 | 31 | 66 | 45 | 16 | 50 |
| Binary | 1110101 | 1101010 | 1011000 | 0 | 1001 | 11001 | 110110 | 100101 | 1110 | 101000 |
Color Harmonies of #756A58
Complementary color
Monochromatic Colors of #756A58
Black with #756A58
Text Example
Text Example
White with #756A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A58; }
p { color: rgb(117,106,88); }
H1.HeaderClassName
{
color: #756A58;
}
.AnyTagClassName
{
color: #756A58;
}
</style>
background-color css
<style>
a { background-color: #756A58; }
a { background-color: rgb(117,106,88); }
div.DivClassName
{
background-color: #756A58;
}
.BgClassName
{
background-color: #756A58;
}
</style>
border-color css
<style>
span { border-color: #756A58; }
span { border-color: rgb(117,106,88); }
td.TdClassName
{
border-color: #756A58;
}
.TagClassName
{
border-color: #756A58;
}
</style>