Shades of Nutmeg #7A493D
Tints of Nutmeg #7A493D
RGB
CMYK
RGB Variations
Color information
#7A493D (or 0x7A493D) is known color: Nutmeg. HEX triplet: 7A, 49 and 3D. RGB value is (122,73,61). Sum of RGB (Red+Green+Blue) = 122+73+61=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A493D is #85B6C2. Grayscale: #565656. Windows color (decimal): -8763075 or 4016506. OLE color: 4016506.
HSL color Cylindrical-coordinate representation of color #7A493D: hue angle of 11.8º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A493D is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 61 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.52 |
| HSL | 11.8º | 0.33% | 0.36% | - |
| HSV(B) | 11.8º | 0.5% | 0.48% | - |
| XYZ | 11.25 | 9.24 | 5.61 | - |
| YUV | 86.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 61 | 0 | 0.40 | 0.50 | 0.52 | 11.8 | 0.33 | 0.36 |
| Hex | 7A | 49 | 3D | 0 | 28 | 32 | 34 | C | 21 | 24 |
| Octal | 172 | 111 | 75 | 0 | 50 | 62 | 64 | 14 | 41 | 44 |
| Binary | 1111010 | 1001001 | 111101 | 0 | 101000 | 110010 | 110100 | 1100 | 100001 | 100100 |
Color Harmonies of #7A493D
Complementary color
Monochromatic Colors of #7A493D
Black with #7A493D
Text Example
Text Example
White with #7A493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A493D; }
p { color: rgb(122,73,61); }
H1.HeaderClassName
{
color: #7A493D;
}
.AnyTagClassName
{
color: #7A493D;
}
</style>
background-color css
<style>
a { background-color: #7A493D; }
a { background-color: rgb(122,73,61); }
div.DivClassName
{
background-color: #7A493D;
}
.BgClassName
{
background-color: #7A493D;
}
</style>
border-color css
<style>
span { border-color: #7A493D; }
span { border-color: rgb(122,73,61); }
td.TdClassName
{
border-color: #7A493D;
}
.TagClassName
{
border-color: #7A493D;
}
</style>