crispedge.com

Color picker

Loading...

#968772 hex color - Shipwreck - Brown - Warm color - Information

#968772 hex color - Shipwreck - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #968772 Color Code is also known as Shipwreck color.

Hex #968772 Color code in RGB color code model is created after adding 58.82% red color, 52.94% green color and 44.71% blue color. Hex #968772 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 24% yellow and 41% black.

Hex #968772 color code is between #998877 web safe hex color code and #887766 web safe hex color code. #998877 is the nearest web safe color code. You can see here many more shades of #968772 color code.

0 Likes 0 Comments | 39 Views

RGB Chart

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

Color Table

Hex Color Code968772#968772
RGB Decimal150, 135, 114rgb(150, 135, 114)
RGB Percent59%, 53%, 45%rgb(59%, 53%, 45%)
CSS RGBa150, 135, 114,1rgba(150,135,114,1)
CMYK Modelcmyk(0%,10%,24%,41%)
HSL Color Space35,15% ,52%hsl(35,15% ,52%)
HSV Color Space35°, 24%, 59%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101101000011101110010
Octal226207162
Decimal150135114
Hex968772

Different shades of #968772 color code.

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

Light Shade of #968772
#aca08f
Dark Shade of #968772
#7a6d5b
Saturated Shade of #968772
#a28966
Desaturated Shade of #968772
#8a857e
Grey scale Shade of #968772
#848484
Brighten Shade
#afa08b
Most Readable Shade
#000000

Shades of #968772 color code

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

#968772
#857865
#746958
#645a4c
#534b3f
#423c32
#322d26
#211e19
#100f0c
#000000

Similar Color like #968772 color

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

#978873
#988974
#998a75
#9a8b76
#9b8c77
#9c8d78
#9d8e79
#9e8f7a
#9f907b
#a0917c
#a1927d
#a2937e
#a3947f
#a49580
#958671
#948570
#93846f
#92836e
#91826d
#90816c
#8f806b
#8e7f6a
#8d7e69
#8c7d68
#8b7c67
#8a7b66
#897a65
#887964

Monochromatic Color with #968772

#968772
#c0ad92
#ebd3b3
#161411
#413a31
#6b6152

Tints of #968772 Color

#968772
#a19481
#ada191
#b9afa1
#c4bcb0
#d0c9c0
#dcd7d0
#e7e4df
#f3f1ef
#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

#968772
#728196

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

Split Complementary

#968772
#729396
#757296

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

Analogous Color

#967972
#968072
#968772
#968e72
#969572

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

#968772
#729687
#877296

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

#968772
#729675
#728196
#967293

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

#968772
#728196
#757296
#939672

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 #968772 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.

#968772 Color Code Preview on Black Background Color

This is how #968772 Color will look on black background color. Color contrast ratio is 6.01

#968772 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #968772

HTML with inline CSS

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

Your Example Paragraph content text in with font color #968772

#968772 color code is use for CSS Background Color

Background color for the above div is #968772

HTML with inline CSS

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

#968772 color code is use for CSS Border Color

CSS Border color for the above div is #968772

HTML with inline CSS

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

CSS Border Left color for the above div is #968772

HTML with inline CSS

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

CSS Border Right color for the above div is #968772

HTML with inline CSS

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

CSS Border Bottom color for the above div is #968772

HTML with inline CSS

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

CSS Border Top color for the above div is #968772

HTML with inline CSS

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

#968772 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#968772 Color code Preview on White Background

This is how #968772 Color code will look on white background color. Color contrast ratio is 3.50

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

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(150,135,114,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(114,129,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(150,135,114,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 39 Views

Post your comment:-

By submitting comment you agree to our privacy policy.