crispedge.com

Color picker

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

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

#72685e hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #72685e Color code in RGB color code model is created after adding 44.71% red color, 40.78% green color and 36.86% blue color. Hex #72685e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 18% yellow and 55% black.

Hex #72685e color code is between #776666 web safe hex color code and #667755 web safe hex color code. #776666 is the nearest web safe color code. You can see here many more shades of #72685e color code.

0 Likes 0 Comments | 31 Views

Color Table

Hex Color Code72685e#72685e
RGB Decimal114, 104, 94rgb(114, 104, 94)
RGB Percent45%, 41%, 37%rgb(45%, 41%, 37%)
CSS RGBa114, 104, 94,1rgba(114,104,94,1)
CMYK Modelcmyk(0%,9%,18%,55%)
HSL Color Space30,10% ,41%hsl(30,10% ,41%)
HSV Color Space30°, 18%, 45%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100100110100001011110
Octal162150136
Decimal11410494
Hex72685e

Different shades of #72685e color code.

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

Light Shade of #72685e
#8e8175
Dark Shade of #72685e
#564e47
Saturated Shade of #72685e
#7c6854
Desaturated Shade of #72685e
#686868
Grey scale Shade of #72685e
#686868
Brighten Shade
#8b8177
Most Readable Shade
#FFFFFF

Shades of #72685e color code

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

#72685e
#655c53
#585049
#4c453e
#3f3934
#322e29
#26221f
#191714
#0c0b0a
#000000

Similar Color like #72685e color

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

#73695f
#746a60
#756b61
#766c62
#776d63
#786e64
#796f65
#7a7066
#7b7167
#7c7268
#7d7369
#7e746a
#7f756b
#80766c
#71675d
#70665c
#6f655b
#6e645a
#6d6359
#6c6258
#6b6157
#6a6056
#695f55
#685e54
#675d53
#665c52
#655b51
#645a50

Monochromatic Color with #72685e

#72685e
#9c8f81
#c7b6a4
#f1dcc7
#1d1a18
#47413b

Tints of #72685e Color

#72685e
#81786f
#918981
#a19a93
#b0aba5
#c0bbb7
#d0ccc9
#dfdddb
#efeeed
#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

#72685e
#5e6872

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

Split Complementary

#72685e
#5e7272
#5e5e72

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

Analogous Color

#72605e
#72645e
#72685e
#726c5e
#72705e

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

#72685e
#5e7268
#685e72

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

#72685e
#5e725e
#5e6872
#725e72

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

#72685e
#5e6872
#5e5e72
#72725e

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

#72685e Color Code Preview on Black Background Color

This is how #72685e Color will look on black background color. Color contrast ratio is 3.86

#72685e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#72685e color code is use for CSS Background Color

Background color for the above div is #72685e

HTML with inline CSS

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

#72685e color code is use for CSS Border Color

CSS Border color for the above div is #72685e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#72685e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#72685e Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 31 Views

Post your comment:-

By submitting comment you agree to our privacy policy.