Shades of Coffee #746652
Tints of Coffee #746652
RGB
CMYK
RGB Variations
Color information
#746652 (or 0x746652) is known color: Coffee. HEX triplet: 74, 66 and 52. RGB value is (116,102,82). Sum of RGB (Red+Green+Blue) = 116+102+82=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #746652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746652 is #8B99AD. Grayscale: #676767. Windows color (decimal): -9148846 or 5400180. OLE color: 5400180.
HSL color Cylindrical-coordinate representation of color #746652: hue angle of 35.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746652 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 102 | 82 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.55 |
| HSL | 35.29º | 0.17% | 0.39% | - |
| HSV(B) | 35.29º | 0.29% | 0.45% | - |
| XYZ | 13.48 | 13.82 | 9.94 | - |
| YUV | 103.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 82 | 0 | 0.12 | 0.29 | 0.55 | 35.29 | 0.17 | 0.39 |
| Hex | 74 | 66 | 52 | 0 | C | 1D | 37 | 23 | 11 | 27 |
| Octal | 164 | 146 | 122 | 0 | 14 | 35 | 67 | 43 | 21 | 47 |
| Binary | 1110100 | 1100110 | 1010010 | 0 | 1100 | 11101 | 110111 | 100011 | 10001 | 100111 |
Color Harmonies of #746652
Complementary color
Monochromatic Colors of #746652
Black with #746652
Text Example
Text Example
White with #746652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746652; }
p { color: rgb(116,102,82); }
H1.HeaderClassName
{
color: #746652;
}
.AnyTagClassName
{
color: #746652;
}
</style>
background-color css
<style>
a { background-color: #746652; }
a { background-color: rgb(116,102,82); }
div.DivClassName
{
background-color: #746652;
}
.BgClassName
{
background-color: #746652;
}
</style>
border-color css
<style>
span { border-color: #746652; }
span { border-color: rgb(116,102,82); }
td.TdClassName
{
border-color: #746652;
}
.TagClassName
{
border-color: #746652;
}
</style>