crispedge.com

Color picker

Loading...

#798999 hex color - Grey - Cool color - Information

#798999 hex color - Grey - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Grey

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

Hex #798999 color code is between #778888 web safe hex color code and #8899aa web safe hex color code. #778888 is the nearest web safe color code. You can see here many more shades of #798999 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code798999#798999
RGB Decimal121, 137, 153rgb(121, 137, 153)
RGB Percent47%, 54%, 60%rgb(47%, 54%, 60%)
CSS RGBa121, 137, 153,1rgba(121,137,153,1)
CMYK Modelcmyk(21%,10%,0%,40%)
HSL Color Space210,14% ,54%hsl(210,14% ,54%)
HSV Color Space210°, 21%, 60%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110011000100110011001
Octal171211231
Decimal121137153
Hex798999

Different shades of #798999 color code.

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

Light Shade of #798999
#96a2af
Dark Shade of #798999
#606f7f
Saturated Shade of #798999
#6d89a5
Desaturated Shade of #798999
#85898d
Grey scale Shade of #798999
#898989
Brighten Shade
#92a2b2
Most Readable Shade
#FFFFFF

Shades of #798999 color code

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

#798999
#6b7988
#5e6a77
#505b66
#434c55
#353c44
#282d33
#1a1e22
#0d0f11
#000000

Similar Color like #798999 color

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

#7a8a9a
#7b8b9b
#7c8c9c
#7d8d9d
#7e8e9e
#7f8f9f
#8090a0
#8191a1
#8292a2
#8393a3
#8494a4
#8595a5
#8696a6
#8797a7
#788898
#778797
#768696
#758595
#748494
#738393
#728292
#718191
#708090
#6f7f8f
#6e7e8e
#6d7d8d
#6c7c8c
#6b7b8b

Monochromatic Color with #798999

#798999
#9bafc3
#bcd5ee
#141719
#363d44
#57636e

Tints of #798999 Color

#798999
#8796a4
#96a3af
#a5b0bb
#b4bdc6
#c3cad1
#d2d7dd
#e1e4e8
#f0f1f3
#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

#798999
#998979

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

Split Complementary

#798999
#997979
#999979

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

Analogous Color

#799699
#798f99
#798999
#798399
#797c99

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

#798999
#997989
#899979

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

#798999
#997999
#998979
#799979

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

#798999
#998979
#999979
#797999

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

#798999 Color Code Preview on Black Background Color

This is how #798999 Color will look on black background color. Color contrast ratio is 5.85

#798999 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #798999

HTML with inline CSS

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

Your Example Paragraph content text in with font color #798999

#798999 color code is use for CSS Background Color

Background color for the above div is #798999

HTML with inline CSS

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

#798999 color code is use for CSS Border Color

CSS Border color for the above div is #798999

HTML with inline CSS

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

CSS Border Left color for the above div is #798999

HTML with inline CSS

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

CSS Border Right color for the above div is #798999

HTML with inline CSS

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

CSS Border Bottom color for the above div is #798999

HTML with inline CSS

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

CSS Border Top color for the above div is #798999

HTML with inline CSS

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

#798999 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#798999 Color code Preview on White Background

This is how #798999 Color code will look on white background color. Color contrast ratio is 3.59

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

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