Skip to main content Skip to docs navigation

#76716c 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 Gauntlet Grey and its hex is #78736E Nearest Color Name

Color Hue/Base color: Grey

Hex #76716c Color code in RGB color code model is created after adding 46.27% red color, 44.31% green color and 42.35% blue color. Hex #76716c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 8% yellow and 53.73% black.

Hex #76716c color code is between #777766 web safe hex color code and #666677 web safe hex color code. #777766 is the nearest web safe color code. You can see here many more shades of #76716c color code.

RGB Chart

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

Color Table

Hex Color Code 76716c #76716c
RGB Decimal 118, 113, 108 118, 113, 108
RGB Percent 46%, 44%, 42% rgb(46%, 44%, 42%)
CSS RGBa 118, 113, 108,1 rgba(118,113,108,1)
CMYK Model cmyk(0%,4%,8%,53.73%)
HSL Color Space 30,4% ,44% hsl(30,4% ,44%)
HSV Color Space 30°, 8%, 46%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01110110 01110001 01101100
Octal 166 161 154
Decimal 118 113 108
Hex 76 71 6c

Different shades of #76716c color code.

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

Darkest of #76716c
#262423
Darker of #76716c
#413e3b
Dark of #76716c
#5b5754
Base of #76716c
#76716c
Light of #76716c
#908a85
Lighter
#a8a4a0
Lightest
#c0bdbb

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

#76716c
#6c7176

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

Split Complementary

#76716c
#6c7676
#6c6c76

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

Analogous Color

#766c6d
#766d6c
#76716c
#76746c
#73766c

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

#76716c
#716c76
#6c7671

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

#76716c
#6c7671
#6c7176
#766c71

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

#76716c
#6c766c
#6c7176
#766c76

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 #76716c

#0b0b0b
#262423
#413e3b
#5b5754
#76716c
#908a85
#a8a4a0
#c0bdbb
#d9d7d5

Tints of #76716c Color

#76716c
#85807c
#94908c
#a3a09d
#b2b0ad
#c2bfbd
#d1cfce
#e0dfde
#efefee
#ffffff

Shades of #76716c color code

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

#76716c
#686460
#5b5754
#4e4b48
#413e3c
#343230
#272524
#1a1918
#0d0c0c
#000000

Tones

#76716c
#717171
#717171
#717171
#717171

Tones

Similar Color like #76716c color

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

#77726d
#78736e
#79746f
#7a7570
#7b7671
#7c7772
#7d7873
#7e7974
#7f7a75
#807b76
#817c77
#827d78
#837e79
#847f7a
#75706b
#746f6a
#736e69
#726d68
#716c67
#706b66
#6f6a65
#6e6964
#6d6863
#6c6762
#6b6661
#6a6560
#69645f
#68635e

Download this Dark Grey

Hex #76716c 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.

#76716c Color Code Preview on Black Background Color

This is how #76716c Color will look on black background color. Color contrast ratio is 4.35

#76716c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76716c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76716c

#76716c color code is use for CSS Background Color

Background color for the above div is #76716c

HTML with inline CSS

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

#76716c color code is use for CSS Border Color

CSS Border color for the above div is #76716c

HTML with inline CSS

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

CSS Border Left color for the above div is #76716c

HTML with inline CSS

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

CSS Border Right color for the above div is #76716c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #76716c

HTML with inline CSS

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

CSS Border Top color for the above div is #76716c

HTML with inline CSS

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

#76716c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#76716c Color code Preview on White Background

This is how #76716c Color code will look on white background color. Color contrast ratio is 4.83

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

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