Shades of Nutmeg #7F4D3D
Tints of Nutmeg #7F4D3D
RGB
CMYK
RGB Variations
Color information
#7F4D3D (or 0x7F4D3D) is known color: Nutmeg. HEX triplet: 7F, 4D and 3D. RGB value is (127,77,61). Sum of RGB (Red+Green+Blue) = 127+77+61=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4D3D is #80B2C2. Grayscale: #5A5A5A. Windows color (decimal): -8434371 or 4017535. OLE color: 4017535.
HSL color Cylindrical-coordinate representation of color #7F4D3D: hue angle of 14.55º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F4D3D is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 77 | 61 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.50 |
| HSL | 14.55º | 0.35% | 0.37% | - |
| HSV(B) | 14.55º | 0.52% | 0.5% | - |
| XYZ | 12.25 | 10.16 | 5.73 | - |
| YUV | 90.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 61 | 0 | 0.39 | 0.52 | 0.50 | 14.55 | 0.35 | 0.37 |
| Hex | 7F | 4D | 3D | 0 | 27 | 34 | 32 | F | 23 | 25 |
| Octal | 177 | 115 | 75 | 0 | 47 | 64 | 62 | 17 | 43 | 45 |
| Binary | 1111111 | 1001101 | 111101 | 0 | 100111 | 110100 | 110010 | 1111 | 100011 | 100101 |
Color Harmonies of #7F4D3D
Complementary color
Monochromatic Colors of #7F4D3D
Black with #7F4D3D
Text Example
Text Example
White with #7F4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4D3D; }
p { color: rgb(127,77,61); }
H1.HeaderClassName
{
color: #7F4D3D;
}
.AnyTagClassName
{
color: #7F4D3D;
}
</style>
background-color css
<style>
a { background-color: #7F4D3D; }
a { background-color: rgb(127,77,61); }
div.DivClassName
{
background-color: #7F4D3D;
}
.BgClassName
{
background-color: #7F4D3D;
}
</style>
border-color css
<style>
span { border-color: #7F4D3D; }
span { border-color: rgb(127,77,61); }
td.TdClassName
{
border-color: #7F4D3D;
}
.TagClassName
{
border-color: #7F4D3D;
}
</style>