crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#74715e hex color - Green - Warm color - Information

#74715e hex color - Green - Warm color

Color Hue/Base color: Green

Hex #74715e Color code in RGB color code model is created after adding 45.49% red color, 44.31% green color and 36.86% blue color. Hex #74715e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 19% yellow and 55% black.

Hex #74715e color code is between #777766 web safe hex color code and #666655 web safe hex color code. #777766 is the nearest web safe color code. You can see here many more shades of #74715e color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Code74715e#74715e
RGB Decimal116, 113, 94rgb(116, 113, 94)
RGB Percent45%, 44%, 37%rgb(45%, 44%, 37%)
CSS RGBa116, 113, 94,1rgba(116,113,94,1)
CMYK Modelcmyk(0%,3%,19%,55%)
HSL Color Space52,10% ,41%hsl(52,10% ,41%)
HSV Color Space52°, 19%, 45%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101000111000101011110
Octal164161136
Decimal11611394
Hex74715e

Different shades of #74715e color code.

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

Light Shade of #74715e
#908c75
Dark Shade of #74715e
#585647
Saturated Shade of #74715e
#7e7953
Desaturated Shade of #74715e
#696968
Grey scale Shade of #74715e
#696969
Brighten Shade
#8d8a77
Most Readable Shade
#FFFFFF

Shades of #74715e color code

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

#74715e
#676453
#5a5749
#4d4b3e
#403e34
#333229
#26251f
#191914
#0c0c0a
#000000

Similar Color like #74715e color

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

#75725f
#767360
#777461
#787562
#797663
#7a7764
#7b7865
#7c7966
#7d7a67
#7e7b68
#7f7c69
#807d6a
#817e6b
#827f6c
#73705d
#726f5c
#716e5b
#706d5a
#6f6c59
#6e6b58
#6d6a57
#6c6956
#6b6855
#6a6754
#696653
#686552
#676451
#666350

Monochromatic Color with #74715e

#74715e
#9e9a80
#c9c4a3
#f3edc5
#1f1e19
#49483c

Tints of #74715e Color

#74715e
#83806f
#929081
#a2a093
#b1b0a5
#c1bfb7
#d0cfc9
#e0dfdb
#efefed
#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

#74715e
#5e6174

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

Split Complementary

#74715e
#5e6c74
#665e74

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

Analogous Color

#74685e
#746d5e
#74715e
#73745e
#6e745e

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

#74715e
#5e7471
#715e74

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

#74715e
#5e7466
#5e6174
#745e6c

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

#74715e
#5e6174
#665e74
#6c745e

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

#74715e Color Code Preview on Black Background Color

This is how #74715e Color will look on black background color. Color contrast ratio is 4.27

#74715e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#74715e color code is use for CSS Background Color

Background color for the above div is #74715e

HTML with inline CSS

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

#74715e color code is use for CSS Border Color

CSS Border color for the above div is #74715e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#74715e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#74715e Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.