@
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.

#797f9e hex color - Grey - Cool color - Information

#797f9e hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #797f9e Color code in RGB color code model is created after adding 47.45% red color, 49.8% green color and 61.96% blue color. Hex #797f9e Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 20% magenta, 0% yellow and 38.04% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code 797f9e #797f9e
RGB Decimal 121, 127, 158 rgb(121, 127, 158)
RGB Percent 47%, 50%, 62% rgb(47%, 50%, 62%)
CSS RGBa 121, 127, 158,1 rgba(121,127,158,1)
CMYK Model cmyk(23%,20%,0%,38.04%)
HSL Color Space 230,16% ,55% hsl(230,16% ,55%)
HSV Color Space 230°, 23%, 62%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01111001 01111111 10011110
Octal 171 177 236
Decimal 121 127 158
Hex 79 7f 9e

Different shades of #797f9e color code.

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

Light Shade of #797f9e
#979bb3
Dark Shade of #797f9e
#606684
Saturated Shade of #797f9e
#6d77aa
Desaturated Shade of #797f9e
#858792
Grey scale Shade of #797f9e
#8b8b8b
Brighten Shade
#9298b7
Most Readable Shade
#FFFFFF

Shades of #797f9e color code

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

#797f9e
#6b708c
#5e627a
#505469
#434657
#353846
#282a34
#1a1c23
#0d0e11
#000000

Similar Color like #797f9e color

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

#7a809f
#7b81a0
#7c82a1
#7d83a2
#7e84a3
#7f85a4
#8086a5
#8187a6
#8288a7
#8389a8
#848aa9
#858baa
#868cab
#878dac
#787e9d
#777d9c
#767c9b
#757b9a
#747a99
#737998
#727897
#717796
#707695
#6f7594
#6e7493
#6d7392
#6c7291
#6b7190

Monochromatic Color with #797f9e

#797f9e
#9aa1c8
#bac3f3
#17191e
#383b49
#585d73

Tints of #797f9e Color

#797f9e
#878da8
#969bb3
#a5a9be
#b4b7c9
#c3c6d3
#d2d4de
#e1e2e9
#f0f0f4
#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

#797f9e
#9e9879

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

Split Complementary

#797f9e
#9e8679
#929e79

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

Analogous Color

#798e9e
#79869e
#797f9e
#7a799e
#82799e

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

#797f9e
#9e797f
#7f9e79

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

#797f9e
#9e7991
#9e9879
#799e85

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

#797f9e
#9e9879
#929e79
#86799e

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 #797f9e 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.

#797f9e Color Code Preview on Black Background Color

This is how #797f9e Color will look on black background color. Color contrast ratio is 5.34

#797f9e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#797f9e color code is use for CSS Background Color

Background color for the above div is #797f9e

HTML with inline CSS

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

#797f9e color code is use for CSS Border Color

CSS Border color for the above div is #797f9e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#797f9e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#797f9e Color code Preview on White Background

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

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

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(121,127,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,152,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(121,127,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.