Shades of Nutmeg #784D3F
Tints of Nutmeg #784D3F
RGB
CMYK
RGB Variations
Color information
#784D3F (or 0x784D3F) is known color: Nutmeg. HEX triplet: 78, 4D and 3F. RGB value is (120,77,63). Sum of RGB (Red+Green+Blue) = 120+77+63=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #784D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784D3F is #87B2C0. Grayscale: #585858. Windows color (decimal): -8893121 or 4148600. OLE color: 4148600.
HSL color Cylindrical-coordinate representation of color #784D3F: hue angle of 14.74º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #784D3F is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 77 | 63 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.53 |
| HSL | 14.74º | 0.31% | 0.36% | - |
| HSV(B) | 14.74º | 0.48% | 0.47% | - |
| XYZ | 11.3 | 9.66 | 5.97 | - |
| YUV | 88.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 63 | 0 | 0.36 | 0.48 | 0.53 | 14.74 | 0.31 | 0.36 |
| Hex | 78 | 4D | 3F | 0 | 24 | 30 | 35 | F | 1F | 24 |
| Octal | 170 | 115 | 77 | 0 | 44 | 60 | 65 | 17 | 37 | 44 |
| Binary | 1111000 | 1001101 | 111111 | 0 | 100100 | 110000 | 110101 | 1111 | 11111 | 100100 |
Color Harmonies of #784D3F
Complementary color
Monochromatic Colors of #784D3F
Black with #784D3F
Text Example
Text Example
White with #784D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784D3F; }
p { color: rgb(120,77,63); }
H1.HeaderClassName
{
color: #784D3F;
}
.AnyTagClassName
{
color: #784D3F;
}
</style>
background-color css
<style>
a { background-color: #784D3F; }
a { background-color: rgb(120,77,63); }
div.DivClassName
{
background-color: #784D3F;
}
.BgClassName
{
background-color: #784D3F;
}
</style>
border-color css
<style>
span { border-color: #784D3F; }
span { border-color: rgb(120,77,63); }
td.TdClassName
{
border-color: #784D3F;
}
.TagClassName
{
border-color: #784D3F;
}
</style>