crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#8c8682 hex color - Grey - Warm color - Information

#8c8682 hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #8c8682 Color code in RGB color code model is created after adding 54.9% red color, 52.55% green color and 50.98% blue color. Hex #8c8682 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 7% yellow and 45% black.

Hex #8c8682 color code is between #888888 web safe hex color code and #997777 web safe hex color code. #888888 is the nearest web safe color code. You can see here many more shades of #8c8682 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Code8c8682#8c8682
RGB Decimal140, 134, 130rgb(140, 134, 130)
RGB Percent55%, 53%, 51%rgb(55%, 53%, 51%)
CSS RGBa140, 134, 130,1rgba(140,134,130,1)
CMYK Modelcmyk(0%,4%,7%,45%)
HSL Color Space24,4% ,53%hsl(24,4% ,53%)
HSV Color Space24°, 7%, 55%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100011001000011010000010
Octal214206202
Decimal140134130
Hex8c8682

Different shades of #8c8682 color code.

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

Light Shade of #8c8682
#a4a09d
Dark Shade of #8c8682
#726d69
Saturated Shade of #8c8682
#988476
Desaturated Shade of #8c8682
#878787
Grey scale Shade of #8c8682
#878787
Brighten Shade
#a59f9b
Most Readable Shade
#FFFFFF

Shades of #8c8682 color code

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

#8c8682
#7c7773
#6c6865
#5d5956
#4d4a48
#3e3b39
#2e2c2b
#1f1d1c
#0f0e0e
#000000

Similar Color like #8c8682 color

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

#8d8783
#8e8884
#8f8985
#908a86
#918b87
#928c88
#938d89
#948e8a
#958f8b
#96908c
#97918d
#98928e
#99938f
#9a9490
#8b8581
#8a8480
#89837f
#88827e
#87817d
#86807c
#857f7b
#847e7a
#837d79
#827c78
#817b77
#807a76
#7f7975
#7e7874

Monochromatic Color with #8c8682

#8c8682
#b6afa9
#e1d7d1
#0c0c0c
#373533
#615d5b

Tints of #8c8682 Color

#8c8682
#98938f
#a5a09d
#b2aeab
#bfbbb9
#cbc9c7
#d8d6d5
#e5e4e3
#f2f1f1
#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

#8c8682
#82888c

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

Split Complementary

#8c8682
#828c8b
#82838c

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

Analogous Color

#8c8282
#8c8482
#8c8682
#8c8882
#8c8a82

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

#8c8682
#828c86
#86828c

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

#8c8682
#838c82
#82888c
#8b828c

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

#8c8682
#82888c
#82838c
#8c8b82

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 #8c8682 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.

#8c8682 Color Code Preview on Black Background Color

This is how #8c8682 Color will look on black background color. Color contrast ratio is 5.85

#8c8682 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8c8682

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8c8682

#8c8682 color code is use for CSS Background Color

Background color for the above div is #8c8682

HTML with inline CSS

<div style="background-color:#8c8682;"></div>

#8c8682 color code is use for CSS Border Color

CSS Border color for the above div is #8c8682

HTML with inline CSS

<div style="border:5px solid #8c8682;"></div>

CSS Border Left color for the above div is #8c8682

HTML with inline CSS

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

CSS Border Right color for the above div is #8c8682

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8c8682

HTML with inline CSS

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

CSS Border Top color for the above div is #8c8682

HTML with inline CSS

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

#8c8682 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8c8682 Color code Preview on White Background

This is how #8c8682 Color code will look on white background color. Color contrast ratio is 3.59

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.