crispedge.com

Color picker

Loading...

#75979b hex color - Green - Cool color - Information

#75979b hex color - Green - Cool color

Color Hue/Base color: Green

Hex #75979b Color code in RGB color code model is created after adding 45.88% red color, 59.22% green color and 60.78% blue color. Hex #75979b Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 3% magenta, 0% yellow and 39% black.

Hex #75979b color code is between #779999 web safe hex color code and #6688aa web safe hex color code. #779999 is the nearest web safe color code. You can see here many more shades of #75979b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code75979b#75979b
RGB Decimal117, 151, 155rgb(117, 151, 155)
RGB Percent46%, 59%, 61%rgb(46%, 59%, 61%)
CSS RGBa117, 151, 155,1rgba(117,151,155,1)
CMYK Modelcmyk(25%,3%,0%,39%)
HSL Color Space186,16% ,53%hsl(186,16% ,53%)
HSV Color Space186°, 25%, 61%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101011001011110011011
Octal165227233
Decimal117151155
Hex75979b

Different shades of #75979b color code.

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

Light Shade of #75979b
#93adb0
Dark Shade of #75979b
#5d7c80
Saturated Shade of #75979b
#69a0a7
Desaturated Shade of #75979b
#818e8f
Grey scale Shade of #75979b
#888888
Brighten Shade
#8eb0b4
Most Readable Shade
#000000

Shades of #75979b color code

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

#75979b
#688689
#5b7578
#4e6467
#415356
#344344
#273233
#1a2122
#0d1011
#000000

Similar Color like #75979b color

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

#76989c
#77999d
#789a9e
#799b9f
#7a9ca0
#7b9da1
#7c9ea2
#7d9fa3
#7ea0a4
#7fa1a5
#80a2a6
#81a3a7
#82a4a8
#83a5a9
#74969a
#739599
#729498
#719397
#709296
#6f9195
#6e9094
#6d8f93
#6c8e92
#6b8d91
#6a8c90
#698b8f
#688a8e
#67898d

Monochromatic Color with #75979b

#75979b
#95c0c5
#b5eaf0
#151b1b
#354446
#556e70

Tints of #75979b Color

#75979b
#84a2a6
#93aeb1
#a3b9bc
#b2c5c7
#c1d0d2
#d1dcdd
#e0e7e8
#eff3f3
#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

#75979b
#9b7975

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

Split Complementary

#75979b
#9b7584
#9b8c75

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

Analogous Color

#759b90
#759b97
#75979b
#758f9b
#75889b

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

#75979b
#9b7597
#979b75

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

#75979b
#8c759b
#9b7975
#849b75

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

#75979b
#9b7975
#9b8c75
#75849b

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 #75979b 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.

#75979b Color Code Preview on Black Background Color

This is how #75979b Color will look on black background color. Color contrast ratio is 6.66

#75979b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75979b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75979b

#75979b color code is use for CSS Background Color

Background color for the above div is #75979b

HTML with inline CSS

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

#75979b color code is use for CSS Border Color

CSS Border color for the above div is #75979b

HTML with inline CSS

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

CSS Border Left color for the above div is #75979b

HTML with inline CSS

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

CSS Border Right color for the above div is #75979b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #75979b

HTML with inline CSS

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

CSS Border Top color for the above div is #75979b

HTML with inline CSS

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

#75979b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75979b Color code Preview on White Background

This is how #75979b Color code will look on white background color. Color contrast ratio is 3.15

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

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