Shades of Nutmeg #78493D
Tints of Nutmeg #78493D
RGB
CMYK
RGB Variations
Color information
#78493D (or 0x78493D) is known color: Nutmeg. HEX triplet: 78, 49 and 3D. RGB value is (120,73,61). Sum of RGB (Red+Green+Blue) = 120+73+61=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #78493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78493D is #87B6C2. Grayscale: #555555. Windows color (decimal): -8894147 or 4016504. OLE color: 4016504.
HSL color Cylindrical-coordinate representation of color #78493D: hue angle of 12.2º degrees, saturation: 0.33, 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 #78493D is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 73 | 61 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.53 |
| HSL | 12.2º | 0.33% | 0.35% | - |
| HSV(B) | 12.2º | 0.49% | 0.47% | - |
| XYZ | 10.97 | 9.1 | 5.59 | - |
| YUV | 85.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 61 | 0 | 0.39 | 0.49 | 0.53 | 12.2 | 0.33 | 0.35 |
| Hex | 78 | 49 | 3D | 0 | 27 | 31 | 35 | C | 21 | 23 |
| Octal | 170 | 111 | 75 | 0 | 47 | 61 | 65 | 14 | 41 | 43 |
| Binary | 1111000 | 1001001 | 111101 | 0 | 100111 | 110001 | 110101 | 1100 | 100001 | 100011 |
Color Harmonies of #78493D
Complementary color
Monochromatic Colors of #78493D
Black with #78493D
Text Example
Text Example
White with #78493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78493D; }
p { color: rgb(120,73,61); }
H1.HeaderClassName
{
color: #78493D;
}
.AnyTagClassName
{
color: #78493D;
}
</style>
background-color css
<style>
a { background-color: #78493D; }
a { background-color: rgb(120,73,61); }
div.DivClassName
{
background-color: #78493D;
}
.BgClassName
{
background-color: #78493D;
}
</style>
border-color css
<style>
span { border-color: #78493D; }
span { border-color: rgb(120,73,61); }
td.TdClassName
{
border-color: #78493D;
}
.TagClassName
{
border-color: #78493D;
}
</style>