Shades of Nutmeg #7D4A41
Tints of Nutmeg #7D4A41
RGB
CMYK
RGB Variations
Color information
#7D4A41 (or 0x7D4A41) is known color: Nutmeg. HEX triplet: 7D, 4A and 41. RGB value is (125,74,65). Sum of RGB (Red+Green+Blue) = 125+74+65=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4A41 is #82B5BE. Grayscale: #585858. Windows color (decimal): -8566207 or 4278909. OLE color: 4278909.
HSL color Cylindrical-coordinate representation of color #7D4A41: hue angle of 9º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D4A41 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 74 | 65 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.51 |
| HSL | 9º | 0.32% | 0.37% | - |
| HSV(B) | 9º | 0.48% | 0.49% | - |
| XYZ | 11.86 | 9.64 | 6.24 | - |
| YUV | 88.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 65 | 0 | 0.41 | 0.48 | 0.51 | 9 | 0.32 | 0.37 |
| Hex | 7D | 4A | 41 | 0 | 29 | 30 | 33 | 9 | 20 | 25 |
| Octal | 175 | 112 | 101 | 0 | 51 | 60 | 63 | 11 | 40 | 45 |
| Binary | 1111101 | 1001010 | 1000001 | 0 | 101001 | 110000 | 110011 | 1001 | 100000 | 100101 |
Color Harmonies of #7D4A41
Complementary color
Monochromatic Colors of #7D4A41
Black with #7D4A41
Text Example
Text Example
White with #7D4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4A41; }
p { color: rgb(125,74,65); }
H1.HeaderClassName
{
color: #7D4A41;
}
.AnyTagClassName
{
color: #7D4A41;
}
</style>
background-color css
<style>
a { background-color: #7D4A41; }
a { background-color: rgb(125,74,65); }
div.DivClassName
{
background-color: #7D4A41;
}
.BgClassName
{
background-color: #7D4A41;
}
</style>
border-color css
<style>
span { border-color: #7D4A41; }
span { border-color: rgb(125,74,65); }
td.TdClassName
{
border-color: #7D4A41;
}
.TagClassName
{
border-color: #7D4A41;
}
</style>