Shades of Nutmeg #7C4D3D
Tints of Nutmeg #7C4D3D
RGB
CMYK
RGB Variations
Color information
#7C4D3D (or 0x7C4D3D) is known color: Nutmeg. HEX triplet: 7C, 4D and 3D. RGB value is (124,77,61). Sum of RGB (Red+Green+Blue) = 124+77+61=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4D3D is #83B2C2. Grayscale: #595959. Windows color (decimal): -8630979 or 4017532. OLE color: 4017532.
HSL color Cylindrical-coordinate representation of color #7C4D3D: hue angle of 15.24º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C4D3D is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 77 | 61 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.51 |
| HSL | 15.24º | 0.34% | 0.36% | - |
| HSV(B) | 15.24º | 0.51% | 0.49% | - |
| XYZ | 11.81 | 9.93 | 5.71 | - |
| YUV | 89.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 61 | 0 | 0.38 | 0.51 | 0.51 | 15.24 | 0.34 | 0.36 |
| Hex | 7C | 4D | 3D | 0 | 26 | 33 | 33 | F | 22 | 24 |
| Octal | 174 | 115 | 75 | 0 | 46 | 63 | 63 | 17 | 42 | 44 |
| Binary | 1111100 | 1001101 | 111101 | 0 | 100110 | 110011 | 110011 | 1111 | 100010 | 100100 |
Color Harmonies of #7C4D3D
Complementary color
Monochromatic Colors of #7C4D3D
Black with #7C4D3D
Text Example
Text Example
White with #7C4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4D3D; }
p { color: rgb(124,77,61); }
H1.HeaderClassName
{
color: #7C4D3D;
}
.AnyTagClassName
{
color: #7C4D3D;
}
</style>
background-color css
<style>
a { background-color: #7C4D3D; }
a { background-color: rgb(124,77,61); }
div.DivClassName
{
background-color: #7C4D3D;
}
.BgClassName
{
background-color: #7C4D3D;
}
</style>
border-color css
<style>
span { border-color: #7C4D3D; }
span { border-color: rgb(124,77,61); }
td.TdClassName
{
border-color: #7C4D3D;
}
.TagClassName
{
border-color: #7C4D3D;
}
</style>