crispedge.com

Color picker

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

#74555c hex color - Red - Warm color - Information

#74555c hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #74555c Color code in RGB color code model is created after adding 45.49% red color, 33.33% green color and 36.08% blue color. Hex #74555c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 21% yellow and 55% black.

Hex #74555c color code is between #774455 web safe hex color code and #666666 web safe hex color code. #774455 is the nearest web safe color code. You can see here many more shades of #74555c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code74555c#74555c
RGB Decimal116, 85, 92rgb(116, 85, 92)
RGB Percent45%, 33%, 36%rgb(45%, 33%, 36%)
CSS RGBa116, 85, 92,1rgba(116,85,92,1)
CMYK Modelcmyk(0%,27%,21%,55%)
HSL Color Space346,15% ,39%hsl(346,15% ,39%)
HSV Color Space346°, 27%, 45%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101000101010101011100
Octal164125134
Decimal1168592
Hex74555c

Different shades of #74555c color code.

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

Light Shade of #74555c
#916b73
Dark Shade of #74555c
#573f45
Saturated Shade of #74555c
#7e4b56
Desaturated Shade of #74555c
#6a5f62
Grey scale Shade of #74555c
#646464
Brighten Shade
#8d6e75
Most Readable Shade
#FFFFFF

Shades of #74555c color code

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

#74555c
#674b51
#5a4247
#4d383d
#402f33
#332528
#261c1e
#191214
#0c090a
#000000

Similar Color like #74555c color

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

#75565d
#76575e
#77585f
#785960
#795a61
#7a5b62
#7b5c63
#7c5d64
#7d5e65
#7e5f66
#7f6067
#806168
#816269
#82636a
#73545b
#72535a
#715259
#705158
#6f5057
#6e4f56
#6d4e55
#6c4d54
#6b4c53
#6a4b52
#694a51
#684950
#67484f
#66474e

Monochromatic Color with #74555c

#74555c
#9e747e
#c9939f
#f3b2c1
#1f1719
#49363a

Tints of #74555c Color

#74555c
#83676e
#927a80
#a28d92
#b1a0a4
#c1b3b6
#d0c6c8
#e0d9da
#efecec
#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

#74555c
#55746d

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

Split Complementary

#74555c
#55745e
#556b74

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

Analogous Color

#745568
#745562
#74555c
#745556
#745a55

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

#74555c
#5c7455
#555c74

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

#74555c
#6b7455
#55746d
#5d5574

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

#74555c
#55746d
#556b74
#745e55

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

#74555c Color Code Preview on Black Background Color

This is how #74555c Color will look on black background color. Color contrast ratio is 3.20

#74555c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#74555c color code is use for CSS Background Color

Background color for the above div is #74555c

HTML with inline CSS

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

#74555c color code is use for CSS Border Color

CSS Border color for the above div is #74555c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#74555c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#74555c Color code Preview on White Background

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

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

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.