crispedge.com

Color picker

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

#76514d hex color - Red - Warm color - Information

#76514d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #76514d Color code in RGB color code model is created after adding 46.27% red color, 31.76% green color and 30.2% blue color. Hex #76514d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 31% magenta, 35% yellow and 54% black.

Hex #76514d color code is between #775555 web safe hex color code and #664444 web safe hex color code. #775555 is the nearest web safe color code. You can see here many more shades of #76514d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code76514d#76514d
RGB Decimal118, 81, 77rgb(118, 81, 77)
RGB Percent46%, 32%, 30%rgb(46%, 32%, 30%)
CSS RGBa118, 81, 77,1rgba(118,81,77,1)
CMYK Modelcmyk(0%,31%,35%,54%)
HSL Color Space6,21% ,38%hsl(6,21% ,38%)
HSV Color Space6°, 35%, 46%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101100101000101001101
Octal166121115
Decimal1188177
Hex76514d

Different shades of #76514d color code.

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

Light Shade of #76514d
#956661
Dark Shade of #76514d
#573c39
Saturated Shade of #76514d
#804943
Desaturated Shade of #76514d
#6c5957
Grey scale Shade of #76514d
#616161
Brighten Shade
#8f6a66
Most Readable Shade
#FFFFFF

Shades of #76514d color code

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

#76514d
#684844
#5b3f3b
#4e3633
#412d2a
#342422
#271b19
#1a1211
#0d0908
#000000

Similar Color like #76514d color

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

#77524e
#78534f
#795450
#7a5551
#7b5652
#7c5753
#7d5854
#7e5955
#7f5a56
#805b57
#815c58
#825d59
#835e5a
#845f5b
#75504c
#744f4b
#734e4a
#724d49
#714c48
#704b47
#6f4a46
#6e4945
#6d4844
#6c4743
#6b4642
#6a4541
#694440
#68433f

Monochromatic Color with #76514d

#76514d
#a06e69
#cb8b84
#f5a9a0
#211716
#4b3431

Tints of #76514d Color

#76514d
#856460
#947774
#a38b88
#b29e9c
#c2b1af
#d1c5c3
#e0d8d7
#efebeb
#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

#76514d
#4d7276

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

Split Complementary

#76514d
#4d7665
#4d5e76

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

Analogous Color

#764d59
#764d51
#76514d
#76594d
#76614d

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

#76514d
#4d7651
#514d76

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

#76514d
#5d764d
#4d7276
#654d76

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

#76514d
#4d7276
#4d5e76
#76664d

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 #76514d 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.

#76514d Color Code Preview on Black Background Color

This is how #76514d Color will look on black background color. Color contrast ratio is 3.05

#76514d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76514d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76514d

#76514d color code is use for CSS Background Color

Background color for the above div is #76514d

HTML with inline CSS

<div style="background-color:#76514d;"></div>

#76514d color code is use for CSS Border Color

CSS Border color for the above div is #76514d

HTML with inline CSS

<div style="border:5px solid #76514d;"></div>

CSS Border Left color for the above div is #76514d

HTML with inline CSS

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

CSS Border Right color for the above div is #76514d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #76514d

HTML with inline CSS

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

CSS Border Top color for the above div is #76514d

HTML with inline CSS

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

#76514d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#76514d Color code Preview on White Background

This is how #76514d Color code will look on white background color. Color contrast ratio is 6.88

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

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.