Shades of Peanut #764939
Tints of Peanut #764939
RGB
CMYK
RGB Variations
Color information
#764939 (or 0x764939) is known color: Peanut. HEX triplet: 76, 49 and 39. RGB value is (118,73,57). Sum of RGB (Red+Green+Blue) = 118+73+57=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #764939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764939 is #89B6C6. Grayscale: #545454. Windows color (decimal): -9025223 or 3754358. OLE color: 3754358.
HSL color Cylindrical-coordinate representation of color #764939: hue angle of 15.74º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764939 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 73 | 57 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.54 |
| HSL | 15.74º | 0.35% | 0.34% | - |
| HSV(B) | 15.74º | 0.52% | 0.46% | - |
| XYZ | 10.59 | 8.91 | 5.03 | - |
| YUV | 84.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 73 | 57 | 0 | 0.38 | 0.52 | 0.54 | 15.74 | 0.35 | 0.34 |
| Hex | 76 | 49 | 39 | 0 | 26 | 34 | 36 | 10 | 23 | 22 |
| Octal | 166 | 111 | 71 | 0 | 46 | 64 | 66 | 20 | 43 | 42 |
| Binary | 1110110 | 1001001 | 111001 | 0 | 100110 | 110100 | 110110 | 10000 | 100011 | 100010 |
Color Harmonies of #764939
Complementary color
Monochromatic Colors of #764939
Black with #764939
Text Example
Text Example
White with #764939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764939; }
p { color: rgb(118,73,57); }
H1.HeaderClassName
{
color: #764939;
}
.AnyTagClassName
{
color: #764939;
}
</style>
background-color css
<style>
a { background-color: #764939; }
a { background-color: rgb(118,73,57); }
div.DivClassName
{
background-color: #764939;
}
.BgClassName
{
background-color: #764939;
}
</style>
border-color css
<style>
span { border-color: #764939; }
span { border-color: rgb(118,73,57); }
td.TdClassName
{
border-color: #764939;
}
.TagClassName
{
border-color: #764939;
}
</style>