Skip to main content Skip to docs navigation

#72716f 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 Dugong and its hex is #71706E Nearest Color Name

Color Hue/Base color: Grey

Hex #72716f Color code in RGB color code model is created after adding 44.71% red color, 44.31% green color and 43.53% blue color. Hex #72716f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 3% yellow and 55.29% black.

Hex #72716f color code is between #777777 web safe hex color code and #666666 web safe hex color code. #777777 is the nearest web safe color code. You can see here many more shades of #72716f color code.

RGB Chart

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

Color Table

Hex Color Code 72716f #72716f
RGB Decimal 114, 113, 111 114, 113, 111
RGB Percent 45%, 44%, 44% rgb(45%, 44%, 44%)
CSS RGBa 114, 113, 111,1 rgba(114,113,111,1)
CMYK Model cmyk(0%,1%,3%,55.29%)
HSL Color Space 40,1% ,44% hsl(40,1% ,44%)
HSV Color Space 40°, 3%, 45%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01110010 01110001 01101111
Octal 162 161 157
Decimal 114 113 111
Hex 72 71 6f

Different shades of #72716f color code.

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

Darkest of #72716f
#242424
Darker of #72716f
#3e3e3d
Dark of #72716f
#585756
Base of #72716f
#72716f
Light of #72716f
#8c8b88
Lighter
#a5a4a2
Lightest
#bebdbc

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

#72716f
#6f7072

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

Split Complementary

#72716f
#6f7272
#706f72

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

Analogous Color

#726f6f
#72706f
#72716f
#72726f
#71726f

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

#72716f
#716f72
#6f7271

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

#72716f
#6f7271
#6f7072
#726f70

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

#72716f
#6f7270
#6f7072
#726f72

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 #72716f

#0b0b0a
#242424
#3e3e3d
#585756
#72716f
#8c8b88
#a5a4a2
#bebdbc
#d7d7d6

Tints of #72716f Color

#72716f
#81807f
#91908f
#a1a09f
#b0b0af
#c0bfbf
#d0cfcf
#dfdfdf
#efefef
#ffffff

Shades of #72716f color code

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

#72716f
#656462
#585756
#4c4b4a
#3f3e3d
#323231
#262525
#191918
#0c0c0c
#000000

Tones

#72716f
#717171
#717171
#717171
#717171

Tones

Similar Color like #72716f color

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

#737270
#747371
#757472
#767573
#777674
#787775
#797876
#7a7977
#7b7a78
#7c7b79
#7d7c7a
#7e7d7b
#7f7e7c
#807f7d
#71706e
#706f6d
#6f6e6c
#6e6d6b
#6d6c6a
#6c6b69
#6b6a68
#6a6967
#696866
#686765
#676664
#666563
#656462
#646361

Download this Dark Grey

Hex #72716f 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.

#72716f Color Code Preview on Black Background Color

This is how #72716f Color will look on black background color. Color contrast ratio is 4.31

#72716f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #72716f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #72716f

#72716f color code is use for CSS Background Color

Background color for the above div is #72716f

HTML with inline CSS

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

#72716f color code is use for CSS Border Color

CSS Border color for the above div is #72716f

HTML with inline CSS

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

CSS Border Left color for the above div is #72716f

HTML with inline CSS

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

CSS Border Right color for the above div is #72716f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #72716f

HTML with inline CSS

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

CSS Border Top color for the above div is #72716f

HTML with inline CSS

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

#72716f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#72716f Color code Preview on White Background

This is how #72716f Color code will look on white background color. Color contrast ratio is 4.88

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

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(114,113,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,112,114,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(114,113,111,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }