@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#754c5e hex color - Violet - Warm color - Information

#754c5e hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #754c5e Color code in RGB color code model is created after adding 45.88% red color, 29.8% green color and 36.86% blue color. Hex #754c5e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 20% yellow and 54.12% black.

Hex #754c5e color code is between #774466 web safe hex color code and #665555 web safe hex color code. #774466 is the nearest web safe color code. You can see here many more shades of #754c5e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 754c5e #754c5e
RGB Decimal 117, 76, 94 rgb(117, 76, 94)
RGB Percent 46%, 30%, 37% rgb(46%, 30%, 37%)
CSS RGBa 117, 76, 94,1 rgba(117,76,94,1)
CMYK Model cmyk(0%,35%,20%,54.12%)
HSL Color Space 334,21% ,38% hsl(334,21% ,38%)
HSV Color Space 334°, 35%, 46%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01110101 01001100 01011110
Octal 165 114 136
Decimal 117 76 94
Hex 75 4c 5e

Different shades of #754c5e color code.

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

Light Shade of #754c5e
#946077
Dark Shade of #754c5e
#563845
Saturated Shade of #754c5e
#7f425d
Desaturated Shade of #754c5e
#6b565f
Grey scale Shade of #754c5e
#606060
Brighten Shade
#8e6577
Most Readable Shade
#FFFFFF

Shades of #754c5e color code

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

#754c5e
#684353
#5b3b49
#4e323e
#412a34
#342129
#27191f
#1a1014
#0d080a
#000000

Similar Color like #754c5e color

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

#764d5f
#774e60
#784f61
#795062
#7a5163
#7b5264
#7c5365
#7d5466
#7e5567
#7f5668
#805769
#81586a
#82596b
#835a6c
#744b5d
#734a5c
#72495b
#71485a
#704759
#6f4658
#6e4557
#6d4456
#6c4355
#6b4254
#6a4153
#694052
#683f51
#673e50

Monochromatic Color with #754c5e

#754c5e
#9f6880
#ca83a2
#f49fc4
#20151a
#4a303c

Tints of #754c5e Color

#754c5e
#845f6f
#937381
#a38793
#b29ba5
#c1afb7
#d1c3c9
#e0d7db
#efebed
#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

#754c5e
#4c7563

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

Split Complementary

#754c5e
#4c754e
#4c7375

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

Analogous Color

#754c6e
#754c66
#754c5e
#754c56
#754c4e

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

#754c5e
#5e754c
#4c5e75

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

#754c5e
#72754c
#4c7563
#4e4c75

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

#754c5e
#4c7563
#4c7375
#754e4c

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 #754c5e 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.

#754c5e Color Code Preview on Black Background Color

This is how #754c5e Color will look on black background color. Color contrast ratio is 2.95

#754c5e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #754c5e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #754c5e

#754c5e color code is use for CSS Background Color

Background color for the above div is #754c5e

HTML with inline CSS

<div style="background-color:#754c5e;"></div>

#754c5e color code is use for CSS Border Color

CSS Border color for the above div is #754c5e

HTML with inline CSS

<div style="border:5px solid #754c5e;"></div>

CSS Border Left color for the above div is #754c5e

HTML with inline CSS

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

CSS Border Right color for the above div is #754c5e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #754c5e

HTML with inline CSS

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

CSS Border Top color for the above div is #754c5e

HTML with inline CSS

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

#754c5e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#754c5e Color code Preview on White Background

This is how #754c5e Color code will look on white background color. Color contrast ratio is 7.11

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(117,76,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(76,117,99,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(117,76,94,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.