Shades of Peanut #774031
Tints of Peanut #774031
RGB
CMYK
RGB Variations
Color information
#774031 (or 0x774031) is known color: Peanut. HEX triplet: 77, 40 and 31. RGB value is (119,64,49). Sum of RGB (Red+Green+Blue) = 119+64+49=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #774031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774031 is #88BFCE. Grayscale: #4E4E4E. Windows color (decimal): -8961999 or 3227767. OLE color: 3227767.
HSL color Cylindrical-coordinate representation of color #774031: hue angle of 12.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #774031 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 64 | 49 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.53 |
| HSL | 12.86º | 0.42% | 0.33% | - |
| HSV(B) | 12.86º | 0.59% | 0.47% | - |
| XYZ | 10 | 7.81 | 3.89 | - |
| YUV | 78.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 49 | 0 | 0.46 | 0.59 | 0.53 | 12.86 | 0.42 | 0.33 |
| Hex | 77 | 40 | 31 | 0 | 2E | 3B | 35 | D | 2A | 21 |
| Octal | 167 | 100 | 61 | 0 | 56 | 73 | 65 | 15 | 52 | 41 |
| Binary | 1110111 | 1000000 | 110001 | 0 | 101110 | 111011 | 110101 | 1101 | 101010 | 100001 |
Color Harmonies of #774031
Complementary color
Monochromatic Colors of #774031
Black with #774031
Text Example
Text Example
White with #774031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774031; }
p { color: rgb(119,64,49); }
H1.HeaderClassName
{
color: #774031;
}
.AnyTagClassName
{
color: #774031;
}
</style>
background-color css
<style>
a { background-color: #774031; }
a { background-color: rgb(119,64,49); }
div.DivClassName
{
background-color: #774031;
}
.BgClassName
{
background-color: #774031;
}
</style>
border-color css
<style>
span { border-color: #774031; }
span { border-color: rgb(119,64,49); }
td.TdClassName
{
border-color: #774031;
}
.TagClassName
{
border-color: #774031;
}
</style>