Shades of Nutmeg #764E43
Tints of Nutmeg #764E43
RGB
CMYK
RGB Variations
Color information
#764E43 (or 0x764E43) is known color: Nutmeg. HEX triplet: 76, 4E and 43. RGB value is (118,78,67). Sum of RGB (Red+Green+Blue) = 118+78+67=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #764E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E43 is #89B1BC. Grayscale: #585858. Windows color (decimal): -9023933 or 4410998. OLE color: 4410998.
HSL color Cylindrical-coordinate representation of color #764E43: hue angle of 12.94º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #764E43 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 67 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.54 |
| HSL | 12.94º | 0.28% | 0.36% | - |
| HSV(B) | 12.94º | 0.43% | 0.46% | - |
| XYZ | 11.21 | 9.71 | 6.59 | - |
| YUV | 88.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 67 | 0 | 0.34 | 0.43 | 0.54 | 12.94 | 0.28 | 0.36 |
| Hex | 76 | 4E | 43 | 0 | 22 | 2B | 36 | D | 1C | 24 |
| Octal | 166 | 116 | 103 | 0 | 42 | 53 | 66 | 15 | 34 | 44 |
| Binary | 1110110 | 1001110 | 1000011 | 0 | 100010 | 101011 | 110110 | 1101 | 11100 | 100100 |
Color Harmonies of #764E43
Complementary color
Monochromatic Colors of #764E43
Black with #764E43
Text Example
Text Example
White with #764E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E43; }
p { color: rgb(118,78,67); }
H1.HeaderClassName
{
color: #764E43;
}
.AnyTagClassName
{
color: #764E43;
}
</style>
background-color css
<style>
a { background-color: #764E43; }
a { background-color: rgb(118,78,67); }
div.DivClassName
{
background-color: #764E43;
}
.BgClassName
{
background-color: #764E43;
}
</style>
border-color css
<style>
span { border-color: #764E43; }
span { border-color: rgb(118,78,67); }
td.TdClassName
{
border-color: #764E43;
}
.TagClassName
{
border-color: #764E43;
}
</style>