Shades of Coffee #746957
Tints of Coffee #746957
RGB
CMYK
RGB Variations
Color information
#746957 (or 0x746957) is known color: Coffee. HEX triplet: 74, 69 and 57. RGB value is (116,105,87). Sum of RGB (Red+Green+Blue) = 116+105+87=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #746957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746957 is #8B96A8. Grayscale: #6A6A6A. Windows color (decimal): -9148073 or 5728628. OLE color: 5728628.
HSL color Cylindrical-coordinate representation of color #746957: hue angle of 37.24º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #746957 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 87 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.55 |
| HSL | 37.24º | 0.14% | 0.4% | - |
| HSV(B) | 37.24º | 0.25% | 0.45% | - |
| XYZ | 13.97 | 14.5 | 11.08 | - |
| YUV | 106.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 87 | 0 | 0.09 | 0.25 | 0.55 | 37.24 | 0.14 | 0.4 |
| Hex | 74 | 69 | 57 | 0 | 9 | 19 | 37 | 25 | E | 28 |
| Octal | 164 | 151 | 127 | 0 | 11 | 31 | 67 | 45 | 16 | 50 |
| Binary | 1110100 | 1101001 | 1010111 | 0 | 1001 | 11001 | 110111 | 100101 | 1110 | 101000 |
Color Harmonies of #746957
Complementary color
Monochromatic Colors of #746957
Black with #746957
Text Example
Text Example
White with #746957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746957; }
p { color: rgb(116,105,87); }
H1.HeaderClassName
{
color: #746957;
}
.AnyTagClassName
{
color: #746957;
}
</style>
background-color css
<style>
a { background-color: #746957; }
a { background-color: rgb(116,105,87); }
div.DivClassName
{
background-color: #746957;
}
.BgClassName
{
background-color: #746957;
}
</style>
border-color css
<style>
span { border-color: #746957; }
span { border-color: rgb(116,105,87); }
td.TdClassName
{
border-color: #746957;
}
.TagClassName
{
border-color: #746957;
}
</style>