Shades of Nutmeg #764E46
Tints of Nutmeg #764E46
RGB
CMYK
RGB Variations
Color information
#764E46 (or 0x764E46) is known color: Nutmeg. HEX triplet: 76, 4E and 46. RGB value is (118,78,70). Sum of RGB (Red+Green+Blue) = 118+78+70=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #764E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E46 is #89B1B9. Grayscale: #595959. Windows color (decimal): -9023930 or 4607606. OLE color: 4607606.
HSL color Cylindrical-coordinate representation of color #764E46: hue angle of 10º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #764E46 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 70 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.54 |
| HSL | 10º | 0.26% | 0.37% | - |
| HSV(B) | 10º | 0.41% | 0.46% | - |
| XYZ | 11.3 | 9.74 | 7.08 | - |
| YUV | 89.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 70 | 0 | 0.34 | 0.41 | 0.54 | 10 | 0.26 | 0.37 |
| Hex | 76 | 4E | 46 | 0 | 22 | 29 | 36 | A | 1A | 25 |
| Octal | 166 | 116 | 106 | 0 | 42 | 51 | 66 | 12 | 32 | 45 |
| Binary | 1110110 | 1001110 | 1000110 | 0 | 100010 | 101001 | 110110 | 1010 | 11010 | 100101 |
Color Harmonies of #764E46
Complementary color
Monochromatic Colors of #764E46
Black with #764E46
Text Example
Text Example
White with #764E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E46; }
p { color: rgb(118,78,70); }
H1.HeaderClassName
{
color: #764E46;
}
.AnyTagClassName
{
color: #764E46;
}
</style>
background-color css
<style>
a { background-color: #764E46; }
a { background-color: rgb(118,78,70); }
div.DivClassName
{
background-color: #764E46;
}
.BgClassName
{
background-color: #764E46;
}
</style>
border-color css
<style>
span { border-color: #764E46; }
span { border-color: rgb(118,78,70); }
td.TdClassName
{
border-color: #764E46;
}
.TagClassName
{
border-color: #764E46;
}
</style>