crispedge.com

Color picker

Loading...

#97776c hex color - Brown - Warm color - Information

#97776c hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #97776c Color code in RGB color code model is created after adding 59.22% red color, 46.67% green color and 42.35% blue color. Hex #97776c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 28% yellow and 41% black.

Hex #97776c color code is between #996666 web safe hex color code and #888877 web safe hex color code. #996666 is the nearest web safe color code. You can see here many more shades of #97776c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code97776c#97776c
RGB Decimal151, 119, 108rgb(151, 119, 108)
RGB Percent59%, 47%, 42%rgb(59%, 47%, 42%)
CSS RGBa151, 119, 108,1rgba(151,119,108,1)
CMYK Modelcmyk(0%,21%,28%,41%)
HSL Color Space15,17% ,51%hsl(15,17% ,51%)
HSV Color Space15°, 28%, 59%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101110111011101101100
Octal227167154
Decimal151119108
Hex97776c

Different shades of #97776c color code.

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

Light Shade of #97776c
#ac938a
Dark Shade of #97776c
#7a5f56
Saturated Shade of #97776c
#a4715f
Desaturated Shade of #97776c
#8a7d79
Grey scale Shade of #97776c
#818181
Brighten Shade
#b09085
Most Readable Shade
#FFFFFF

Shades of #97776c color code

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

#97776c
#866960
#755c54
#644f48
#53423c
#433430
#322724
#211a18
#100d0c
#000000

Similar Color like #97776c color

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

#98786d
#99796e
#9a7a6f
#9b7b70
#9c7c71
#9d7d72
#9e7e73
#9f7f74
#a08075
#a18176
#a28277
#a38378
#a48479
#a5857a
#96766b
#95756a
#947469
#937368
#927267
#917166
#907065
#8f6f64
#8e6e63
#8d6d62
#8c6c61
#8b6b60
#8a6a5f
#89695e

Monochromatic Color with #97776c

#97776c
#c1988a
#ecbaa9
#171311
#42342f
#6c554e

Tints of #97776c Color

#97776c
#a2867c
#ae958c
#b9a49d
#c5b3ad
#d0c2bd
#dcd1ce
#e7e0de
#f3efee
#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

#97776c
#6c8c97

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

Split Complementary

#97776c
#6c978d
#6c7797

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

Analogous Color

#976c72
#976e6c
#97776c
#97806c
#97886c

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

#97776c
#6c9777
#776c97

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

#97776c
#76976c
#6c8c97
#8c6c97

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

#97776c
#6c8c97
#6c7797
#978d6c

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 #97776c 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.

#97776c Color Code Preview on Black Background Color

This is how #97776c Color will look on black background color. Color contrast ratio is 5.17

#97776c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#97776c color code is use for CSS Background Color

Background color for the above div is #97776c

HTML with inline CSS

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

#97776c color code is use for CSS Border Color

CSS Border color for the above div is #97776c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#97776c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#97776c Color code Preview on White Background

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

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.