Shades of Nutmeg #785148
Tints of Nutmeg #785148
RGB
CMYK
RGB Variations
Color information
#785148 (or 0x785148) is known color: Nutmeg. HEX triplet: 78, 51 and 48. RGB value is (120,81,72). Sum of RGB (Red+Green+Blue) = 120+81+72=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #785148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785148 is #87AEB7. Grayscale: #5B5B5B. Windows color (decimal): -8892088 or 4739448. OLE color: 4739448.
HSL color Cylindrical-coordinate representation of color #785148: hue angle of 11.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785148 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 81 | 72 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.53 |
| HSL | 11.25º | 0.25% | 0.38% | - |
| HSV(B) | 11.25º | 0.4% | 0.47% | - |
| XYZ | 11.86 | 10.35 | 7.5 | - |
| YUV | 91.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 72 | 0 | 0.32 | 0.40 | 0.53 | 11.25 | 0.25 | 0.38 |
| Hex | 78 | 51 | 48 | 0 | 20 | 28 | 35 | B | 19 | 26 |
| Octal | 170 | 121 | 110 | 0 | 40 | 50 | 65 | 13 | 31 | 46 |
| Binary | 1111000 | 1010001 | 1001000 | 0 | 100000 | 101000 | 110101 | 1011 | 11001 | 100110 |
Color Harmonies of #785148
Complementary color
Monochromatic Colors of #785148
Black with #785148
Text Example
Text Example
White with #785148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785148; }
p { color: rgb(120,81,72); }
H1.HeaderClassName
{
color: #785148;
}
.AnyTagClassName
{
color: #785148;
}
</style>
background-color css
<style>
a { background-color: #785148; }
a { background-color: rgb(120,81,72); }
div.DivClassName
{
background-color: #785148;
}
.BgClassName
{
background-color: #785148;
}
</style>
border-color css
<style>
span { border-color: #785148; }
span { border-color: rgb(120,81,72); }
td.TdClassName
{
border-color: #785148;
}
.TagClassName
{
border-color: #785148;
}
</style>