Shades of Nutmeg #774C3F
Tints of Nutmeg #774C3F
RGB
CMYK
RGB Variations
Color information
#774C3F (or 0x774C3F) is known color: Nutmeg. HEX triplet: 77, 4C and 3F. RGB value is (119,76,63). Sum of RGB (Red+Green+Blue) = 119+76+63=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #774C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C3F is #88B3C0. Grayscale: #575757. Windows color (decimal): -8958913 or 4148343. OLE color: 4148343.
HSL color Cylindrical-coordinate representation of color #774C3F: hue angle of 13.93º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #774C3F is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 63 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.53 |
| HSL | 13.93º | 0.31% | 0.36% | - |
| HSV(B) | 13.93º | 0.47% | 0.47% | - |
| XYZ | 11.09 | 9.45 | 5.94 | - |
| YUV | 87.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 63 | 0 | 0.36 | 0.47 | 0.53 | 13.93 | 0.31 | 0.36 |
| Hex | 77 | 4C | 3F | 0 | 24 | 2F | 35 | E | 1F | 24 |
| Octal | 167 | 114 | 77 | 0 | 44 | 57 | 65 | 16 | 37 | 44 |
| Binary | 1110111 | 1001100 | 111111 | 0 | 100100 | 101111 | 110101 | 1110 | 11111 | 100100 |
Color Harmonies of #774C3F
Complementary color
Monochromatic Colors of #774C3F
Black with #774C3F
Text Example
Text Example
White with #774C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C3F; }
p { color: rgb(119,76,63); }
H1.HeaderClassName
{
color: #774C3F;
}
.AnyTagClassName
{
color: #774C3F;
}
</style>
background-color css
<style>
a { background-color: #774C3F; }
a { background-color: rgb(119,76,63); }
div.DivClassName
{
background-color: #774C3F;
}
.BgClassName
{
background-color: #774C3F;
}
</style>
border-color css
<style>
span { border-color: #774C3F; }
span { border-color: rgb(119,76,63); }
td.TdClassName
{
border-color: #774C3F;
}
.TagClassName
{
border-color: #774C3F;
}
</style>