Shades of Peanut #764336
Tints of Peanut #764336
RGB
CMYK
RGB Variations
Color information
#764336 (or 0x764336) is known color: Peanut. HEX triplet: 76, 43 and 36. RGB value is (118,67,54). Sum of RGB (Red+Green+Blue) = 118+67+54=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #764336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764336 is #89BCC9. Grayscale: #505050. Windows color (decimal): -9026762 or 3556214. OLE color: 3556214.
HSL color Cylindrical-coordinate representation of color #764336: hue angle of 12.19º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #764336 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 67 | 54 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.54 |
| HSL | 12.19º | 0.37% | 0.34% | - |
| HSV(B) | 12.19º | 0.54% | 0.46% | - |
| XYZ | 10.14 | 8.13 | 4.53 | - |
| YUV | 80.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 54 | 0 | 0.43 | 0.54 | 0.54 | 12.19 | 0.37 | 0.34 |
| Hex | 76 | 43 | 36 | 0 | 2B | 36 | 36 | C | 25 | 22 |
| Octal | 166 | 103 | 66 | 0 | 53 | 66 | 66 | 14 | 45 | 42 |
| Binary | 1110110 | 1000011 | 110110 | 0 | 101011 | 110110 | 110110 | 1100 | 100101 | 100010 |
Color Harmonies of #764336
Complementary color
Monochromatic Colors of #764336
Black with #764336
Text Example
Text Example
White with #764336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764336; }
p { color: rgb(118,67,54); }
H1.HeaderClassName
{
color: #764336;
}
.AnyTagClassName
{
color: #764336;
}
</style>
background-color css
<style>
a { background-color: #764336; }
a { background-color: rgb(118,67,54); }
div.DivClassName
{
background-color: #764336;
}
.BgClassName
{
background-color: #764336;
}
</style>
border-color css
<style>
span { border-color: #764336; }
span { border-color: rgb(118,67,54); }
td.TdClassName
{
border-color: #764336;
}
.TagClassName
{
border-color: #764336;
}
</style>