Shades of Nutmeg #794C42
Tints of Nutmeg #794C42
RGB
CMYK
RGB Variations
Color information
#794C42 (or 0x794C42) is known color: Nutmeg. HEX triplet: 79, 4C and 42. RGB value is (121,76,66). Sum of RGB (Red+Green+Blue) = 121+76+66=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #794C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794C42 is #86B3BD. Grayscale: #585858. Windows color (decimal): -8827838 or 4344953. OLE color: 4344953.
HSL color Cylindrical-coordinate representation of color #794C42: hue angle of 10.91º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #794C42 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 76 | 66 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.53 |
| HSL | 10.91º | 0.29% | 0.37% | - |
| HSV(B) | 10.91º | 0.45% | 0.47% | - |
| XYZ | 11.45 | 9.63 | 6.41 | - |
| YUV | 88.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 66 | 0 | 0.37 | 0.45 | 0.53 | 10.91 | 0.29 | 0.37 |
| Hex | 79 | 4C | 42 | 0 | 25 | 2D | 35 | B | 1D | 25 |
| Octal | 171 | 114 | 102 | 0 | 45 | 55 | 65 | 13 | 35 | 45 |
| Binary | 1111001 | 1001100 | 1000010 | 0 | 100101 | 101101 | 110101 | 1011 | 11101 | 100101 |
Color Harmonies of #794C42
Complementary color
Monochromatic Colors of #794C42
Black with #794C42
Text Example
Text Example
White with #794C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794C42; }
p { color: rgb(121,76,66); }
H1.HeaderClassName
{
color: #794C42;
}
.AnyTagClassName
{
color: #794C42;
}
</style>
background-color css
<style>
a { background-color: #794C42; }
a { background-color: rgb(121,76,66); }
div.DivClassName
{
background-color: #794C42;
}
.BgClassName
{
background-color: #794C42;
}
</style>
border-color css
<style>
span { border-color: #794C42; }
span { border-color: rgb(121,76,66); }
td.TdClassName
{
border-color: #794C42;
}
.TagClassName
{
border-color: #794C42;
}
</style>