#774739

Color #774739 Peanut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peanut #774739

Tints of Peanut #774739

Color information

#774739 (or 0x774739) is unknown color: approx Peanut. HEX triplet: 77, 47 and 39. RGB value is (119,71,57). Sum of RGB (Red+Green+Blue) = 119+71+57=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #774739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774739 is #88B8C6. Grayscale: #535353. Windows color (decimal): -8960199 or 3753847. OLE color: 3753847.

HSL color Cylindrical-coordinate representation of color #774739: hue angle of 13.55º 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 #774739 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1197157-
CMYK00.400.520.53
HSL13.55º35.23%34.51%-
HSV(B)13.55º52.1%46.67%-
XYZ10.68.725-
YUV83.76112.9153.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 57 (22.66% from 255) = 23.08%
R=48.18%
G=28.74%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119715700.400.520.5313.5535.2334.51
Hex7747390283435e2323
Octal167107710506465164343
Binary1110111100011111100101010001101001101011110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774739; }

 p { color: rgb(119,71,57); }

 H1.HeaderClassName
 {
   color: #774739;
 }
 .AnyTagClassName
 {
   color: #774739;
 }
</style>
background-color css

<style>
 a { background-color: #774739; }

 a { background-color: rgb(119,71,57); }

 div.DivClassName
 {
   background-color: #774739;
 }
 .BgClassName
 {
   background-color: #774739;
 }
</style>
border-color css

<style>
 span { border-color: #774739; }

 span { border-color: rgb(119,71,57); }

 td.TdClassName
 {
   border-color: #774739;
 }
 .TagClassName
 {
   border-color: #774739;
 }
</style>