crispedge.com

Color picker

Loading...

#887b7e hex color - Violet - Warm color - Information

#887b7e hex color - Violet - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Violet

Hex #887b7e Color code in RGB color code model is created after adding 53.33% red color, 48.24% green color and 49.41% blue color. Hex #887b7e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 7% yellow and 47% black.

Hex #887b7e color code is between #777777 web safe hex color code and #998888 web safe hex color code. #777777 is the nearest web safe color code. You can see here many more shades of #887b7e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code887b7e#887b7e
RGB Decimal136, 123, 126rgb(136, 123, 126)
RGB Percent53%, 48%, 49%rgb(53%, 48%, 49%)
CSS RGBa136, 123, 126,1rgba(136,123,126,1)
CMYK Modelcmyk(0%,10%,7%,47%)
HSL Color Space346,5% ,51%hsl(346,5% ,51%)
HSV Color Space346°, 10%, 53%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100010000111101101111110
Octal210173176
Decimal136123126
Hex887b7e

Different shades of #887b7e color code.

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

Light Shade of #887b7e
#a09698
Dark Shade of #887b7e
#6d6365
Saturated Shade of #887b7e
#956e77
Desaturated Shade of #887b7e
#818181
Grey scale Shade of #887b7e
#818181
Brighten Shade
#a19497
Most Readable Shade
#FFFFFF

Shades of #887b7e color code

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

#887b7e
#786d70
#695f62
#5a5254
#4b4446
#3c3638
#2d292a
#1e1b1c
#0f0d0e
#000000

Similar Color like #887b7e color

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

#897c7f
#8a7d80
#8b7e81
#8c7f82
#8d8083
#8e8184
#8f8285
#908386
#918487
#928588
#938689
#94878a
#95888b
#96898c
#877a7d
#86797c
#85787b
#84777a
#837679
#827578
#817477
#807376
#7f7275
#7e7174
#7d7073
#7c6f72
#7b6e71
#7a6d70

Monochromatic Color with #887b7e

#887b7e
#b3a1a5
#ddc8cd
#080808
#332e2f
#5d5557

Tints of #887b7e Color

#887b7e
#95898c
#a2989a
#afa7a9
#bcb5b7
#cac4c5
#d7d3d4
#e4e1e2
#f1f0f0
#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

#887b7e
#7b8885

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

Split Complementary

#887b7e
#7b887f
#7b8588

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

Analogous Color

#887b83
#887b81
#887b7e
#887b7b
#887d7b

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

#887b7e
#7e887b
#7b7e88

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

#887b7e
#84887b
#7b8885
#7e7b88

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

#887b7e
#7b8885
#7b8588
#887f7b

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 #887b7e 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.

#887b7e Color Code Preview on Black Background Color

This is how #887b7e Color will look on black background color. Color contrast ratio is 5.18

#887b7e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #887b7e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #887b7e

#887b7e color code is use for CSS Background Color

Background color for the above div is #887b7e

HTML with inline CSS

<div style="background-color:#887b7e;"></div>

#887b7e color code is use for CSS Border Color

CSS Border color for the above div is #887b7e

HTML with inline CSS

<div style="border:5px solid #887b7e;"></div>

CSS Border Left color for the above div is #887b7e

HTML with inline CSS

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

CSS Border Right color for the above div is #887b7e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #887b7e

HTML with inline CSS

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

CSS Border Top color for the above div is #887b7e

HTML with inline CSS

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

#887b7e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#887b7e Color code Preview on White Background

This is how #887b7e Color code will look on white background color. Color contrast ratio is 4.05

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

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