Shades of Nutmeg #7E4738
Tints of Nutmeg #7E4738
RGB
CMYK
RGB Variations
Color information
#7E4738 (or 0x7E4738) is known color: Nutmeg. HEX triplet: 7E, 47 and 38. RGB value is (126,71,56). Sum of RGB (Red+Green+Blue) = 126+71+56=253 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.80% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4738 is #81B8C7. Grayscale: #555555. Windows color (decimal): -8501448 or 3688318. OLE color: 3688318.
HSL color Cylindrical-coordinate representation of color #7E4738: hue angle of 12.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E4738 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 71 | 56 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.51 |
| HSL | 12.86º | 0.38% | 0.36% | - |
| HSV(B) | 12.86º | 0.56% | 0.49% | - |
| XYZ | 11.57 | 9.23 | 4.91 | - |
| YUV | 85.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 71 | 56 | 0 | 0.44 | 0.56 | 0.51 | 12.86 | 0.38 | 0.36 |
| Hex | 7E | 47 | 38 | 0 | 2C | 38 | 33 | D | 26 | 24 |
| Octal | 176 | 107 | 70 | 0 | 54 | 70 | 63 | 15 | 46 | 44 |
| Binary | 1111110 | 1000111 | 111000 | 0 | 101100 | 111000 | 110011 | 1101 | 100110 | 100100 |
Color Harmonies of #7E4738
Complementary color
Monochromatic Colors of #7E4738
Black with #7E4738
Text Example
Text Example
White with #7E4738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4738; }
p { color: rgb(126,71,56); }
H1.HeaderClassName
{
color: #7E4738;
}
.AnyTagClassName
{
color: #7E4738;
}
</style>
background-color css
<style>
a { background-color: #7E4738; }
a { background-color: rgb(126,71,56); }
div.DivClassName
{
background-color: #7E4738;
}
.BgClassName
{
background-color: #7E4738;
}
</style>
border-color css
<style>
span { border-color: #7E4738; }
span { border-color: rgb(126,71,56); }
td.TdClassName
{
border-color: #7E4738;
}
.TagClassName
{
border-color: #7E4738;
}
</style>