Shades of Nutmeg #785144
Tints of Nutmeg #785144
RGB
CMYK
RGB Variations
Color information
#785144 (or 0x785144) is known color: Nutmeg. HEX triplet: 78, 51 and 44. RGB value is (120,81,68). Sum of RGB (Red+Green+Blue) = 120+81+68=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #785144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785144 is #87AEBB. Grayscale: #5B5B5B. Windows color (decimal): -8892092 or 4477304. OLE color: 4477304.
HSL color Cylindrical-coordinate representation of color #785144: hue angle of 15º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #785144 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 81 | 68 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.53 |
| HSL | 15º | 0.28% | 0.37% | - |
| HSV(B) | 15º | 0.43% | 0.47% | - |
| XYZ | 11.73 | 10.3 | 6.84 | - |
| YUV | 91.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 68 | 0 | 0.32 | 0.43 | 0.53 | 15 | 0.28 | 0.37 |
| Hex | 78 | 51 | 44 | 0 | 20 | 2B | 35 | F | 1C | 25 |
| Octal | 170 | 121 | 104 | 0 | 40 | 53 | 65 | 17 | 34 | 45 |
| Binary | 1111000 | 1010001 | 1000100 | 0 | 100000 | 101011 | 110101 | 1111 | 11100 | 100101 |
Color Harmonies of #785144
Complementary color
Monochromatic Colors of #785144
Black with #785144
Text Example
Text Example
White with #785144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785144; }
p { color: rgb(120,81,68); }
H1.HeaderClassName
{
color: #785144;
}
.AnyTagClassName
{
color: #785144;
}
</style>
background-color css
<style>
a { background-color: #785144; }
a { background-color: rgb(120,81,68); }
div.DivClassName
{
background-color: #785144;
}
.BgClassName
{
background-color: #785144;
}
</style>
border-color css
<style>
span { border-color: #785144; }
span { border-color: rgb(120,81,68); }
td.TdClassName
{
border-color: #785144;
}
.TagClassName
{
border-color: #785144;
}
</style>