Skip to main content Skip to docs navigation

#797e99 hex color | Download Dark Grey BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Tempest and its hex is #79839B Nearest Color Name

Color Hue/Base color: Grey

Hex #797e99 Color code in RGB color code model is created after adding 47.45% red color, 49.41% green color and 60% blue color. Hex #797e99 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 18% magenta, 0% yellow and 40% black.

Hex #797e99 color code is between #777788 web safe hex color code and #8888aa web safe hex color code. #777788 is the nearest web safe color code. You can see here many more shades of #797e99 color code.

RGB Chart

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

Color Table

Hex Color Code 797e99 #797e99
RGB Decimal 121, 126, 153 121, 126, 153
RGB Percent 47%, 49%, 60% rgb(47%, 49%, 60%)
CSS RGBa 121, 126, 153,1 rgba(121,126,153,1)
CMYK Model cmyk(21%,18%,0%,40%)
HSL Color Space 231,14% ,54% hsl(231,14% ,54%)
HSV Color Space 231°, 21%, 60%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01111001 01111110 10011001
Octal 171 176 231
Decimal 121 126 153
Hex 79 7e 99

Different shades of #797e99 color code.

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

Darkest of #797e99
#343745
Darker of #797e99
#4a4e62
Dark of #797e99
#60657f
Base of #797e99
#797e99
Light of #797e99
#969aaf
Lighter
#b3b6c5
Lightest
#d0d2db

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

#797e99
#999479

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

Split Complementary

#797e99
#998479
#8e9979

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

Analogous Color

#799199
#798b99
#797e99
#7f7999
#8c7999

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

#797e99
#7e9979
#99797e

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

#797e99
#99797e
#999479
#799994

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

Square Color

#797e99
#99798e
#999479
#799984

Square 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).

Monochromatic Color with #797e99

#1e2028
#343745
#4a4e62
#60657f
#797e99
#969aaf
#b3b6c5
#d0d2db
#edeef1

Tints of #797e99 Color

#797e99
#878ca4
#969aaf
#a5a9bb
#b4b7c6
#c3c5d1
#d2d4dd
#e1e2e8
#f0f0f3
#ffffff

Shades of #797e99 color code

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

#797e99
#6b7088
#5e6277
#505466
#434655
#353844
#282a33
#1a1c22
#0d0e11
#000000

Tones

#797e99
#898989
#898989
#898989
#898989

Tones

Similar Color like #797e99 color

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

#7a7f9a
#7b809b
#7c819c
#7d829d
#7e839e
#7f849f
#8085a0
#8186a1
#8287a2
#8388a3
#8489a4
#858aa5
#868ba6
#878ca7
#787d98
#777c97
#767b96
#757a95
#747994
#737893
#727792
#717691
#707590
#6f748f
#6e738e
#6d728d
#6c718c
#6b708b

Download this Dark Grey

Hex #797e99 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.

#797e99 Color Code Preview on Black Background Color

This is how #797e99 Color will look on black background color. Color contrast ratio is 5.26

#797e99 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #797e99

HTML with inline CSS

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

Your Example Paragraph content text in with font color #797e99

#797e99 color code is use for CSS Background Color

Background color for the above div is #797e99

HTML with inline CSS

<div style="background-color:#797e99;"></div>

#797e99 color code is use for CSS Border Color

CSS Border color for the above div is #797e99

HTML with inline CSS

<div style="border:5px solid #797e99;"></div>

CSS Border Left color for the above div is #797e99

HTML with inline CSS

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

CSS Border Right color for the above div is #797e99

HTML with inline CSS

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

CSS Border Bottom color for the above div is #797e99

HTML with inline CSS

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

CSS Border Top color for the above div is #797e99

HTML with inline CSS

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

#797e99 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#797e99 Color code Preview on White Background

This is how #797e99 Color code will look on white background color. Color contrast ratio is 3.99

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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