Shades of Nutmeg #7F4D41
Tints of Nutmeg #7F4D41
RGB
CMYK
RGB Variations
Color information
#7F4D41 (or 0x7F4D41) is known color: Nutmeg. HEX triplet: 7F, 4D and 41. RGB value is (127,77,65). Sum of RGB (Red+Green+Blue) = 127+77+65=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4D41 is #80B2BE. Grayscale: #5A5A5A. Windows color (decimal): -8434367 or 4279679. OLE color: 4279679.
HSL color Cylindrical-coordinate representation of color #7F4D41: hue angle of 11.61º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F4D41 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 77 | 65 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.50 |
| HSL | 11.61º | 0.32% | 0.38% | - |
| HSV(B) | 11.61º | 0.49% | 0.5% | - |
| XYZ | 12.36 | 10.2 | 6.32 | - |
| YUV | 90.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 65 | 0 | 0.39 | 0.49 | 0.50 | 11.61 | 0.32 | 0.38 |
| Hex | 7F | 4D | 41 | 0 | 27 | 31 | 32 | C | 20 | 26 |
| Octal | 177 | 115 | 101 | 0 | 47 | 61 | 62 | 14 | 40 | 46 |
| Binary | 1111111 | 1001101 | 1000001 | 0 | 100111 | 110001 | 110010 | 1100 | 100000 | 100110 |
Color Harmonies of #7F4D41
Complementary color
Monochromatic Colors of #7F4D41
Black with #7F4D41
Text Example
Text Example
White with #7F4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4D41; }
p { color: rgb(127,77,65); }
H1.HeaderClassName
{
color: #7F4D41;
}
.AnyTagClassName
{
color: #7F4D41;
}
</style>
background-color css
<style>
a { background-color: #7F4D41; }
a { background-color: rgb(127,77,65); }
div.DivClassName
{
background-color: #7F4D41;
}
.BgClassName
{
background-color: #7F4D41;
}
</style>
border-color css
<style>
span { border-color: #7F4D41; }
span { border-color: rgb(127,77,65); }
td.TdClassName
{
border-color: #7F4D41;
}
.TagClassName
{
border-color: #7F4D41;
}
</style>