crispedge.com

Color picker

Loading...

#847e75 hex color - Grey - Warm color - Information

#847e75 hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #847e75 Color code in RGB color code model is created after adding 51.76% red color, 49.41% green color and 45.88% blue color. Hex #847e75 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 11% yellow and 48% black.

Hex #847e75 color code is between #887777 web safe hex color code and #778866 web safe hex color code. #887777 is the nearest web safe color code. You can see here many more shades of #847e75 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code847e75#847e75
RGB Decimal132, 126, 117rgb(132, 126, 117)
RGB Percent52%, 49%, 46%rgb(52%, 49%, 46%)
CSS RGBa132, 126, 117,1rgba(132,126,117,1)
CMYK Modelcmyk(0%,5%,11%,48%)
HSL Color Space36,6% ,49%hsl(36,6% ,49%)
HSV Color Space36°, 11%, 52%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001000111111001110101
Octal204176165
Decimal132126117
Hex847e75

Different shades of #847e75 color code.

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

Light Shade of #847e75
#9c9790
Dark Shade of #847e75
#69645d
Saturated Shade of #847e75
#908069
Desaturated Shade of #847e75
#7c7c7c
Grey scale Shade of #847e75
#7c7c7c
Brighten Shade
#9d978e
Most Readable Shade
#FFFFFF

Shades of #847e75 color code

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

#847e75
#757068
#66625b
#58544e
#494641
#3a3834
#2c2a27
#1d1c1a
#0e0e0d
#000000

Similar Color like #847e75 color

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

#857f76
#868077
#878178
#888279
#89837a
#8a847b
#8b857c
#8c867d
#8d877e
#8e887f
#8f8980
#908a81
#918b82
#928c83
#837d74
#827c73
#817b72
#807a71
#7f7970
#7e786f
#7d776e
#7c766d
#7b756c
#7a746b
#79736a
#787269
#777168
#767067

Monochromatic Color with #847e75

#847e75
#aea79b
#d9cfc0
#040404
#2f2d2a
#59554f

Tints of #847e75 Color

#847e75
#918c84
#9f9a93
#ada9a3
#bab7b2
#c8c5c1
#d6d4d1
#e3e2e0
#f1f0ef
#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

#847e75
#757b84

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

Split Complementary

#847e75
#758384
#777584

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

Analogous Color

#847875
#847b75
#847e75
#848175
#848475

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

#847e75
#75847e
#7e7584

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

#847e75
#758476
#757b84
#847582

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

#847e75
#757b84
#777584
#838475

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 #847e75 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.

#847e75 Color Code Preview on Black Background Color

This is how #847e75 Color will look on black background color. Color contrast ratio is 5.22

#847e75 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #847e75

HTML with inline CSS

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

Your Example Paragraph content text in with font color #847e75

#847e75 color code is use for CSS Background Color

Background color for the above div is #847e75

HTML with inline CSS

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

#847e75 color code is use for CSS Border Color

CSS Border color for the above div is #847e75

HTML with inline CSS

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

CSS Border Left color for the above div is #847e75

HTML with inline CSS

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

CSS Border Right color for the above div is #847e75

HTML with inline CSS

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

CSS Border Bottom color for the above div is #847e75

HTML with inline CSS

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

CSS Border Top color for the above div is #847e75

HTML with inline CSS

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

#847e75 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#847e75 Color code Preview on White Background

This is how #847e75 Color code will look on white background color. Color contrast ratio is 4.02

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

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(132,126,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(117,123,132,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(132,126,117,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.