Shades of Nutmeg #774F43
Tints of Nutmeg #774F43
RGB
CMYK
RGB Variations
Color information
#774F43 (or 0x774F43) is known color: Nutmeg. HEX triplet: 77, 4F and 43. RGB value is (119,79,67). Sum of RGB (Red+Green+Blue) = 119+79+67=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #774F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F43 is #88B0BC. Grayscale: #595959. Windows color (decimal): -8958141 or 4411255. OLE color: 4411255.
HSL color Cylindrical-coordinate representation of color #774F43: hue angle of 13.85º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #774F43 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 67 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.53 |
| HSL | 13.85º | 0.28% | 0.36% | - |
| HSV(B) | 13.85º | 0.44% | 0.47% | - |
| XYZ | 11.42 | 9.92 | 6.62 | - |
| YUV | 89.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 67 | 0 | 0.34 | 0.44 | 0.53 | 13.85 | 0.28 | 0.36 |
| Hex | 77 | 4F | 43 | 0 | 22 | 2C | 35 | E | 1C | 24 |
| Octal | 167 | 117 | 103 | 0 | 42 | 54 | 65 | 16 | 34 | 44 |
| Binary | 1110111 | 1001111 | 1000011 | 0 | 100010 | 101100 | 110101 | 1110 | 11100 | 100100 |
Color Harmonies of #774F43
Complementary color
Monochromatic Colors of #774F43
Black with #774F43
Text Example
Text Example
White with #774F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F43; }
p { color: rgb(119,79,67); }
H1.HeaderClassName
{
color: #774F43;
}
.AnyTagClassName
{
color: #774F43;
}
</style>
background-color css
<style>
a { background-color: #774F43; }
a { background-color: rgb(119,79,67); }
div.DivClassName
{
background-color: #774F43;
}
.BgClassName
{
background-color: #774F43;
}
</style>
border-color css
<style>
span { border-color: #774F43; }
span { border-color: rgb(119,79,67); }
td.TdClassName
{
border-color: #774F43;
}
.TagClassName
{
border-color: #774F43;
}
</style>