crispedge.com

Color picker

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

#76604b hex color - Brown - Warm color - Information

#76604b hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #76604b Color code in RGB color code model is created after adding 46.27% red color, 37.65% green color and 29.41% blue color. Hex #76604b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 36% yellow and 54% black.

Hex #76604b color code is between #776644 web safe hex color code and #665555 web safe hex color code. #776644 is the nearest web safe color code. You can see here many more shades of #76604b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code76604b#76604b
RGB Decimal118, 96, 75rgb(118, 96, 75)
RGB Percent46%, 38%, 29%rgb(46%, 38%, 29%)
CSS RGBa118, 96, 75,1rgba(118,96,75,1)
CMYK Modelcmyk(0%,19%,36%,54%)
HSL Color Space29,22% ,38%hsl(29,22% ,38%)
HSV Color Space29°, 36%, 46%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101100110000001001011
Octal166140113
Decimal1189675
Hex76604b

Different shades of #76604b color code.

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

Light Shade of #76604b
#95795f
Dark Shade of #76604b
#574737
Saturated Shade of #76604b
#806041
Desaturated Shade of #76604b
#6c6055
Grey scale Shade of #76604b
#606060
Brighten Shade
#8f7964
Most Readable Shade
#FFFFFF

Shades of #76604b color code

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

#76604b
#685542
#5b4a3a
#4e4032
#413529
#342a21
#272019
#1a1510
#0d0a08
#000000

Similar Color like #76604b color

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

#77614c
#78624d
#79634e
#7a644f
#7b6550
#7c6651
#7d6752
#7e6853
#7f6954
#806a55
#816b56
#826c57
#836d58
#846e59
#755f4a
#745e49
#735d48
#725c47
#715b46
#705a45
#6f5944
#6e5843
#6d5742
#6c5641
#6b5540
#6a543f
#69533e
#68523d

Monochromatic Color with #76604b

#76604b
#a08366
#cba581
#f5c89c
#211b15
#4b3d30

Tints of #76604b Color

#76604b
#85715f
#948373
#a39587
#b2a69b
#c2b8af
#d1cac3
#e0dbd7
#efedeb
#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

#76604b
#4b6176

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

Split Complementary

#76604b
#4b7676
#4b4c76

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

Analogous Color

#764f4b
#76574b
#76604b
#76694b
#76714b

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

#76604b
#4b7660
#604b76

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

#76604b
#4c764b
#4b6176
#754b76

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

#76604b
#4b6176
#4b4c76
#76764b

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 #76604b 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.

#76604b Color Code Preview on Black Background Color

This is how #76604b Color will look on black background color. Color contrast ratio is 3.55

#76604b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76604b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76604b

#76604b color code is use for CSS Background Color

Background color for the above div is #76604b

HTML with inline CSS

<div style="background-color:#76604b;"></div>

#76604b color code is use for CSS Border Color

CSS Border color for the above div is #76604b

HTML with inline CSS

<div style="border:5px solid #76604b;"></div>

CSS Border Left color for the above div is #76604b

HTML with inline CSS

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

CSS Border Right color for the above div is #76604b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #76604b

HTML with inline CSS

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

CSS Border Top color for the above div is #76604b

HTML with inline CSS

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

#76604b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#76604b Color code Preview on White Background

This is how #76604b Color code will look on white background color. Color contrast ratio is 5.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 #76604b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #76604b; }

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.