Skip to main content Skip to docs navigation

#775b3d hex color - Red - Warm color - Information

On this page
@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Mixture: Orange and Brown

Color Hue/Base color: Red

Hex #775b3d Color code in RGB color code model is created after adding 46.67% red color, 35.69% green color and 23.92% blue color. Hex #775b3d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 49% yellow and 53.33% black.

Hex #775b3d color code is between #665544 web safe hex color code and #886633 web safe hex color code. #665544 is the nearest web safe color code. You can see here many more shades of #775b3d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 775b3d #775b3d
RGB Decimal 119, 91, 61 rgb(119, 91, 61)
RGB Percent 47%, 36%, 24% rgb(47%, 36%, 24%)
CSS RGBa 119, 91, 61,1 rgba(119,91,61,1)
CMYK Model cmyk(0%,24%,49%,53.33%)
HSL Color Space 31,32% ,35% hsl(31,32% ,35%)
HSV Color Space 31°, 49%, 47%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01110111 01011011 00111101
Octal 167 133 75
Decimal 119 91 61
Hex 77 5b 3d

Different shades of #775b3d color code.

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

Light Shade of #775b3d
#99754e
Dark Shade of #775b3d
#55412c
Saturated Shade of #775b3d
#805b34
Desaturated Shade of #775b3d
#6e5b46
Grey scale Shade of #775b3d
#5a5a5a
Brighten Shade
#907456
Most Readable Shade
#FFFFFF

Shades of #775b3d color code

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

#775b3d
#695036
#5c462f
#4f3c28
#423221
#34281b
#271e14
#1a140d
#0d0a06
#000000

Similar Color like #775b3d color

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

#785c3e
#795d3f
#7a5e40
#7b5f41
#7c6042
#7d6143
#7e6244
#7f6345
#806446
#816547
#826648
#836749
#84684a
#85694b
#765a3c
#75593b
#74583a
#735739
#725638
#715537
#705436
#6f5335
#6e5234
#6d5133
#6c5032
#6b4f31
#6a4e30
#694d2f

Monochromatic Color with #775b3d

#775b3d
#a17c53
#cc9c69
#f6bc7e
#221a11
#4c3a27

Tints of #775b3d Color

#775b3d
#866d52
#957f68
#a4917d
#b3a393
#c2b6a8
#d1c8be
#e0dad3
#efece9
#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

#775b3d
#3d5977

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

Split Complementary

#775b3d
#3d7677
#3e3d77

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

Analogous Color

#77443d
#774f3d
#775b3d
#77673d
#77723d

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

#775b3d
#3d775b
#5b3d77

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

#775b3d
#3d773e
#3d5977
#773d76

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

#775b3d
#3d5977
#3e3d77
#76773d

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 #775b3d 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.

#775b3d Color Code Preview on Black Background Color

This is how #775b3d Color will look on black background color. Color contrast ratio is 3.35

#775b3d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #775b3d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #775b3d

#775b3d color code is use for CSS Background Color

Background color for the above div is #775b3d

HTML with inline CSS

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

#775b3d color code is use for CSS Border Color

CSS Border color for the above div is #775b3d

HTML with inline CSS

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

CSS Border Left color for the above div is #775b3d

HTML with inline CSS

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

CSS Border Right color for the above div is #775b3d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #775b3d

HTML with inline CSS

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

CSS Border Top color for the above div is #775b3d

HTML with inline CSS

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

#775b3d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#775b3d Color code Preview on White Background

This is how #775b3d Color code will look on white background color. Color contrast ratio is 6.27

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

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(119,91,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(61,89,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(119,91,61,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.