crispedge.com

Color picker

Loading...

#7e8178 hex color - Grey - Warm color - Information

#7e8178 hex color - Grey - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Grey

Hex #7e8178 Color code in RGB color code model is created after adding 49.41% red color, 50.59% green color and 47.06% blue color. Hex #7e8178 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 7% yellow and 49% black.

Hex #7e8178 color code is between #778877 web safe hex color code and #887788 web safe hex color code. #778877 is the nearest web safe color code. You can see here many more shades of #7e8178 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code7e8178#7e8178
RGB Decimal126, 129, 120rgb(126, 129, 120)
RGB Percent49%, 51%, 47%rgb(49%, 51%, 47%)
CSS RGBa126, 129, 120,1rgba(126,129,120,1)
CMYK Modelcmyk(2%,0%,7%,49%)
HSL Color Space80,4% ,49%hsl(80,4% ,49%)
HSV Color Space80°, 7%, 51%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011111101000000101111000
Octal176201170
Decimal126129120
Hex7e8178

Different shades of #7e8178 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #7e8178
#979a92
Dark Shade of #7e8178
#64675f
Saturated Shade of #7e8178
#828d6c
Desaturated Shade of #7e8178
#7c7c7c
Grey scale Shade of #7e8178
#7c7c7c
Brighten Shade
#979a91
Most Readable Shade
#FFFFFF

Shades of #7e8178 color code

Generate more color scales with scales (color stack) generator.

#7e8178
#70726a
#62645d
#545650
#464742
#383935
#2a2b28
#1c1c1a
#0e0e0d
#000000

Similar Color like #7e8178 color

Find visually similar hex color codes nearing to #7e8178 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#7f8279
#80837a
#81847b
#82857c
#83867d
#84877e
#85887f
#868980
#878a81
#888b82
#898c83
#8a8d84
#8b8e85
#8c8f86
#7d8077
#7c7f76
#7b7e75
#7a7d74
#797c73
#787b72
#777a71
#767970
#75786f
#74776e
#73766d
#72756c
#71746b
#70736a

Monochromatic Color with #7e8178

#7e8178
#a8aba0
#d1d6c7
#010101
#2b2c29
#545650

Tints of #7e8178 Color

#7e8178
#8c8f87
#9a9d96
#a9aba5
#b7b9b4
#c5c7c3
#d4d5d2
#e2e3e1
#f0f1f0
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#7e8178
#7b7881

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#7e8178
#787981
#7f7881

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#818078
#808178
#7e8178
#7c8178
#7a8178

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#7e8178
#787e81
#81787e

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#7e8178
#78817f
#7b7881
#817879

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#7e8178
#7b7881
#7f7881
#798178

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #7e8178 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#7e8178 Color Code Preview on Black Background Color

This is how #7e8178 Color will look on black background color. Color contrast ratio is 5.30

#7e8178 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#7e8178">Your Example Paragraph content text in with font color #7e8178 </p>

Your Example Paragraph content text in with font color #7e8178

HTML with inline CSS

<div style="color:#7e8178">Your Paragraph text in with font color #7e8178 </div>

Your Example Paragraph content text in with font color #7e8178

#7e8178 color code is use for CSS Background Color

Background color for the above div is #7e8178

HTML with inline CSS

<div style="background-color:#7e8178;"></div>

#7e8178 color code is use for CSS Border Color

CSS Border color for the above div is #7e8178

HTML with inline CSS

<div style="border:5px solid #7e8178;"></div>

CSS Border Left color for the above div is #7e8178

HTML with inline CSS

<div style="border-left:5px solid #7e8178;"></div>

CSS Border Right color for the above div is #7e8178

HTML with inline CSS

<div style="border-right:5px solid #7e8178;"></div>

CSS Border Bottom color for the above div is #7e8178

HTML with inline CSS

<div style="border-bottom:5px solid #7e8178;"></div>

CSS Border Top color for the above div is #7e8178

HTML with inline CSS

<div style="border-top:5px solid #7e8178;"></div>

#7e8178 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#7e8178; } .examplecolorclass {color:#7e8178; } .examplebordercolor {border:3px solid #7e8178; }

#7e8178 Color code Preview on White Background

This is how #7e8178 Color code will look on white background color. Color contrast ratio is 3.96

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #7e8178; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #7e8178; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(126,129,120,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,120,129,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(126,129,120,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.