Shades of Nutmeg #774F47
Tints of Nutmeg #774F47
RGB
CMYK
RGB Variations
Color information
#774F47 (or 0x774F47) is known color: Nutmeg. HEX triplet: 77, 4F and 47. RGB value is (119,79,71). Sum of RGB (Red+Green+Blue) = 119+79+71=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #774F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F47 is #88B0B8. Grayscale: #5A5A5A. Windows color (decimal): -8958137 or 4673399. OLE color: 4673399.
HSL color Cylindrical-coordinate representation of color #774F47: hue angle of 10º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #774F47 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 71 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.53 |
| HSL | 10º | 0.25% | 0.37% | - |
| HSV(B) | 10º | 0.4% | 0.47% | - |
| XYZ | 11.54 | 9.97 | 7.28 | - |
| YUV | 90.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 71 | 0 | 0.34 | 0.40 | 0.53 | 10 | 0.25 | 0.37 |
| Hex | 77 | 4F | 47 | 0 | 22 | 28 | 35 | A | 19 | 25 |
| Octal | 167 | 117 | 107 | 0 | 42 | 50 | 65 | 12 | 31 | 45 |
| Binary | 1110111 | 1001111 | 1000111 | 0 | 100010 | 101000 | 110101 | 1010 | 11001 | 100101 |
Color Harmonies of #774F47
Complementary color
Monochromatic Colors of #774F47
Black with #774F47
Text Example
Text Example
White with #774F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F47; }
p { color: rgb(119,79,71); }
H1.HeaderClassName
{
color: #774F47;
}
.AnyTagClassName
{
color: #774F47;
}
</style>
background-color css
<style>
a { background-color: #774F47; }
a { background-color: rgb(119,79,71); }
div.DivClassName
{
background-color: #774F47;
}
.BgClassName
{
background-color: #774F47;
}
</style>
border-color css
<style>
span { border-color: #774F47; }
span { border-color: rgb(119,79,71); }
td.TdClassName
{
border-color: #774F47;
}
.TagClassName
{
border-color: #774F47;
}
</style>