Shades of Nutmeg #774D42
Tints of Nutmeg #774D42
RGB
CMYK
RGB Variations
Color information
#774D42 (or 0x774D42) is known color: Nutmeg. HEX triplet: 77, 4D and 42. RGB value is (119,77,66). Sum of RGB (Red+Green+Blue) = 119+77+66=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #774D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D42 is #88B2BD. Grayscale: #585858. Windows color (decimal): -8958654 or 4345207. OLE color: 4345207.
HSL color Cylindrical-coordinate representation of color #774D42: hue angle of 12.45º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774D42 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 66 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.53 |
| HSL | 12.45º | 0.29% | 0.36% | - |
| HSV(B) | 12.45º | 0.45% | 0.47% | - |
| XYZ | 11.25 | 9.62 | 6.42 | - |
| YUV | 88.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 66 | 0 | 0.35 | 0.45 | 0.53 | 12.45 | 0.29 | 0.36 |
| Hex | 77 | 4D | 42 | 0 | 23 | 2D | 35 | C | 1D | 24 |
| Octal | 167 | 115 | 102 | 0 | 43 | 55 | 65 | 14 | 35 | 44 |
| Binary | 1110111 | 1001101 | 1000010 | 0 | 100011 | 101101 | 110101 | 1100 | 11101 | 100100 |
Color Harmonies of #774D42
Complementary color
Monochromatic Colors of #774D42
Black with #774D42
Text Example
Text Example
White with #774D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D42; }
p { color: rgb(119,77,66); }
H1.HeaderClassName
{
color: #774D42;
}
.AnyTagClassName
{
color: #774D42;
}
</style>
background-color css
<style>
a { background-color: #774D42; }
a { background-color: rgb(119,77,66); }
div.DivClassName
{
background-color: #774D42;
}
.BgClassName
{
background-color: #774D42;
}
</style>
border-color css
<style>
span { border-color: #774D42; }
span { border-color: rgb(119,77,66); }
td.TdClassName
{
border-color: #774D42;
}
.TagClassName
{
border-color: #774D42;
}
</style>