crispedge.com

Color picker

Loading...

#72937e hex color - Green - Cool color - Information

#72937e hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #72937e Color code in RGB color code model is created after adding 44.71% red color, 57.65% green color and 49.41% blue color. Hex #72937e Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 14% yellow and 42% black.

Hex #72937e color code is between #779977 web safe hex color code and #668888 web safe hex color code. #779977 is the nearest web safe color code. You can see here many more shades of #72937e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code72937e#72937e
RGB Decimal114, 147, 126rgb(114, 147, 126)
RGB Percent45%, 58%, 49%rgb(45%, 58%, 49%)
CSS RGBa114, 147, 126,1rgba(114,147,126,1)
CMYK Modelcmyk(22%,0%,14%,42%)
HSL Color Space142,13% ,51%hsl(142,13% ,51%)
HSV Color Space142°, 22%, 58%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100101001001101111110
Octal162223176
Decimal114147126
Hex72937e

Different shades of #72937e color code.

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

Light Shade of #72937e
#8fa998
Dark Shade of #72937e
#5b7765
Saturated Shade of #72937e
#669f7b
Desaturated Shade of #72937e
#7e8781
Grey scale Shade of #72937e
#828282
Brighten Shade
#8bac97
Most Readable Shade
#000000

Shades of #72937e color code

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

#72937e
#658270
#587262
#4c6254
#3f5146
#324138
#26312a
#19201c
#0c100e
#000000

Similar Color like #72937e color

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

#73947f
#749580
#759681
#769782
#779883
#789984
#799a85
#7a9b86
#7b9c87
#7c9d88
#7d9e89
#7e9f8a
#7fa08b
#80a18c
#71927d
#70917c
#6f907b
#6e8f7a
#6d8e79
#6c8d78
#6b8c77
#6a8b76
#698a75
#688974
#678873
#668772
#658671
#648570

Monochromatic Color with #72937e

#72937e
#93bda2
#b4e8c7
#0f1311
#303e35
#51685a

Tints of #72937e Color

#72937e
#819f8c
#91ab9a
#a1b7a9
#b0c3b7
#c0cfc5
#d0dbd4
#dfe7e2
#eff3f0
#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

#72937e
#937287

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

Split Complementary

#72937e
#8e7293
#937277

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

Analogous Color

#739372
#729377
#72937e
#729385
#72938b

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

#72937e
#7e7293
#937e72

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

#72937e
#727693
#937287
#938e72

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

#72937e
#937287
#937277
#72938e

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 #72937e 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.

#72937e Color Code Preview on Black Background Color

This is how #72937e Color will look on black background color. Color contrast ratio is 6.19

#72937e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #72937e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #72937e

#72937e color code is use for CSS Background Color

Background color for the above div is #72937e

HTML with inline CSS

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

#72937e color code is use for CSS Border Color

CSS Border color for the above div is #72937e

HTML with inline CSS

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

CSS Border Left color for the above div is #72937e

HTML with inline CSS

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

CSS Border Right color for the above div is #72937e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #72937e

HTML with inline CSS

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

CSS Border Top color for the above div is #72937e

HTML with inline CSS

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

#72937e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#72937e Color code Preview on White Background

This is how #72937e Color code will look on white background color. Color contrast ratio is 3.39

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

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(114,147,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(147,114,135,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(114,147,126,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.