#774737

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

Shades of Peanut #774737

Tints of Peanut #774737

Color information

#774737 (or 0x774737) is unknown color: approx Peanut. HEX triplet: 77, 47 and 37. RGB value is (119,71,55). Sum of RGB (Red+Green+Blue) = 119+71+55=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #774737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774737 is #88B8C8. Grayscale: #535353. Windows color (decimal): -8960201 or 3622775. OLE color: 3622775.

HSL color Cylindrical-coordinate representation of color #774737: hue angle of 15º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #774737 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB1197155-
CMYK00.400.540.53
HSL15º36.78%34.12%-
HSV(B)15º53.78%46.67%-
XYZ10.558.74.74-
YUV83.53111.9153.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 55 (21.88% from 255) = 22.45%
R=48.57%
G=28.98%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119715500.400.540.531536.7834.12
Hex7747370283635f2522
Octal167107670506665174542
Binary1110111100011111011101010001101101101011111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774737; }

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

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

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

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

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

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

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

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