Shades of Peanut #774839
Tints of Peanut #774839
RGB
CMYK
RGB Variations
Color information
#774839 (or 0x774839) is known color: Peanut. HEX triplet: 77, 48 and 39. RGB value is (119,72,57). Sum of RGB (Red+Green+Blue) = 119+72+57=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #774839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774839 is #88B7C6. Grayscale: #545454. Windows color (decimal): -8959943 or 3754103. OLE color: 3754103.
HSL color Cylindrical-coordinate representation of color #774839: hue angle of 14.52º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774839 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 72 | 57 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.53 |
| HSL | 14.52º | 0.35% | 0.35% | - |
| HSV(B) | 14.52º | 0.52% | 0.47% | - |
| XYZ | 10.66 | 8.85 | 5.02 | - |
| YUV | 84.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 57 | 0 | 0.39 | 0.52 | 0.53 | 14.52 | 0.35 | 0.35 |
| Hex | 77 | 48 | 39 | 0 | 27 | 34 | 35 | F | 23 | 23 |
| Octal | 167 | 110 | 71 | 0 | 47 | 64 | 65 | 17 | 43 | 43 |
| Binary | 1110111 | 1001000 | 111001 | 0 | 100111 | 110100 | 110101 | 1111 | 100011 | 100011 |
Color Harmonies of #774839
Complementary color
Monochromatic Colors of #774839
Black with #774839
Text Example
Text Example
White with #774839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774839; }
p { color: rgb(119,72,57); }
H1.HeaderClassName
{
color: #774839;
}
.AnyTagClassName
{
color: #774839;
}
</style>
background-color css
<style>
a { background-color: #774839; }
a { background-color: rgb(119,72,57); }
div.DivClassName
{
background-color: #774839;
}
.BgClassName
{
background-color: #774839;
}
</style>
border-color css
<style>
span { border-color: #774839; }
span { border-color: rgb(119,72,57); }
td.TdClassName
{
border-color: #774839;
}
.TagClassName
{
border-color: #774839;
}
</style>