Shades of Coffee #746A57
Tints of Coffee #746A57
RGB
CMYK
RGB Variations
Color information
#746A57 (or 0x746A57) is known color: Coffee. HEX triplet: 74, 6A and 57. RGB value is (116,106,87). Sum of RGB (Red+Green+Blue) = 116+106+87=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #746A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A57 is #8B95A8. Grayscale: #6A6A6A. Windows color (decimal): -9147817 or 5728884. OLE color: 5728884.
HSL color Cylindrical-coordinate representation of color #746A57: hue angle of 39.31º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #746A57 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 87 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.55 |
| HSL | 39.31º | 0.14% | 0.4% | - |
| HSV(B) | 39.31º | 0.25% | 0.45% | - |
| XYZ | 14.08 | 14.71 | 11.11 | - |
| YUV | 106.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 87 | 0 | 0.09 | 0.25 | 0.55 | 39.31 | 0.14 | 0.4 |
| Hex | 74 | 6A | 57 | 0 | 9 | 19 | 37 | 27 | E | 28 |
| Octal | 164 | 152 | 127 | 0 | 11 | 31 | 67 | 47 | 16 | 50 |
| Binary | 1110100 | 1101010 | 1010111 | 0 | 1001 | 11001 | 110111 | 100111 | 1110 | 101000 |
Color Harmonies of #746A57
Complementary color
Monochromatic Colors of #746A57
Black with #746A57
Text Example
Text Example
White with #746A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A57; }
p { color: rgb(116,106,87); }
H1.HeaderClassName
{
color: #746A57;
}
.AnyTagClassName
{
color: #746A57;
}
</style>
background-color css
<style>
a { background-color: #746A57; }
a { background-color: rgb(116,106,87); }
div.DivClassName
{
background-color: #746A57;
}
.BgClassName
{
background-color: #746A57;
}
</style>
border-color css
<style>
span { border-color: #746A57; }
span { border-color: rgb(116,106,87); }
td.TdClassName
{
border-color: #746A57;
}
.TagClassName
{
border-color: #746A57;
}
</style>