Shades of Coffee #746751
Tints of Coffee #746751
RGB
CMYK
RGB Variations
Color information
#746751 (or 0x746751) is known color: Coffee. HEX triplet: 74, 67 and 51. RGB value is (116,103,81). Sum of RGB (Red+Green+Blue) = 116+103+81=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #746751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746751 is #8B98AE. Grayscale: #686868. Windows color (decimal): -9148591 or 5334900. OLE color: 5334900.
HSL color Cylindrical-coordinate representation of color #746751: hue angle of 37.71º 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 #746751 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 81 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.55 |
| HSL | 37.71º | 0.18% | 0.39% | - |
| HSV(B) | 37.71º | 0.3% | 0.45% | - |
| XYZ | 13.54 | 14.01 | 9.77 | - |
| YUV | 104.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 81 | 0 | 0.11 | 0.30 | 0.55 | 37.71 | 0.18 | 0.39 |
| Hex | 74 | 67 | 51 | 0 | B | 1E | 37 | 26 | 12 | 27 |
| Octal | 164 | 147 | 121 | 0 | 13 | 36 | 67 | 46 | 22 | 47 |
| Binary | 1110100 | 1100111 | 1010001 | 0 | 1011 | 11110 | 110111 | 100110 | 10010 | 100111 |
Color Harmonies of #746751
Complementary color
Monochromatic Colors of #746751
Black with #746751
Text Example
Text Example
White with #746751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746751; }
p { color: rgb(116,103,81); }
H1.HeaderClassName
{
color: #746751;
}
.AnyTagClassName
{
color: #746751;
}
</style>
background-color css
<style>
a { background-color: #746751; }
a { background-color: rgb(116,103,81); }
div.DivClassName
{
background-color: #746751;
}
.BgClassName
{
background-color: #746751;
}
</style>
border-color css
<style>
span { border-color: #746751; }
span { border-color: rgb(116,103,81); }
td.TdClassName
{
border-color: #746751;
}
.TagClassName
{
border-color: #746751;
}
</style>