Shades of Nutmeg #7C4C3F
Tints of Nutmeg #7C4C3F
RGB
CMYK
RGB Variations
Color information
#7C4C3F (or 0x7C4C3F) is known color: Nutmeg. HEX triplet: 7C, 4C and 3F. RGB value is (124,76,63). Sum of RGB (Red+Green+Blue) = 124+76+63=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4C3F is #83B3C0. Grayscale: #585858. Windows color (decimal): -8631233 or 4148348. OLE color: 4148348.
HSL color Cylindrical-coordinate representation of color #7C4C3F: hue angle of 12.79º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C4C3F is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 76 | 63 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.51 |
| HSL | 12.79º | 0.33% | 0.37% | - |
| HSV(B) | 12.79º | 0.49% | 0.49% | - |
| XYZ | 11.79 | 9.81 | 5.98 | - |
| YUV | 88.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 76 | 63 | 0 | 0.39 | 0.49 | 0.51 | 12.79 | 0.33 | 0.37 |
| Hex | 7C | 4C | 3F | 0 | 27 | 31 | 33 | D | 21 | 25 |
| Octal | 174 | 114 | 77 | 0 | 47 | 61 | 63 | 15 | 41 | 45 |
| Binary | 1111100 | 1001100 | 111111 | 0 | 100111 | 110001 | 110011 | 1101 | 100001 | 100101 |
Color Harmonies of #7C4C3F
Complementary color
Monochromatic Colors of #7C4C3F
Black with #7C4C3F
Text Example
Text Example
White with #7C4C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4C3F; }
p { color: rgb(124,76,63); }
H1.HeaderClassName
{
color: #7C4C3F;
}
.AnyTagClassName
{
color: #7C4C3F;
}
</style>
background-color css
<style>
a { background-color: #7C4C3F; }
a { background-color: rgb(124,76,63); }
div.DivClassName
{
background-color: #7C4C3F;
}
.BgClassName
{
background-color: #7C4C3F;
}
</style>
border-color css
<style>
span { border-color: #7C4C3F; }
span { border-color: rgb(124,76,63); }
td.TdClassName
{
border-color: #7C4C3F;
}
.TagClassName
{
border-color: #7C4C3F;
}
</style>