@
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.

#764e7c hex color - Violet - Warm color - Information

#764e7c hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #764e7c Color code in RGB color code model is created after adding 46.27% red color, 30.59% green color and 48.63% blue color. Hex #764e7c Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 37% magenta, 0% yellow and 51.37% black.

Hex #764e7c color code is between #775577 web safe hex color code and #664488 web safe hex color code. #775577 is the nearest web safe color code. You can see here many more shades of #764e7c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code764e7c#764e7c
RGB Decimal118, 78, 124rgb(118, 78, 124)
RGB Percent46%, 31%, 49%rgb(46%, 31%, 49%)
CSS RGBa118, 78, 124,1rgba(118,78,124,1)
CMYK Modelcmyk(5%,37%,0%,51.37%)
HSL Color Space292,23% ,40%hsl(292,23% ,40%)
HSV Color Space292°, 37%, 49%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101100100111001111100
Octal166116174
Decimal11878124
Hex764e7c

Different shades of #764e7c color code.

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

Light Shade of #764e7c
#94629b
Dark Shade of #764e7c
#583a5d
Saturated Shade of #764e7c
#7d4486
Desaturated Shade of #764e7c
#6f5872
Grey scale Shade of #764e7c
#656565
Brighten Shade
#8f6795
Most Readable Shade
#FFFFFF

Shades of #764e7c color code

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

#764e7c
#68456e
#5b3c60
#4e3452
#412b44
#342237
#271a29
#1a111b
#0d080d
#000000

Similar Color like #764e7c color

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

#774f7d
#78507e
#79517f
#7a5280
#7b5381
#7c5482
#7d5583
#7e5684
#7f5785
#805886
#815987
#825a88
#835b89
#845c8a
#754d7b
#744c7a
#734b79
#724a78
#714977
#704876
#6f4775
#6e4674
#6d4573
#6c4472
#6b4371
#6a4270
#69416f
#68406e

Monochromatic Color with #764e7c

#764e7c
#9e69a6
#c783d1
#ef9efb
#251927
#4e3351

Tints of #764e7c Color

#764e7c
#85618a
#947599
#a389a7
#b29cb6
#c2b0c4
#d1c4d3
#e0d7e1
#efebf0
#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

#764e7c
#547c4e

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

Split Complementary

#764e7c
#6b7c4e
#4e7c5f

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

Analogous Color

#644e7c
#6d4e7c
#764e7c
#7c4e79
#7c4e70

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

#764e7c
#7c764e
#4e7c76

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

#764e7c
#7c5f4e
#547c4e
#4e6b7c

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

#764e7c
#547c4e
#4e7c5f
#7c4e6b

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 #764e7c 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.

#764e7c Color Code Preview on Black Background Color

This is how #764e7c Color will look on black background color. Color contrast ratio is 3.15

#764e7c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #764e7c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #764e7c

#764e7c color code is use for CSS Background Color

Background color for the above div is #764e7c

HTML with inline CSS

<div style="background-color:#764e7c;"></div>

#764e7c color code is use for CSS Border Color

CSS Border color for the above div is #764e7c

HTML with inline CSS

<div style="border:5px solid #764e7c;"></div>

CSS Border Left color for the above div is #764e7c

HTML with inline CSS

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

CSS Border Right color for the above div is #764e7c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #764e7c

HTML with inline CSS

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

CSS Border Top color for the above div is #764e7c

HTML with inline CSS

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

#764e7c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#764e7c Color code Preview on White Background

This is how #764e7c Color code will look on white background color. Color contrast ratio is 6.66

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

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(118,78,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(84,124,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(118,78,124,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.