Shades of Coffee #746854
Tints of Coffee #746854
RGB
CMYK
RGB Variations
Color information
#746854 (or 0x746854) is known color: Coffee. HEX triplet: 74, 68 and 54. RGB value is (116,104,84). Sum of RGB (Red+Green+Blue) = 116+104+84=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #746854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746854 is #8B97AB. Grayscale: #696969. Windows color (decimal): -9148332 or 5531764. OLE color: 5531764.
HSL color Cylindrical-coordinate representation of color #746854: hue angle of 37.5º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #746854 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 104 | 84 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.55 |
| HSL | 37.5º | 0.16% | 0.39% | - |
| HSV(B) | 37.5º | 0.28% | 0.45% | - |
| XYZ | 13.75 | 14.25 | 10.41 | - |
| YUV | 105.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 84 | 0 | 0.10 | 0.28 | 0.55 | 37.5 | 0.16 | 0.39 |
| Hex | 74 | 68 | 54 | 0 | A | 1C | 37 | 26 | 10 | 27 |
| Octal | 164 | 150 | 124 | 0 | 12 | 34 | 67 | 46 | 20 | 47 |
| Binary | 1110100 | 1101000 | 1010100 | 0 | 1010 | 11100 | 110111 | 100110 | 10000 | 100111 |
Color Harmonies of #746854
Complementary color
Monochromatic Colors of #746854
Black with #746854
Text Example
Text Example
White with #746854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746854; }
p { color: rgb(116,104,84); }
H1.HeaderClassName
{
color: #746854;
}
.AnyTagClassName
{
color: #746854;
}
</style>
background-color css
<style>
a { background-color: #746854; }
a { background-color: rgb(116,104,84); }
div.DivClassName
{
background-color: #746854;
}
.BgClassName
{
background-color: #746854;
}
</style>
border-color css
<style>
span { border-color: #746854; }
span { border-color: rgb(116,104,84); }
td.TdClassName
{
border-color: #746854;
}
.TagClassName
{
border-color: #746854;
}
</style>