crispedge.com

Color picker

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

#8a7771 hex color - Brown - Warm color - Information

#8a7771 hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #8a7771 Color code in RGB color code model is created after adding 54.12% red color, 46.67% green color and 44.31% blue color. Hex #8a7771 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 18% yellow and 46% black.

Hex #8a7771 color code is between #886677 web safe hex color code and #998866 web safe hex color code. #886677 is the nearest web safe color code. You can see here many more shades of #8a7771 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code8a7771#8a7771
RGB Decimal138, 119, 113rgb(138, 119, 113)
RGB Percent54%, 47%, 44%rgb(54%, 47%, 44%)
CSS RGBa138, 119, 113,1rgba(138,119,113,1)
CMYK Modelcmyk(0%,14%,18%,46%)
HSL Color Space14,10% ,49%hsl(14,10% ,49%)
HSV Color Space14°, 18%, 54%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100010100111011101110001
Octal212167161
Decimal138119113
Hex8a7771

Different shades of #8a7771 color code.

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

Light Shade of #8a7771
#a1928d
Dark Shade of #8a7771
#6e5f5a
Saturated Shade of #8a7771
#977064
Desaturated Shade of #8a7771
#7d7d7d
Grey scale Shade of #8a7771
#7d7d7d
Brighten Shade
#a3908a
Most Readable Shade
#FFFFFF

Shades of #8a7771 color code

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

#8a7771
#7a6964
#6b5c57
#5c4f4b
#4c423e
#3d3432
#2e2725
#1e1a19
#0f0d0c
#000000

Similar Color like #8a7771 color

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

#8b7872
#8c7973
#8d7a74
#8e7b75
#8f7c76
#907d77
#917e78
#927f79
#93807a
#94817b
#95827c
#96837d
#97847e
#98857f
#897670
#88756f
#87746e
#86736d
#85726c
#84716b
#83706a
#826f69
#816e68
#806d67
#7f6c66
#7e6b65
#7d6a64
#7c6963

Monochromatic Color with #8a7771

#8a7771
#b49c94
#dfc0b7
#0a0909
#352e2b
#5f524e

Tints of #8a7771 Color

#8a7771
#978680
#a49590
#b1a4a0
#beb3b0
#cbc2bf
#d8d1cf
#e5e0df
#f2efef
#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

#8a7771
#71848a

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

Split Complementary

#8a7771
#718a84
#71788a

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

Analogous Color

#8a7175
#8a7271
#8a7771
#8a7c71
#8a8171

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

#8a7771
#718a77
#77718a

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

#8a7771
#778a71
#71848a
#83718a

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

#8a7771
#71848a
#71788a
#8a8471

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

#8a7771 Color Code Preview on Black Background Color

This is how #8a7771 Color will look on black background color. Color contrast ratio is 4.96

#8a7771 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#8a7771 color code is use for CSS Background Color

Background color for the above div is #8a7771

HTML with inline CSS

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

#8a7771 color code is use for CSS Border Color

CSS Border color for the above div is #8a7771

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#8a7771 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8a7771 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.