Shades of Nutmeg #7E4A3D
Tints of Nutmeg #7E4A3D
RGB
CMYK
RGB Variations
Color information
#7E4A3D (or 0x7E4A3D) is known color: Nutmeg. HEX triplet: 7E, 4A and 3D. RGB value is (126,74,61). Sum of RGB (Red+Green+Blue) = 126+74+61=261 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.28% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4A3D is #81B5C2. Grayscale: #585858. Windows color (decimal): -8500675 or 4016766. OLE color: 4016766.
HSL color Cylindrical-coordinate representation of color #7E4A3D: hue angle of 12º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E4A3D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 74 | 61 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.51 |
| HSL | 12º | 0.35% | 0.37% | - |
| HSV(B) | 12º | 0.52% | 0.49% | - |
| XYZ | 11.9 | 9.67 | 5.65 | - |
| YUV | 88.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 74 | 61 | 0 | 0.41 | 0.52 | 0.51 | 12 | 0.35 | 0.37 |
| Hex | 7E | 4A | 3D | 0 | 29 | 34 | 33 | C | 23 | 25 |
| Octal | 176 | 112 | 75 | 0 | 51 | 64 | 63 | 14 | 43 | 45 |
| Binary | 1111110 | 1001010 | 111101 | 0 | 101001 | 110100 | 110011 | 1100 | 100011 | 100101 |
Color Harmonies of #7E4A3D
Complementary color
Monochromatic Colors of #7E4A3D
Black with #7E4A3D
Text Example
Text Example
White with #7E4A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4A3D; }
p { color: rgb(126,74,61); }
H1.HeaderClassName
{
color: #7E4A3D;
}
.AnyTagClassName
{
color: #7E4A3D;
}
</style>
background-color css
<style>
a { background-color: #7E4A3D; }
a { background-color: rgb(126,74,61); }
div.DivClassName
{
background-color: #7E4A3D;
}
.BgClassName
{
background-color: #7E4A3D;
}
</style>
border-color css
<style>
span { border-color: #7E4A3D; }
span { border-color: rgb(126,74,61); }
td.TdClassName
{
border-color: #7E4A3D;
}
.TagClassName
{
border-color: #7E4A3D;
}
</style>