Shades of Coffee #746956
Tints of Coffee #746956
RGB
CMYK
RGB Variations
Color information
#746956 (or 0x746956) is known color: Coffee. HEX triplet: 74, 69 and 56. RGB value is (116,105,86). Sum of RGB (Red+Green+Blue) = 116+105+86=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #746956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746956 is #8B96A9. Grayscale: #6A6A6A. Windows color (decimal): -9148074 or 5663092. OLE color: 5663092.
HSL color Cylindrical-coordinate representation of color #746956: hue angle of 38º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #746956 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 86 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.55 |
| HSL | 38º | 0.15% | 0.4% | - |
| HSV(B) | 38º | 0.26% | 0.45% | - |
| XYZ | 13.93 | 14.49 | 10.87 | - |
| YUV | 106.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 86 | 0 | 0.09 | 0.26 | 0.55 | 38 | 0.15 | 0.4 |
| Hex | 74 | 69 | 56 | 0 | 9 | 1A | 37 | 26 | F | 28 |
| Octal | 164 | 151 | 126 | 0 | 11 | 32 | 67 | 46 | 17 | 50 |
| Binary | 1110100 | 1101001 | 1010110 | 0 | 1001 | 11010 | 110111 | 100110 | 1111 | 101000 |
Color Harmonies of #746956
Complementary color
Monochromatic Colors of #746956
Black with #746956
Text Example
Text Example
White with #746956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746956; }
p { color: rgb(116,105,86); }
H1.HeaderClassName
{
color: #746956;
}
.AnyTagClassName
{
color: #746956;
}
</style>
background-color css
<style>
a { background-color: #746956; }
a { background-color: rgb(116,105,86); }
div.DivClassName
{
background-color: #746956;
}
.BgClassName
{
background-color: #746956;
}
</style>
border-color css
<style>
span { border-color: #746956; }
span { border-color: rgb(116,105,86); }
td.TdClassName
{
border-color: #746956;
}
.TagClassName
{
border-color: #746956;
}
</style>