Shades of Nutmeg #7B493C
Tints of Nutmeg #7B493C
RGB
CMYK
RGB Variations
Color information
#7B493C (or 0x7B493C) is known color: Nutmeg. HEX triplet: 7B, 49 and 3C. RGB value is (123,73,60). Sum of RGB (Red+Green+Blue) = 123+73+60=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B493C is #84B6C3. Grayscale: #565656. Windows color (decimal): -8697540 or 3950971. OLE color: 3950971.
HSL color Cylindrical-coordinate representation of color #7B493C: hue angle of 12.38º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B493C is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 73 | 60 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.52 |
| HSL | 12.38º | 0.34% | 0.36% | - |
| HSV(B) | 12.38º | 0.51% | 0.48% | - |
| XYZ | 11.37 | 9.3 | 5.47 | - |
| YUV | 86.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 60 | 0 | 0.41 | 0.51 | 0.52 | 12.38 | 0.34 | 0.36 |
| Hex | 7B | 49 | 3C | 0 | 29 | 33 | 34 | C | 22 | 24 |
| Octal | 173 | 111 | 74 | 0 | 51 | 63 | 64 | 14 | 42 | 44 |
| Binary | 1111011 | 1001001 | 111100 | 0 | 101001 | 110011 | 110100 | 1100 | 100010 | 100100 |
Color Harmonies of #7B493C
Complementary color
Monochromatic Colors of #7B493C
Black with #7B493C
Text Example
Text Example
White with #7B493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B493C; }
p { color: rgb(123,73,60); }
H1.HeaderClassName
{
color: #7B493C;
}
.AnyTagClassName
{
color: #7B493C;
}
</style>
background-color css
<style>
a { background-color: #7B493C; }
a { background-color: rgb(123,73,60); }
div.DivClassName
{
background-color: #7B493C;
}
.BgClassName
{
background-color: #7B493C;
}
</style>
border-color css
<style>
span { border-color: #7B493C; }
span { border-color: rgb(123,73,60); }
td.TdClassName
{
border-color: #7B493C;
}
.TagClassName
{
border-color: #7B493C;
}
</style>