Shades of Nutmeg #765145
Tints of Nutmeg #765145
RGB
CMYK
RGB Variations
Color information
#765145 (or 0x765145) is known color: Nutmeg. HEX triplet: 76, 51 and 45. RGB value is (118,81,69). Sum of RGB (Red+Green+Blue) = 118+81+69=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #765145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765145 is #89AEBA. Grayscale: #5A5A5A. Windows color (decimal): -9023163 or 4542838. OLE color: 4542838.
HSL color Cylindrical-coordinate representation of color #765145: hue angle of 14.69º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #765145 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 69 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.54 |
| HSL | 14.69º | 0.26% | 0.37% | - |
| HSV(B) | 14.69º | 0.42% | 0.46% | - |
| XYZ | 11.49 | 10.17 | 6.99 | - |
| YUV | 90.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 69 | 0 | 0.31 | 0.42 | 0.54 | 14.69 | 0.26 | 0.37 |
| Hex | 76 | 51 | 45 | 0 | 1F | 2A | 36 | F | 1A | 25 |
| Octal | 166 | 121 | 105 | 0 | 37 | 52 | 66 | 17 | 32 | 45 |
| Binary | 1110110 | 1010001 | 1000101 | 0 | 11111 | 101010 | 110110 | 1111 | 11010 | 100101 |
Color Harmonies of #765145
Complementary color
Monochromatic Colors of #765145
Black with #765145
Text Example
Text Example
White with #765145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765145; }
p { color: rgb(118,81,69); }
H1.HeaderClassName
{
color: #765145;
}
.AnyTagClassName
{
color: #765145;
}
</style>
background-color css
<style>
a { background-color: #765145; }
a { background-color: rgb(118,81,69); }
div.DivClassName
{
background-color: #765145;
}
.BgClassName
{
background-color: #765145;
}
</style>
border-color css
<style>
span { border-color: #765145; }
span { border-color: rgb(118,81,69); }
td.TdClassName
{
border-color: #765145;
}
.TagClassName
{
border-color: #765145;
}
</style>