Shades of Nutmeg #774A3E
Tints of Nutmeg #774A3E
RGB
CMYK
RGB Variations
Color information
#774A3E (or 0x774A3E) is known color: Nutmeg. HEX triplet: 77, 4A and 3E. RGB value is (119,74,62). Sum of RGB (Red+Green+Blue) = 119+74+62=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #774A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A3E is #88B5C1. Grayscale: #565656. Windows color (decimal): -8959426 or 4082295. OLE color: 4082295.
HSL color Cylindrical-coordinate representation of color #774A3E: hue angle of 12.63º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #774A3E is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 62 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.53 |
| HSL | 12.63º | 0.31% | 0.35% | - |
| HSV(B) | 12.63º | 0.48% | 0.47% | - |
| XYZ | 10.93 | 9.17 | 5.75 | - |
| YUV | 86.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 62 | 0 | 0.38 | 0.48 | 0.53 | 12.63 | 0.31 | 0.35 |
| Hex | 77 | 4A | 3E | 0 | 26 | 30 | 35 | D | 1F | 23 |
| Octal | 167 | 112 | 76 | 0 | 46 | 60 | 65 | 15 | 37 | 43 |
| Binary | 1110111 | 1001010 | 111110 | 0 | 100110 | 110000 | 110101 | 1101 | 11111 | 100011 |
Color Harmonies of #774A3E
Complementary color
Monochromatic Colors of #774A3E
Black with #774A3E
Text Example
Text Example
White with #774A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A3E; }
p { color: rgb(119,74,62); }
H1.HeaderClassName
{
color: #774A3E;
}
.AnyTagClassName
{
color: #774A3E;
}
</style>
background-color css
<style>
a { background-color: #774A3E; }
a { background-color: rgb(119,74,62); }
div.DivClassName
{
background-color: #774A3E;
}
.BgClassName
{
background-color: #774A3E;
}
</style>
border-color css
<style>
span { border-color: #774A3E; }
span { border-color: rgb(119,74,62); }
td.TdClassName
{
border-color: #774A3E;
}
.TagClassName
{
border-color: #774A3E;
}
</style>