Shades of Nutmeg #774C41
Tints of Nutmeg #774C41
RGB
CMYK
RGB Variations
Color information
#774C41 (or 0x774C41) is known color: Nutmeg. HEX triplet: 77, 4C and 41. RGB value is (119,76,65). Sum of RGB (Red+Green+Blue) = 119+76+65=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #774C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C41 is #88B3BE. Grayscale: #575757. Windows color (decimal): -8958911 or 4279415. OLE color: 4279415.
HSL color Cylindrical-coordinate representation of color #774C41: hue angle of 12.22º 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 #774C41 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 65 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.53 |
| HSL | 12.22º | 0.29% | 0.36% | - |
| HSV(B) | 12.22º | 0.45% | 0.47% | - |
| XYZ | 11.15 | 9.47 | 6.24 | - |
| YUV | 87.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 65 | 0 | 0.36 | 0.45 | 0.53 | 12.22 | 0.29 | 0.36 |
| Hex | 77 | 4C | 41 | 0 | 24 | 2D | 35 | C | 1D | 24 |
| Octal | 167 | 114 | 101 | 0 | 44 | 55 | 65 | 14 | 35 | 44 |
| Binary | 1110111 | 1001100 | 1000001 | 0 | 100100 | 101101 | 110101 | 1100 | 11101 | 100100 |
Color Harmonies of #774C41
Complementary color
Monochromatic Colors of #774C41
Black with #774C41
Text Example
Text Example
White with #774C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C41; }
p { color: rgb(119,76,65); }
H1.HeaderClassName
{
color: #774C41;
}
.AnyTagClassName
{
color: #774C41;
}
</style>
background-color css
<style>
a { background-color: #774C41; }
a { background-color: rgb(119,76,65); }
div.DivClassName
{
background-color: #774C41;
}
.BgClassName
{
background-color: #774C41;
}
</style>
border-color css
<style>
span { border-color: #774C41; }
span { border-color: rgb(119,76,65); }
td.TdClassName
{
border-color: #774C41;
}
.TagClassName
{
border-color: #774C41;
}
</style>