Shades of Nutmeg #764E44
Tints of Nutmeg #764E44
RGB
CMYK
RGB Variations
Color information
#764E44 (or 0x764E44) is known color: Nutmeg. HEX triplet: 76, 4E and 44. RGB value is (118,78,68). Sum of RGB (Red+Green+Blue) = 118+78+68=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #764E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E44 is #89B1BB. Grayscale: #585858. Windows color (decimal): -9023932 or 4476534. OLE color: 4476534.
HSL color Cylindrical-coordinate representation of color #764E44: hue angle of 12º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764E44 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 68 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.54 |
| HSL | 12º | 0.27% | 0.36% | - |
| HSV(B) | 12º | 0.42% | 0.46% | - |
| XYZ | 11.24 | 9.72 | 6.75 | - |
| YUV | 88.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 68 | 0 | 0.34 | 0.42 | 0.54 | 12 | 0.27 | 0.36 |
| Hex | 76 | 4E | 44 | 0 | 22 | 2A | 36 | C | 1B | 24 |
| Octal | 166 | 116 | 104 | 0 | 42 | 52 | 66 | 14 | 33 | 44 |
| Binary | 1110110 | 1001110 | 1000100 | 0 | 100010 | 101010 | 110110 | 1100 | 11011 | 100100 |
Color Harmonies of #764E44
Complementary color
Monochromatic Colors of #764E44
Black with #764E44
Text Example
Text Example
White with #764E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E44; }
p { color: rgb(118,78,68); }
H1.HeaderClassName
{
color: #764E44;
}
.AnyTagClassName
{
color: #764E44;
}
</style>
background-color css
<style>
a { background-color: #764E44; }
a { background-color: rgb(118,78,68); }
div.DivClassName
{
background-color: #764E44;
}
.BgClassName
{
background-color: #764E44;
}
</style>
border-color css
<style>
span { border-color: #764E44; }
span { border-color: rgb(118,78,68); }
td.TdClassName
{
border-color: #764E44;
}
.TagClassName
{
border-color: #764E44;
}
</style>