Shades of Nutmeg #7C4D44
Tints of Nutmeg #7C4D44
RGB
CMYK
RGB Variations
Color information
#7C4D44 (or 0x7C4D44) is known color: Nutmeg. HEX triplet: 7C, 4D and 44. RGB value is (124,77,68). Sum of RGB (Red+Green+Blue) = 124+77+68=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4D44 is #83B2BB. Grayscale: #5A5A5A. Windows color (decimal): -8630972 or 4476284. OLE color: 4476284.
HSL color Cylindrical-coordinate representation of color #7C4D44: hue angle of 9.64º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C4D44 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 77 | 68 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.51 |
| HSL | 9.64º | 0.29% | 0.38% | - |
| HSV(B) | 9.64º | 0.45% | 0.49% | - |
| XYZ | 12.01 | 10.01 | 6.77 | - |
| YUV | 90.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 68 | 0 | 0.38 | 0.45 | 0.51 | 9.64 | 0.29 | 0.38 |
| Hex | 7C | 4D | 44 | 0 | 26 | 2D | 33 | A | 1D | 26 |
| Octal | 174 | 115 | 104 | 0 | 46 | 55 | 63 | 12 | 35 | 46 |
| Binary | 1111100 | 1001101 | 1000100 | 0 | 100110 | 101101 | 110011 | 1010 | 11101 | 100110 |
Color Harmonies of #7C4D44
Complementary color
Monochromatic Colors of #7C4D44
Black with #7C4D44
Text Example
Text Example
White with #7C4D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4D44; }
p { color: rgb(124,77,68); }
H1.HeaderClassName
{
color: #7C4D44;
}
.AnyTagClassName
{
color: #7C4D44;
}
</style>
background-color css
<style>
a { background-color: #7C4D44; }
a { background-color: rgb(124,77,68); }
div.DivClassName
{
background-color: #7C4D44;
}
.BgClassName
{
background-color: #7C4D44;
}
</style>
border-color css
<style>
span { border-color: #7C4D44; }
span { border-color: rgb(124,77,68); }
td.TdClassName
{
border-color: #7C4D44;
}
.TagClassName
{
border-color: #7C4D44;
}
</style>