Shades of Nutmeg #7C4B3F
Tints of Nutmeg #7C4B3F
RGB
CMYK
RGB Variations
Color information
#7C4B3F (or 0x7C4B3F) is known color: Nutmeg. HEX triplet: 7C, 4B and 3F. RGB value is (124,75,63). Sum of RGB (Red+Green+Blue) = 124+75+63=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4B3F is #83B4C0. Grayscale: #585858. Windows color (decimal): -8631489 or 4148092. OLE color: 4148092.
HSL color Cylindrical-coordinate representation of color #7C4B3F: hue angle of 11.8º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C4B3F is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 75 | 63 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.51 |
| HSL | 11.8º | 0.33% | 0.37% | - |
| HSV(B) | 11.8º | 0.49% | 0.49% | - |
| XYZ | 11.73 | 9.68 | 5.95 | - |
| YUV | 88.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 75 | 63 | 0 | 0.40 | 0.49 | 0.51 | 11.8 | 0.33 | 0.37 |
| Hex | 7C | 4B | 3F | 0 | 28 | 31 | 33 | C | 21 | 25 |
| Octal | 174 | 113 | 77 | 0 | 50 | 61 | 63 | 14 | 41 | 45 |
| Binary | 1111100 | 1001011 | 111111 | 0 | 101000 | 110001 | 110011 | 1100 | 100001 | 100101 |
Color Harmonies of #7C4B3F
Complementary color
Monochromatic Colors of #7C4B3F
Black with #7C4B3F
Text Example
Text Example
White with #7C4B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4B3F; }
p { color: rgb(124,75,63); }
H1.HeaderClassName
{
color: #7C4B3F;
}
.AnyTagClassName
{
color: #7C4B3F;
}
</style>
background-color css
<style>
a { background-color: #7C4B3F; }
a { background-color: rgb(124,75,63); }
div.DivClassName
{
background-color: #7C4B3F;
}
.BgClassName
{
background-color: #7C4B3F;
}
</style>
border-color css
<style>
span { border-color: #7C4B3F; }
span { border-color: rgb(124,75,63); }
td.TdClassName
{
border-color: #7C4B3F;
}
.TagClassName
{
border-color: #7C4B3F;
}
</style>