Shades of Coffee #74674D
Tints of Coffee #74674D
RGB
CMYK
RGB Variations
Color information
#74674D (or 0x74674D) is known color: Coffee. HEX triplet: 74, 67 and 4D. RGB value is (116,103,77). Sum of RGB (Red+Green+Blue) = 116+103+77=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #74674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74674D is #8B98B2. Grayscale: #686868. Windows color (decimal): -9148595 or 5072756. OLE color: 5072756.
HSL color Cylindrical-coordinate representation of color #74674D: hue angle of 40º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74674D is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 77 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.55 |
| HSL | 40º | 0.2% | 0.38% | - |
| HSV(B) | 40º | 0.34% | 0.45% | - |
| XYZ | 13.39 | 13.95 | 9.01 | - |
| YUV | 103.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 77 | 0 | 0.11 | 0.34 | 0.55 | 40 | 0.2 | 0.38 |
| Hex | 74 | 67 | 4D | 0 | B | 22 | 37 | 28 | 14 | 26 |
| Octal | 164 | 147 | 115 | 0 | 13 | 42 | 67 | 50 | 24 | 46 |
| Binary | 1110100 | 1100111 | 1001101 | 0 | 1011 | 100010 | 110111 | 101000 | 10100 | 100110 |
Color Harmonies of #74674D
Complementary color
Monochromatic Colors of #74674D
Black with #74674D
Text Example
Text Example
White with #74674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74674D; }
p { color: rgb(116,103,77); }
H1.HeaderClassName
{
color: #74674D;
}
.AnyTagClassName
{
color: #74674D;
}
</style>
background-color css
<style>
a { background-color: #74674D; }
a { background-color: rgb(116,103,77); }
div.DivClassName
{
background-color: #74674D;
}
.BgClassName
{
background-color: #74674D;
}
</style>
border-color css
<style>
span { border-color: #74674D; }
span { border-color: rgb(116,103,77); }
td.TdClassName
{
border-color: #74674D;
}
.TagClassName
{
border-color: #74674D;
}
</style>