Shades of Nutmeg #7F4B38
Tints of Nutmeg #7F4B38
RGB
CMYK
RGB Variations
Color information
#7F4B38 (or 0x7F4B38) is known color: Nutmeg. HEX triplet: 7F, 4B and 38. RGB value is (127,75,56). Sum of RGB (Red+Green+Blue) = 127+75+56=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4B38 is #80B4C7. Grayscale: #585858. Windows color (decimal): -8434888 or 3689343. OLE color: 3689343.
HSL color Cylindrical-coordinate representation of color #7F4B38: hue angle of 16.06º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F4B38 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 75 | 56 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.50 |
| HSL | 16.06º | 0.39% | 0.36% | - |
| HSV(B) | 16.06º | 0.56% | 0.5% | - |
| XYZ | 11.98 | 9.83 | 5.01 | - |
| YUV | 88.38 | 109.73 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 75 | 56 | 0 | 0.41 | 0.56 | 0.50 | 16.06 | 0.39 | 0.36 |
| Hex | 7F | 4B | 38 | 0 | 29 | 38 | 32 | 10 | 27 | 24 |
| Octal | 177 | 113 | 70 | 0 | 51 | 70 | 62 | 20 | 47 | 44 |
| Binary | 1111111 | 1001011 | 111000 | 0 | 101001 | 111000 | 110010 | 10000 | 100111 | 100100 |
Color Harmonies of #7F4B38
Complementary color
Monochromatic Colors of #7F4B38
Black with #7F4B38
Text Example
Text Example
White with #7F4B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4B38; }
p { color: rgb(127,75,56); }
H1.HeaderClassName
{
color: #7F4B38;
}
.AnyTagClassName
{
color: #7F4B38;
}
</style>
background-color css
<style>
a { background-color: #7F4B38; }
a { background-color: rgb(127,75,56); }
div.DivClassName
{
background-color: #7F4B38;
}
.BgClassName
{
background-color: #7F4B38;
}
</style>
border-color css
<style>
span { border-color: #7F4B38; }
span { border-color: rgb(127,75,56); }
td.TdClassName
{
border-color: #7F4B38;
}
.TagClassName
{
border-color: #7F4B38;
}
</style>