Shades of Nutmeg #784C41
Tints of Nutmeg #784C41
RGB
CMYK
RGB Variations
Color information
#784C41 (or 0x784C41) is known color: Nutmeg. HEX triplet: 78, 4C and 41. RGB value is (120,76,65). Sum of RGB (Red+Green+Blue) = 120+76+65=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #784C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C41 is #87B3BE. Grayscale: #575757. Windows color (decimal): -8893375 or 4279416. OLE color: 4279416.
HSL color Cylindrical-coordinate representation of color #784C41: hue angle of 12º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784C41 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 65 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.53 |
| HSL | 12º | 0.3% | 0.36% | - |
| HSV(B) | 12º | 0.46% | 0.47% | - |
| XYZ | 11.28 | 9.54 | 6.25 | - |
| YUV | 87.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 65 | 0 | 0.37 | 0.46 | 0.53 | 12 | 0.3 | 0.36 |
| Hex | 78 | 4C | 41 | 0 | 25 | 2E | 35 | C | 1E | 24 |
| Octal | 170 | 114 | 101 | 0 | 45 | 56 | 65 | 14 | 36 | 44 |
| Binary | 1111000 | 1001100 | 1000001 | 0 | 100101 | 101110 | 110101 | 1100 | 11110 | 100100 |
Color Harmonies of #784C41
Complementary color
Monochromatic Colors of #784C41
Black with #784C41
Text Example
Text Example
White with #784C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C41; }
p { color: rgb(120,76,65); }
H1.HeaderClassName
{
color: #784C41;
}
.AnyTagClassName
{
color: #784C41;
}
</style>
background-color css
<style>
a { background-color: #784C41; }
a { background-color: rgb(120,76,65); }
div.DivClassName
{
background-color: #784C41;
}
.BgClassName
{
background-color: #784C41;
}
</style>
border-color css
<style>
span { border-color: #784C41; }
span { border-color: rgb(120,76,65); }
td.TdClassName
{
border-color: #784C41;
}
.TagClassName
{
border-color: #784C41;
}
</style>