Skip to main content Skip to docs navigation

#75845a hex color | Download Dark Green BG image | Information

Color Picker

@
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 Info

Woow we have a nearby visually matching color name available. It's name is Terrain and its hex is #708157 Nearest Color Name

Color Hue/Base color: Green

Hex #75845a Color code in RGB color code model is created after adding 45.88% red color, 51.76% green color and 35.29% blue color. Hex #75845a Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 32% yellow and 48.24% black.

Hex #75845a color code is between #778855 web safe hex color code and #667766 web safe hex color code. #778855 is the nearest web safe color code. You can see here many more shades of #75845a color code.

RGB Chart

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

Color Table

Hex Color Code 75845a #75845a
RGB Decimal 117, 132, 90 117, 132, 90
RGB Percent 46%, 52%, 35% rgb(46%, 52%, 35%)
CSS RGBa 117, 132, 90,1 rgba(117,132,90,1)
CMYK Model cmyk(11%,0%,32%,48.24%)
HSL Color Space 81,19% ,44% hsl(81,19% ,44%)
HSV Color Space 81°, 32%, 52%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01110101 10000100 01011010
Octal 165 204 132
Decimal 117 132 90
Hex 75 84 5a

Different shades of #75845a color code.

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

Darkest of #75845a
#24291c
Darker of #75845a
#3f4731
Dark of #75845a
#5a6645
Base of #75845a
#75845a
Light of #75845a
#8f9f72
Lighter
#a7b490
Lightest
#bfc8af

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

#75845a
#695a84

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

Split Complementary

#75845a
#5a6084
#7e5a84

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

Analogous Color

#847b5a
#84825a
#75845a
#67845a
#5a845f

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

#75845a
#845a75
#5a7584

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

#75845a
#5a7584
#695a84
#84695a

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#75845a
#5a847e
#695a84
#845a60

Square 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).

Monochromatic Color with #75845a

#090b07
#24291c
#3f4731
#5a6645
#75845a
#8f9f72
#a7b490
#bfc8af
#d7ddcd

Tints of #75845a Color

#75845a
#84916c
#939f7e
#a3ad91
#b2baa3
#c1c8b5
#d1d6c8
#e0e3da
#eff1ec
#ffffff

Shades of #75845a color code

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

#75845a
#687550
#5b6646
#4e583c
#414932
#343a28
#272c1e
#1a1d14
#0d0e0a
#000000

Tones

#75845a
#6f6f6f
#6f6f6f
#6f6f6f
#6f6f6f

Tones

Similar Color like #75845a color

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

#76855b
#77865c
#78875d
#79885e
#7a895f
#7b8a60
#7c8b61
#7d8c62
#7e8d63
#7f8e64
#808f65
#819066
#829167
#839268
#748359
#738258
#728157
#718056
#707f55
#6f7e54
#6e7d53
#6d7c52
#6c7b51
#6b7a50
#6a794f
#69784e
#68774d
#67764c

Download this Dark Green

Hex #75845a 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.

#75845a Color Code Preview on Black Background Color

This is how #75845a Color will look on black background color. Color contrast ratio is 5.20

#75845a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75845a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75845a

#75845a color code is use for CSS Background Color

Background color for the above div is #75845a

HTML with inline CSS

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

#75845a color code is use for CSS Border Color

CSS Border color for the above div is #75845a

HTML with inline CSS

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

CSS Border Left color for the above div is #75845a

HTML with inline CSS

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

CSS Border Right color for the above div is #75845a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #75845a

HTML with inline CSS

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

CSS Border Top color for the above div is #75845a

HTML with inline CSS

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

#75845a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75845a Color code Preview on White Background

This is how #75845a Color code will look on white background color. Color contrast ratio is 4.03

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(117,132,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(105,90,132,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(117,132,90,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }