crispedge.com

Color picker

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

#76704c hex color - Yellow - Warm color - Information

#76704c hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #76704c Color code in RGB color code model is created after adding 46.27% red color, 43.92% green color and 29.8% blue color. Hex #76704c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 36% yellow and 54% black.

Hex #76704c color code is between #777744 web safe hex color code and #666655 web safe hex color code. #777744 is the nearest web safe color code. You can see here many more shades of #76704c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code76704c#76704c
RGB Decimal118, 112, 76rgb(118, 112, 76)
RGB Percent46%, 44%, 30%rgb(46%, 44%, 30%)
CSS RGBa118, 112, 76,1rgba(118,112,76,1)
CMYK Modelcmyk(0%,5%,36%,54%)
HSL Color Space51,22% ,38%hsl(51,22% ,38%)
HSV Color Space51°, 36%, 46%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101100111000001001100
Octal166160114
Decimal11811276
Hex76704c

Different shades of #76704c color code.

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

Light Shade of #76704c
#958d60
Dark Shade of #76704c
#575338
Saturated Shade of #76704c
#807742
Desaturated Shade of #76704c
#6c6956
Grey scale Shade of #76704c
#616161
Brighten Shade
#8f8965
Most Readable Shade
#FFFFFF

Shades of #76704c color code

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

#76704c
#686343
#5b573b
#4e4a32
#413e2a
#343121
#272519
#1a1810
#0d0c08
#000000

Similar Color like #76704c color

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

#77714d
#78724e
#79734f
#7a7450
#7b7551
#7c7652
#7d7753
#7e7854
#7f7955
#807a56
#817b57
#827c58
#837d59
#847e5a
#756f4b
#746e4a
#736d49
#726c48
#716b47
#706a46
#6f6945
#6e6844
#6d6743
#6c6642
#6b6541
#6a6440
#69633f
#68623e

Monochromatic Color with #76704c

#76704c
#a09867
#cbc183
#f5e99e
#211f15
#4b4831

Tints of #76704c Color

#76704c
#857f5f
#948f73
#a39f87
#b2af9b
#c2bfaf
#d1cfc3
#e0dfd7
#efefeb
#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

#76704c
#4c5276

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

Split Complementary

#76704c
#4c6776
#5b4c76

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

Analogous Color

#765f4c
#76684c
#76704c
#74764c
#6b764c

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

#76704c
#4c7670
#704c76

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

#76704c
#4c765b
#4c5276
#764c67

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

#76704c
#4c5276
#5b4c76
#67764c

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 #76704c 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.

#76704c Color Code Preview on Black Background Color

This is how #76704c Color will look on black background color. Color contrast ratio is 4.19

#76704c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76704c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76704c

#76704c color code is use for CSS Background Color

Background color for the above div is #76704c

HTML with inline CSS

<div style="background-color:#76704c;"></div>

#76704c color code is use for CSS Border Color

CSS Border color for the above div is #76704c

HTML with inline CSS

<div style="border:5px solid #76704c;"></div>

CSS Border Left color for the above div is #76704c

HTML with inline CSS

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

CSS Border Right color for the above div is #76704c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #76704c

HTML with inline CSS

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

CSS Border Top color for the above div is #76704c

HTML with inline CSS

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

#76704c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#76704c Color code Preview on White Background

This is how #76704c Color code will look on white background color. Color contrast ratio is 5.01

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

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.