crispedge.com

Color picker

Loading...

#7d949e hex color - Wethers Field - Grey - Cool color - Information

#7d949e hex color - Wethers Field - Grey - Cool color

Color Hue/Base color: Grey

Hex #7d949e Color Code is also known as Wethers Field color.

Hex #7d949e Color code in RGB color code model is created after adding 49.02% red color, 58.04% green color and 61.96% blue color. Hex #7d949e Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 6% magenta, 0% yellow and 38% black.

Hex #7d949e color code is between #779999 web safe hex color code and #8888aa web safe hex color code. #779999 is the nearest web safe color code. You can see here many more shades of #7d949e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code7d949e#7d949e
RGB Decimal125, 148, 158rgb(125, 148, 158)
RGB Percent49%, 58%, 62%rgb(49%, 58%, 62%)
CSS RGBa125, 148, 158,1rgba(125,148,158,1)
CMYK Modelcmyk(21%,6%,0%,38%)
HSL Color Space198,15% ,55%hsl(198,15% ,55%)
HSV Color Space198°, 21%, 62%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111011001010010011110
Octal175224236
Decimal125148158
Hex7d949e

Different shades of #7d949e color code.

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

Light Shade of #7d949e
#9aacb4
Dark Shade of #7d949e
#637b85
Saturated Shade of #7d949e
#7298a9
Desaturated Shade of #7d949e
#889093
Grey scale Shade of #7d949e
#8d8d8d
Brighten Shade
#96adb7
Most Readable Shade
#000000

Shades of #7d949e color code

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

#7d949e
#6f838c
#61737a
#536269
#455257
#374146
#293134
#1b2023
#0d1011
#000000

Similar Color like #7d949e color

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

#7e959f
#7f96a0
#8097a1
#8198a2
#8299a3
#839aa4
#849ba5
#859ca6
#869da7
#879ea8
#889fa9
#89a0aa
#8aa1ab
#8ba2ac
#7c939d
#7b929c
#7a919b
#79909a
#788f99
#778e98
#768d97
#758c96
#748b95
#738a94
#728993
#718892
#708791
#6f8690

Monochromatic Color with #7d949e

#7d949e
#9fbcc8
#c0e4f3
#181d1e
#3a4449
#5b6c73

Tints of #7d949e Color

#7d949e
#8b9fa8
#99abb3
#a8b7be
#b6c3c9
#c5cfd3
#d3dbde
#e2e7e9
#f0f3f4
#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

#7d949e
#9e877d

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

Split Complementary

#7d949e
#9e7d84
#9e977d

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

Analogous Color

#7d9e9b
#7d9b9e
#7d949e
#7d8d9e
#7d879e

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

#7d949e
#9e7d94
#949e7d

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

#7d949e
#977d9e
#9e877d
#849e7d

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

#7d949e
#9e877d
#9e977d
#7d849e

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 #7d949e 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.

#7d949e Color Code Preview on Black Background Color

This is how #7d949e Color will look on black background color. Color contrast ratio is 6.60

#7d949e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7d949e color code is use for CSS Background Color

Background color for the above div is #7d949e

HTML with inline CSS

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

#7d949e color code is use for CSS Border Color

CSS Border color for the above div is #7d949e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7d949e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7d949e Color code Preview on White Background

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

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 #7d949e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #7d949e; }

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(125,148,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,135,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(125,148,158,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.