#764337

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

Shades of Peanut #764337

Tints of Peanut #764337

Color information

#764337 (or 0x764337) is unknown color: approx Peanut. HEX triplet: 76, 43 and 37. RGB value is (118,67,55). Sum of RGB (Red+Green+Blue) = 118+67+55=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #764337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764337 is #89BCC8. Grayscale: #505050. Windows color (decimal): -9026761 or 3621750. OLE color: 3621750.

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

Color convert

RGB1186755-
CMYK00.430.530.54
HSL11.43º36.42%33.92%-
HSV(B)11.43º53.39%46.27%-
XYZ10.178.144.65-
YUV80.88113.4154.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 67 (26.56% from 255) = 27.92%
BLUE value IS 55 (21.88% from 255) = 22.92%
R=49.17%
G=27.92%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118675500.430.530.5411.4336.4233.92
Hex76433702B3536b2422
Octal166103670536566134442
Binary1110110100001111011101010111101011101101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764337; }

 p { color: rgb(118,67,55); }

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

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

 a { background-color: rgb(118,67,55); }

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

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

 span { border-color: rgb(118,67,55); }

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