Shades of Nutmeg #784F46
Tints of Nutmeg #784F46
RGB
CMYK
RGB Variations
Color information
#784F46 (or 0x784F46) is known color: Nutmeg. HEX triplet: 78, 4F and 46. RGB value is (120,79,70). Sum of RGB (Red+Green+Blue) = 120+79+70=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #784F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F46 is #87B0B9. Grayscale: #5A5A5A. Windows color (decimal): -8892602 or 4607864. OLE color: 4607864.
HSL color Cylindrical-coordinate representation of color #784F46: hue angle of 10.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #784F46 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 79 | 70 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.53 |
| HSL | 10.8º | 0.26% | 0.37% | - |
| HSV(B) | 10.8º | 0.42% | 0.47% | - |
| XYZ | 11.65 | 10.03 | 7.12 | - |
| YUV | 90.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 70 | 0 | 0.34 | 0.42 | 0.53 | 10.8 | 0.26 | 0.37 |
| Hex | 78 | 4F | 46 | 0 | 22 | 2A | 35 | B | 1A | 25 |
| Octal | 170 | 117 | 106 | 0 | 42 | 52 | 65 | 13 | 32 | 45 |
| Binary | 1111000 | 1001111 | 1000110 | 0 | 100010 | 101010 | 110101 | 1011 | 11010 | 100101 |
Color Harmonies of #784F46
Complementary color
Monochromatic Colors of #784F46
Black with #784F46
Text Example
Text Example
White with #784F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784F46; }
p { color: rgb(120,79,70); }
H1.HeaderClassName
{
color: #784F46;
}
.AnyTagClassName
{
color: #784F46;
}
</style>
background-color css
<style>
a { background-color: #784F46; }
a { background-color: rgb(120,79,70); }
div.DivClassName
{
background-color: #784F46;
}
.BgClassName
{
background-color: #784F46;
}
</style>
border-color css
<style>
span { border-color: #784F46; }
span { border-color: rgb(120,79,70); }
td.TdClassName
{
border-color: #784F46;
}
.TagClassName
{
border-color: #784F46;
}
</style>