#774637

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

Shades of Peanut #774637

Tints of Peanut #774637

Color information

#774637 (or 0x774637) is unknown color: approx Peanut. HEX triplet: 77, 46 and 37. RGB value is (119,70,55). Sum of RGB (Red+Green+Blue) = 119+70+55=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #774637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774637 is #88B9C8. Grayscale: #535353. Windows color (decimal): -8960457 or 3622519. OLE color: 3622519.

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

Color convert

RGB1197055-
CMYK00.410.540.53
HSL14.06º36.78%34.12%-
HSV(B)14.06º53.78%46.67%-
XYZ10.498.584.72-
YUV82.94112.23153.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 55 (21.88% from 255) = 22.54%
R=48.77%
G=28.69%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119705500.410.540.5314.0636.7834.12
Hex7746370293635e2522
Octal167106670516665164542
Binary1110111100011011011101010011101101101011110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774637; }

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

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

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

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

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

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

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

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