Shades of Nutmeg #774B3D
Tints of Nutmeg #774B3D
RGB
CMYK
RGB Variations
Color information
#774B3D (or 0x774B3D) is known color: Nutmeg. HEX triplet: 77, 4B and 3D. RGB value is (119,75,61). Sum of RGB (Red+Green+Blue) = 119+75+61=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #774B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B3D is #88B4C2. Grayscale: #565656. Windows color (decimal): -8959171 or 4017015. OLE color: 4017015.
HSL color Cylindrical-coordinate representation of color #774B3D: hue angle of 14.48º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #774B3D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 61 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.53 |
| HSL | 14.48º | 0.32% | 0.35% | - |
| HSV(B) | 14.48º | 0.49% | 0.47% | - |
| XYZ | 10.97 | 9.29 | 5.63 | - |
| YUV | 86.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 61 | 0 | 0.37 | 0.49 | 0.53 | 14.48 | 0.32 | 0.35 |
| Hex | 77 | 4B | 3D | 0 | 25 | 31 | 35 | E | 20 | 23 |
| Octal | 167 | 113 | 75 | 0 | 45 | 61 | 65 | 16 | 40 | 43 |
| Binary | 1110111 | 1001011 | 111101 | 0 | 100101 | 110001 | 110101 | 1110 | 100000 | 100011 |
Color Harmonies of #774B3D
Complementary color
Monochromatic Colors of #774B3D
Black with #774B3D
Text Example
Text Example
White with #774B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B3D; }
p { color: rgb(119,75,61); }
H1.HeaderClassName
{
color: #774B3D;
}
.AnyTagClassName
{
color: #774B3D;
}
</style>
background-color css
<style>
a { background-color: #774B3D; }
a { background-color: rgb(119,75,61); }
div.DivClassName
{
background-color: #774B3D;
}
.BgClassName
{
background-color: #774B3D;
}
</style>
border-color css
<style>
span { border-color: #774B3D; }
span { border-color: rgb(119,75,61); }
td.TdClassName
{
border-color: #774B3D;
}
.TagClassName
{
border-color: #774B3D;
}
</style>