Shades of Coffee #746551
Tints of Coffee #746551
RGB
CMYK
RGB Variations
Color information
#746551 (or 0x746551) is known color: Coffee. HEX triplet: 74, 65 and 51. RGB value is (116,101,81). Sum of RGB (Red+Green+Blue) = 116+101+81=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #746551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746551 is #8B9AAE. Grayscale: #676767. Windows color (decimal): -9149103 or 5334388. OLE color: 5334388.
HSL color Cylindrical-coordinate representation of color #746551: hue angle of 34.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #746551 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 81 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.55 |
| HSL | 34.29º | 0.18% | 0.39% | - |
| HSV(B) | 34.29º | 0.3% | 0.45% | - |
| XYZ | 13.34 | 13.61 | 9.71 | - |
| YUV | 103.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 81 | 0 | 0.13 | 0.30 | 0.55 | 34.29 | 0.18 | 0.39 |
| Hex | 74 | 65 | 51 | 0 | D | 1E | 37 | 22 | 12 | 27 |
| Octal | 164 | 145 | 121 | 0 | 15 | 36 | 67 | 42 | 22 | 47 |
| Binary | 1110100 | 1100101 | 1010001 | 0 | 1101 | 11110 | 110111 | 100010 | 10010 | 100111 |
Color Harmonies of #746551
Complementary color
Monochromatic Colors of #746551
Black with #746551
Text Example
Text Example
White with #746551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746551; }
p { color: rgb(116,101,81); }
H1.HeaderClassName
{
color: #746551;
}
.AnyTagClassName
{
color: #746551;
}
</style>
background-color css
<style>
a { background-color: #746551; }
a { background-color: rgb(116,101,81); }
div.DivClassName
{
background-color: #746551;
}
.BgClassName
{
background-color: #746551;
}
</style>
border-color css
<style>
span { border-color: #746551; }
span { border-color: rgb(116,101,81); }
td.TdClassName
{
border-color: #746551;
}
.TagClassName
{
border-color: #746551;
}
</style>