Shades of Nutmeg #784F40
Tints of Nutmeg #784F40
RGB
CMYK
RGB Variations
Color information
#784F40 (or 0x784F40) is known color: Nutmeg. HEX triplet: 78, 4F and 40. RGB value is (120,79,64). Sum of RGB (Red+Green+Blue) = 120+79+64=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #784F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F40 is #87B0BF. Grayscale: #595959. Windows color (decimal): -8892608 or 4214648. OLE color: 4214648.
HSL color Cylindrical-coordinate representation of color #784F40: hue angle of 16.07º 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 #784F40 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 79 | 64 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.53 |
| HSL | 16.07º | 0.3% | 0.36% | - |
| HSV(B) | 16.07º | 0.47% | 0.47% | - |
| XYZ | 11.47 | 9.96 | 6.17 | - |
| YUV | 89.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 64 | 0 | 0.34 | 0.47 | 0.53 | 16.07 | 0.3 | 0.36 |
| Hex | 78 | 4F | 40 | 0 | 22 | 2F | 35 | 10 | 1E | 24 |
| Octal | 170 | 117 | 100 | 0 | 42 | 57 | 65 | 20 | 36 | 44 |
| Binary | 1111000 | 1001111 | 1000000 | 0 | 100010 | 101111 | 110101 | 10000 | 11110 | 100100 |
Color Harmonies of #784F40
Complementary color
Monochromatic Colors of #784F40
Black with #784F40
Text Example
Text Example
White with #784F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784F40; }
p { color: rgb(120,79,64); }
H1.HeaderClassName
{
color: #784F40;
}
.AnyTagClassName
{
color: #784F40;
}
</style>
background-color css
<style>
a { background-color: #784F40; }
a { background-color: rgb(120,79,64); }
div.DivClassName
{
background-color: #784F40;
}
.BgClassName
{
background-color: #784F40;
}
</style>
border-color css
<style>
span { border-color: #784F40; }
span { border-color: rgb(120,79,64); }
td.TdClassName
{
border-color: #784F40;
}
.TagClassName
{
border-color: #784F40;
}
</style>