Shades of Nutmeg #784D40
Tints of Nutmeg #784D40
RGB
CMYK
RGB Variations
Color information
#784D40 (or 0x784D40) is known color: Nutmeg. HEX triplet: 78, 4D and 40. RGB value is (120,77,64). Sum of RGB (Red+Green+Blue) = 120+77+64=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #784D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784D40 is #87B2BF. Grayscale: #585858. Windows color (decimal): -8893120 or 4214136. OLE color: 4214136.
HSL color Cylindrical-coordinate representation of color #784D40: hue angle of 13.93º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784D40 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 77 | 64 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.53 |
| HSL | 13.93º | 0.3% | 0.36% | - |
| HSV(B) | 13.93º | 0.47% | 0.47% | - |
| XYZ | 11.33 | 9.67 | 6.12 | - |
| YUV | 88.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 64 | 0 | 0.36 | 0.47 | 0.53 | 13.93 | 0.3 | 0.36 |
| Hex | 78 | 4D | 40 | 0 | 24 | 2F | 35 | E | 1E | 24 |
| Octal | 170 | 115 | 100 | 0 | 44 | 57 | 65 | 16 | 36 | 44 |
| Binary | 1111000 | 1001101 | 1000000 | 0 | 100100 | 101111 | 110101 | 1110 | 11110 | 100100 |
Color Harmonies of #784D40
Complementary color
Monochromatic Colors of #784D40
Black with #784D40
Text Example
Text Example
White with #784D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784D40; }
p { color: rgb(120,77,64); }
H1.HeaderClassName
{
color: #784D40;
}
.AnyTagClassName
{
color: #784D40;
}
</style>
background-color css
<style>
a { background-color: #784D40; }
a { background-color: rgb(120,77,64); }
div.DivClassName
{
background-color: #784D40;
}
.BgClassName
{
background-color: #784D40;
}
</style>
border-color css
<style>
span { border-color: #784D40; }
span { border-color: rgb(120,77,64); }
td.TdClassName
{
border-color: #784D40;
}
.TagClassName
{
border-color: #784D40;
}
</style>