crispedge.com

Color picker

Loading...

#94767e hex color - Brown - Warm color - Information

#94767e hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #94767e Color code in RGB color code model is created after adding 58.04% red color, 46.27% green color and 49.41% blue color. Hex #94767e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 15% yellow and 42% black.

Hex #94767e color code is between #997777 web safe hex color code and #886688 web safe hex color code. #997777 is the nearest web safe color code. You can see here many more shades of #94767e color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code94767e#94767e
RGB Decimal148, 118, 126rgb(148, 118, 126)
RGB Percent58%, 46%, 49%rgb(58%, 46%, 49%)
CSS RGBa148, 118, 126,1rgba(148,118,126,1)
CMYK Modelcmyk(0%,20%,15%,42%)
HSL Color Space344,12% ,52%hsl(344,12% ,52%)
HSV Color Space344°, 20%, 58%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101000111011001111110
Octal224166176
Decimal148118126
Hex94767e

Different shades of #94767e color code.

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

Light Shade of #94767e
#aa9399
Dark Shade of #94767e
#795e65
Saturated Shade of #94767e
#a06a78
Desaturated Shade of #94767e
#888284
Grey scale Shade of #94767e
#858585
Brighten Shade
#ad8f97
Most Readable Shade
#FFFFFF

Shades of #94767e color code

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

#94767e
#836870
#735b62
#624e54
#524146
#413438
#31272a
#201a1c
#100d0e
#000000

Similar Color like #94767e color

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

#95777f
#967880
#977981
#987a82
#997b83
#9a7c84
#9b7d85
#9c7e86
#9d7f87
#9e8088
#9f8189
#a0828a
#a1838b
#a2848c
#93757d
#92747c
#91737b
#90727a
#8f7179
#8e7078
#8d6f77
#8c6e76
#8b6d75
#8a6c74
#896b73
#886a72
#876971
#866870

Monochromatic Color with #94767e

#94767e
#be98a2
#e9bac6
#141011
#3f3236
#69545a

Tints of #94767e Color

#94767e
#9f858c
#ab949a
#b7a3a9
#c3b2b7
#cfc2c5
#dbd1d4
#e7e0e2
#f3eff0
#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

#94767e
#76948c

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

Split Complementary

#94767e
#76947d
#768d94

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

Analogous Color

#94768a
#947684
#94767e
#947678
#947a76

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

#94767e
#7e9476
#767e94

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

#94767e
#8d9476
#76948c
#7d7694

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

#94767e
#76948c
#768d94
#947d76

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 #94767e 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.

#94767e Color Code Preview on Black Background Color

This is how #94767e Color will look on black background color. Color contrast ratio is 5.15

#94767e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #94767e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #94767e

#94767e color code is use for CSS Background Color

Background color for the above div is #94767e

HTML with inline CSS

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

#94767e color code is use for CSS Border Color

CSS Border color for the above div is #94767e

HTML with inline CSS

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

CSS Border Left color for the above div is #94767e

HTML with inline CSS

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

CSS Border Right color for the above div is #94767e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #94767e

HTML with inline CSS

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

CSS Border Top color for the above div is #94767e

HTML with inline CSS

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

#94767e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#94767e Color code Preview on White Background

This is how #94767e Color code will look on white background color. Color contrast ratio is 4.08

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.