Shades of Peanut #774232
Tints of Peanut #774232
RGB
CMYK
RGB Variations
Color information
#774232 (or 0x774232) is known color: Peanut. HEX triplet: 77, 42 and 32. RGB value is (119,66,50). Sum of RGB (Red+Green+Blue) = 119+66+50=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #774232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774232 is #88BDCD. Grayscale: #505050. Windows color (decimal): -8961486 or 3293815. OLE color: 3293815.
HSL color Cylindrical-coordinate representation of color #774232: hue angle of 13.91º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774232 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 66 | 50 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.53 |
| HSL | 13.91º | 0.41% | 0.33% | - |
| HSV(B) | 13.91º | 0.58% | 0.47% | - |
| XYZ | 10.13 | 8.05 | 4.04 | - |
| YUV | 80.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 50 | 0 | 0.45 | 0.58 | 0.53 | 13.91 | 0.41 | 0.33 |
| Hex | 77 | 42 | 32 | 0 | 2D | 3A | 35 | E | 29 | 21 |
| Octal | 167 | 102 | 62 | 0 | 55 | 72 | 65 | 16 | 51 | 41 |
| Binary | 1110111 | 1000010 | 110010 | 0 | 101101 | 111010 | 110101 | 1110 | 101001 | 100001 |
Color Harmonies of #774232
Complementary color
Monochromatic Colors of #774232
Black with #774232
Text Example
Text Example
White with #774232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774232; }
p { color: rgb(119,66,50); }
H1.HeaderClassName
{
color: #774232;
}
.AnyTagClassName
{
color: #774232;
}
</style>
background-color css
<style>
a { background-color: #774232; }
a { background-color: rgb(119,66,50); }
div.DivClassName
{
background-color: #774232;
}
.BgClassName
{
background-color: #774232;
}
</style>
border-color css
<style>
span { border-color: #774232; }
span { border-color: rgb(119,66,50); }
td.TdClassName
{
border-color: #774232;
}
.TagClassName
{
border-color: #774232;
}
</style>