Shades of Coffee #746955
Tints of Coffee #746955
RGB
CMYK
RGB Variations
Color information
#746955 (or 0x746955) is known color: Coffee. HEX triplet: 74, 69 and 55. RGB value is (116,105,85). Sum of RGB (Red+Green+Blue) = 116+105+85=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #746955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746955 is #8B96AA. Grayscale: #6A6A6A. Windows color (decimal): -9148075 or 5597556. OLE color: 5597556.
HSL color Cylindrical-coordinate representation of color #746955: hue angle of 38.71º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #746955 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 85 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.55 |
| HSL | 38.71º | 0.15% | 0.39% | - |
| HSV(B) | 38.71º | 0.27% | 0.45% | - |
| XYZ | 13.89 | 14.47 | 10.66 | - |
| YUV | 106.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 85 | 0 | 0.09 | 0.27 | 0.55 | 38.71 | 0.15 | 0.39 |
| Hex | 74 | 69 | 55 | 0 | 9 | 1B | 37 | 27 | F | 27 |
| Octal | 164 | 151 | 125 | 0 | 11 | 33 | 67 | 47 | 17 | 47 |
| Binary | 1110100 | 1101001 | 1010101 | 0 | 1001 | 11011 | 110111 | 100111 | 1111 | 100111 |
Color Harmonies of #746955
Complementary color
Monochromatic Colors of #746955
Black with #746955
Text Example
Text Example
White with #746955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746955; }
p { color: rgb(116,105,85); }
H1.HeaderClassName
{
color: #746955;
}
.AnyTagClassName
{
color: #746955;
}
</style>
background-color css
<style>
a { background-color: #746955; }
a { background-color: rgb(116,105,85); }
div.DivClassName
{
background-color: #746955;
}
.BgClassName
{
background-color: #746955;
}
</style>
border-color css
<style>
span { border-color: #746955; }
span { border-color: rgb(116,105,85); }
td.TdClassName
{
border-color: #746955;
}
.TagClassName
{
border-color: #746955;
}
</style>