Shades of Nutmeg #764E42
Tints of Nutmeg #764E42
RGB
CMYK
RGB Variations
Color information
#764E42 (or 0x764E42) is known color: Nutmeg. HEX triplet: 76, 4E and 42. RGB value is (118,78,66). Sum of RGB (Red+Green+Blue) = 118+78+66=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #764E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E42 is #89B1BD. Grayscale: #585858. Windows color (decimal): -9023934 or 4345462. OLE color: 4345462.
HSL color Cylindrical-coordinate representation of color #764E42: hue angle of 13.85º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764E42 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 66 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.54 |
| HSL | 13.85º | 0.28% | 0.36% | - |
| HSV(B) | 13.85º | 0.44% | 0.46% | - |
| XYZ | 11.18 | 9.69 | 6.44 | - |
| YUV | 88.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 66 | 0 | 0.34 | 0.44 | 0.54 | 13.85 | 0.28 | 0.36 |
| Hex | 76 | 4E | 42 | 0 | 22 | 2C | 36 | E | 1C | 24 |
| Octal | 166 | 116 | 102 | 0 | 42 | 54 | 66 | 16 | 34 | 44 |
| Binary | 1110110 | 1001110 | 1000010 | 0 | 100010 | 101100 | 110110 | 1110 | 11100 | 100100 |
Color Harmonies of #764E42
Complementary color
Monochromatic Colors of #764E42
Black with #764E42
Text Example
Text Example
White with #764E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E42; }
p { color: rgb(118,78,66); }
H1.HeaderClassName
{
color: #764E42;
}
.AnyTagClassName
{
color: #764E42;
}
</style>
background-color css
<style>
a { background-color: #764E42; }
a { background-color: rgb(118,78,66); }
div.DivClassName
{
background-color: #764E42;
}
.BgClassName
{
background-color: #764E42;
}
</style>
border-color css
<style>
span { border-color: #764E42; }
span { border-color: rgb(118,78,66); }
td.TdClassName
{
border-color: #764E42;
}
.TagClassName
{
border-color: #764E42;
}
</style>