crispedge.com

Color picker

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

#74464e hex color - Red - Warm color - Information

#74464e hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #74464e Color code in RGB color code model is created after adding 45.49% red color, 27.45% green color and 30.59% blue color. Hex #74464e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 33% yellow and 55% black.

Hex #74464e color code is between #774455 web safe hex color code and #665544 web safe hex color code. #774455 is the nearest web safe color code. You can see here many more shades of #74464e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code74464e#74464e
RGB Decimal116, 70, 78rgb(116, 70, 78)
RGB Percent45%, 27%, 31%rgb(45%, 27%, 31%)
CSS RGBa116, 70, 78,1rgba(116,70,78,1)
CMYK Modelcmyk(0%,40%,33%,55%)
HSL Color Space350,25% ,36%hsl(350,25% ,36%)
HSV Color Space350°, 40%, 45%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101000100011001001110
Octal164106116
Decimal1167078
Hex74464e

Different shades of #74464e color code.

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

Light Shade of #74464e
#945963
Dark Shade of #74464e
#543339
Saturated Shade of #74464e
#7d3d48
Desaturated Shade of #74464e
#6b4f54
Grey scale Shade of #74464e
#5d5d5d
Brighten Shade
#8d5f67
Most Readable Shade
#FFFFFF

Shades of #74464e color code

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

#74464e
#673e45
#5a363c
#4d2e34
#40262b
#331f22
#26171a
#190f11
#0c0708
#000000

Similar Color like #74464e color

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

#75474f
#764850
#774951
#784a52
#794b53
#7a4c54
#7b4d55
#7c4e56
#7d4f57
#7e5058
#7f5159
#80525a
#81535b
#82545c
#73454d
#72444c
#71434b
#70424a
#6f4149
#6e4048
#6d3f47
#6c3e46
#6b3d45
#6a3c44
#693b43
#683a42
#673941
#663840

Monochromatic Color with #74464e

#74464e
#9e606b
#c97987
#f393a4
#1f1315
#492c31

Tints of #74464e Color

#74464e
#835a61
#926f75
#a28389
#b1989c
#c1acb0
#d0c1c4
#e0d5d7
#efeaeb
#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

#74464e
#46746c

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

Split Complementary

#74464e
#467455
#466574

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

Analogous Color

#744660
#744657
#74464e
#744746
#745046

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

#74464e
#4e7446
#464e74

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

#74464e
#657446
#46746c
#554674

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

#74464e
#46746c
#466574
#745546

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

#74464e Color Code Preview on Black Background Color

This is how #74464e Color will look on black background color. Color contrast ratio is 2.73

#74464e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#74464e color code is use for CSS Background Color

Background color for the above div is #74464e

HTML with inline CSS

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

#74464e color code is use for CSS Border Color

CSS Border color for the above div is #74464e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#74464e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#74464e Color code Preview on White Background

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

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

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.