Shades of Nutmeg #7D4C3D
Tints of Nutmeg #7D4C3D
RGB
CMYK
RGB Variations
Color information
#7D4C3D (or 0x7D4C3D) is known color: Nutmeg. HEX triplet: 7D, 4C and 3D. RGB value is (125,76,61). Sum of RGB (Red+Green+Blue) = 125+76+61=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4C3D is #82B3C2. Grayscale: #595959. Windows color (decimal): -8565699 or 4017277. OLE color: 4017277.
HSL color Cylindrical-coordinate representation of color #7D4C3D: hue angle of 14.06º 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 #7D4C3D is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 76 | 61 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.51 |
| HSL | 14.06º | 0.34% | 0.36% | - |
| HSV(B) | 14.06º | 0.51% | 0.49% | - |
| XYZ | 11.88 | 9.87 | 5.69 | - |
| YUV | 88.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 61 | 0 | 0.39 | 0.51 | 0.51 | 14.06 | 0.34 | 0.36 |
| Hex | 7D | 4C | 3D | 0 | 27 | 33 | 33 | E | 22 | 24 |
| Octal | 175 | 114 | 75 | 0 | 47 | 63 | 63 | 16 | 42 | 44 |
| Binary | 1111101 | 1001100 | 111101 | 0 | 100111 | 110011 | 110011 | 1110 | 100010 | 100100 |
Color Harmonies of #7D4C3D
Complementary color
Monochromatic Colors of #7D4C3D
Black with #7D4C3D
Text Example
Text Example
White with #7D4C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4C3D; }
p { color: rgb(125,76,61); }
H1.HeaderClassName
{
color: #7D4C3D;
}
.AnyTagClassName
{
color: #7D4C3D;
}
</style>
background-color css
<style>
a { background-color: #7D4C3D; }
a { background-color: rgb(125,76,61); }
div.DivClassName
{
background-color: #7D4C3D;
}
.BgClassName
{
background-color: #7D4C3D;
}
</style>
border-color css
<style>
span { border-color: #7D4C3D; }
span { border-color: rgb(125,76,61); }
td.TdClassName
{
border-color: #7D4C3D;
}
.TagClassName
{
border-color: #7D4C3D;
}
</style>