Shades of Nutmeg #7B5045
Tints of Nutmeg #7B5045
RGB
CMYK
RGB Variations
Color information
#7B5045 (or 0x7B5045) is known color: Nutmeg. HEX triplet: 7B, 50 and 45. RGB value is (123,80,69). Sum of RGB (Red+Green+Blue) = 123+80+69=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5045 is #84AFBA. Grayscale: #5B5B5B. Windows color (decimal): -8695739 or 4542587. OLE color: 4542587.
HSL color Cylindrical-coordinate representation of color #7B5045: hue angle of 12.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B5045 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 80 | 69 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.52 |
| HSL | 12.22º | 0.28% | 0.38% | - |
| HSV(B) | 12.22º | 0.44% | 0.48% | - |
| XYZ | 12.11 | 10.38 | 7 | - |
| YUV | 91.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 69 | 0 | 0.35 | 0.44 | 0.52 | 12.22 | 0.28 | 0.38 |
| Hex | 7B | 50 | 45 | 0 | 23 | 2C | 34 | C | 1C | 26 |
| Octal | 173 | 120 | 105 | 0 | 43 | 54 | 64 | 14 | 34 | 46 |
| Binary | 1111011 | 1010000 | 1000101 | 0 | 100011 | 101100 | 110100 | 1100 | 11100 | 100110 |
Color Harmonies of #7B5045
Complementary color
Monochromatic Colors of #7B5045
Black with #7B5045
Text Example
Text Example
White with #7B5045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5045; }
p { color: rgb(123,80,69); }
H1.HeaderClassName
{
color: #7B5045;
}
.AnyTagClassName
{
color: #7B5045;
}
</style>
background-color css
<style>
a { background-color: #7B5045; }
a { background-color: rgb(123,80,69); }
div.DivClassName
{
background-color: #7B5045;
}
.BgClassName
{
background-color: #7B5045;
}
</style>
border-color css
<style>
span { border-color: #7B5045; }
span { border-color: rgb(123,80,69); }
td.TdClassName
{
border-color: #7B5045;
}
.TagClassName
{
border-color: #7B5045;
}
</style>