Shades of Nutmeg #785045
Tints of Nutmeg #785045
RGB
CMYK
RGB Variations
Color information
#785045 (or 0x785045) is known color: Nutmeg. HEX triplet: 78, 50 and 45. RGB value is (120,80,69). Sum of RGB (Red+Green+Blue) = 120+80+69=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #785045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785045 is #87AFBA. Grayscale: #5A5A5A. Windows color (decimal): -8892347 or 4542584. OLE color: 4542584.
HSL color Cylindrical-coordinate representation of color #785045: hue angle of 12.94º degrees, saturation: 0.27, 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 #785045 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 69 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.53 |
| HSL | 12.94º | 0.27% | 0.37% | - |
| HSV(B) | 12.94º | 0.43% | 0.47% | - |
| XYZ | 11.69 | 10.16 | 6.98 | - |
| YUV | 90.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 69 | 0 | 0.33 | 0.42 | 0.53 | 12.94 | 0.27 | 0.37 |
| Hex | 78 | 50 | 45 | 0 | 21 | 2A | 35 | D | 1B | 25 |
| Octal | 170 | 120 | 105 | 0 | 41 | 52 | 65 | 15 | 33 | 45 |
| Binary | 1111000 | 1010000 | 1000101 | 0 | 100001 | 101010 | 110101 | 1101 | 11011 | 100101 |
Color Harmonies of #785045
Complementary color
Monochromatic Colors of #785045
Black with #785045
Text Example
Text Example
White with #785045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785045; }
p { color: rgb(120,80,69); }
H1.HeaderClassName
{
color: #785045;
}
.AnyTagClassName
{
color: #785045;
}
</style>
background-color css
<style>
a { background-color: #785045; }
a { background-color: rgb(120,80,69); }
div.DivClassName
{
background-color: #785045;
}
.BgClassName
{
background-color: #785045;
}
</style>
border-color css
<style>
span { border-color: #785045; }
span { border-color: rgb(120,80,69); }
td.TdClassName
{
border-color: #785045;
}
.TagClassName
{
border-color: #785045;
}
</style>