Shades of Nutmeg #764F47
Tints of Nutmeg #764F47
RGB
CMYK
RGB Variations
Color information
#764F47 (or 0x764F47) is known color: Nutmeg. HEX triplet: 76, 4F and 47. RGB value is (118,79,71). Sum of RGB (Red+Green+Blue) = 118+79+71=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #764F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F47 is #89B0B8. Grayscale: #595959. Windows color (decimal): -9023673 or 4673398. OLE color: 4673398.
HSL color Cylindrical-coordinate representation of color #764F47: hue angle of 10.21º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764F47 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 71 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.54 |
| HSL | 10.21º | 0.25% | 0.37% | - |
| HSV(B) | 10.21º | 0.4% | 0.46% | - |
| XYZ | 11.4 | 9.9 | 7.27 | - |
| YUV | 89.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 71 | 0 | 0.33 | 0.40 | 0.54 | 10.21 | 0.25 | 0.37 |
| Hex | 76 | 4F | 47 | 0 | 21 | 28 | 36 | A | 19 | 25 |
| Octal | 166 | 117 | 107 | 0 | 41 | 50 | 66 | 12 | 31 | 45 |
| Binary | 1110110 | 1001111 | 1000111 | 0 | 100001 | 101000 | 110110 | 1010 | 11001 | 100101 |
Color Harmonies of #764F47
Complementary color
Monochromatic Colors of #764F47
Black with #764F47
Text Example
Text Example
White with #764F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F47; }
p { color: rgb(118,79,71); }
H1.HeaderClassName
{
color: #764F47;
}
.AnyTagClassName
{
color: #764F47;
}
</style>
background-color css
<style>
a { background-color: #764F47; }
a { background-color: rgb(118,79,71); }
div.DivClassName
{
background-color: #764F47;
}
.BgClassName
{
background-color: #764F47;
}
</style>
border-color css
<style>
span { border-color: #764F47; }
span { border-color: rgb(118,79,71); }
td.TdClassName
{
border-color: #764F47;
}
.TagClassName
{
border-color: #764F47;
}
</style>