Shades of Coffee #746B58
Tints of Coffee #746B58
RGB
CMYK
RGB Variations
Color information
#746B58 (or 0x746B58) is known color: Coffee. HEX triplet: 74, 6B and 58. RGB value is (116,107,88). Sum of RGB (Red+Green+Blue) = 116+107+88=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #746B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B58 is #8B94A7. Grayscale: #6B6B6B. Windows color (decimal): -9147560 or 5794676. OLE color: 5794676.
HSL color Cylindrical-coordinate representation of color #746B58: hue angle of 40.71º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746B58 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 88 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.55 |
| HSL | 40.71º | 0.14% | 0.4% | - |
| HSV(B) | 40.71º | 0.24% | 0.45% | - |
| XYZ | 14.22 | 14.93 | 11.37 | - |
| YUV | 107.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 88 | 0 | 0.08 | 0.24 | 0.55 | 40.71 | 0.14 | 0.4 |
| Hex | 74 | 6B | 58 | 0 | 8 | 18 | 37 | 29 | E | 28 |
| Octal | 164 | 153 | 130 | 0 | 10 | 30 | 67 | 51 | 16 | 50 |
| Binary | 1110100 | 1101011 | 1011000 | 0 | 1000 | 11000 | 110111 | 101001 | 1110 | 101000 |
Color Harmonies of #746B58
Complementary color
Monochromatic Colors of #746B58
Black with #746B58
Text Example
Text Example
White with #746B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B58; }
p { color: rgb(116,107,88); }
H1.HeaderClassName
{
color: #746B58;
}
.AnyTagClassName
{
color: #746B58;
}
</style>
background-color css
<style>
a { background-color: #746B58; }
a { background-color: rgb(116,107,88); }
div.DivClassName
{
background-color: #746B58;
}
.BgClassName
{
background-color: #746B58;
}
</style>
border-color css
<style>
span { border-color: #746B58; }
span { border-color: rgb(116,107,88); }
td.TdClassName
{
border-color: #746B58;
}
.TagClassName
{
border-color: #746B58;
}
</style>