#7E7732

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

Shades of Pesto #7E7732

Tints of Pesto #7E7732

Color information

#7E7732 (or 0x7E7732) is unknown color: approx Pesto. HEX triplet: 7E, 77 and 32. RGB value is (126,119,50). Sum of RGB (Red+Green+Blue) = 126+119+50=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7732 is #8188CD. Grayscale: #717171. Windows color (decimal): -8489166 or 3307390. OLE color: 3307390.

HSL color Cylindrical-coordinate representation of color #7E7732: hue angle of 54.47º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E7732 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB12611950-
CMYK00.060.600.51
HSL54.47º43.18%34.51%-
HSV(B)54.47º60.32%49.41%-
XYZ15.7817.865.63-
YUV113.2392.32137.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.71%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 50 (19.92% from 255) = 16.95%
R=42.71%
G=40.34%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261195000.060.600.5154.4743.1834.51
Hex7E7732063C33362b23
Octal17616762067463665343
Binary111111011101111100100110111100110011110110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E7732; }

 p { color: rgb(126,119,50); }

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

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

 a { background-color: rgb(126,119,50); }

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

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

 span { border-color: rgb(126,119,50); }

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