crispedge.com

Color picker

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

#764663 hex color - Scintillating Violet - Violet - Warm color - Information

#764663 hex color - Scintillating Violet - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #764663 Color Code is also known as Scintillating Violet color.

Hex #764663 Color code in RGB color code model is created after adding 46.27% red color, 27.45% green color and 38.82% blue color. Hex #764663 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 16% yellow and 54% black.

Hex #764663 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 #764663 color code.

0 Likes 0 Comments | 37 Views

Color Table

Hex Color Code764663#764663
RGB Decimal118, 70, 99rgb(118, 70, 99)
RGB Percent46%, 27%, 39%rgb(46%, 27%, 39%)
CSS RGBa118, 70, 99,1rgba(118,70,99,1)
CMYK Modelcmyk(0%,41%,16%,54%)
HSL Color Space324,26% ,37%hsl(324,26% ,37%)
HSV Color Space324°, 41%, 46%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101100100011001100011
Octal166106143
Decimal1187099
Hex764663

Different shades of #764663 color code.

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

Light Shade of #764663
#96597e
Dark Shade of #764663
#563348
Saturated Shade of #764663
#7f3d65
Desaturated Shade of #764663
#6d4f61
Grey scale Shade of #764663
#5e5e5e
Brighten Shade
#8f5f7c
Most Readable Shade
#FFFFFF

Shades of #764663 color code

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

#764663
#683e58
#5b364d
#4e2e42
#412637
#341f2c
#271721
#1a0f16
#0d070b
#000000

Similar Color like #764663 color

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

#774764
#784865
#794966
#7a4a67
#7b4b68
#7c4c69
#7d4d6a
#7e4e6b
#7f4f6c
#80506d
#81516e
#82526f
#835370
#845471
#754562
#744461
#734360
#72425f
#71415e
#70405d
#6f3f5c
#6e3e5b
#6d3d5a
#6c3c59
#6b3b58
#6a3a57
#693956
#683855

Monochromatic Color with #764663

#764663
#a05f87
#cb78aa
#f592ce
#21141c
#4b2d3f

Tints of #764663 Color

#764663
#855a74
#946f85
#a38397
#b298a8
#c2acb9
#d1c1cb
#e0d5dc
#efeaed
#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

#764663
#467659

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

Split Complementary

#764663
#4b7646
#467671

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

Analogous Color

#764676
#76466d
#764663
#764659
#764650

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

#764663
#637646
#466376

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

#764663
#767146
#467659
#464b76

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

#764663
#467659
#467671
#76464b

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 #764663 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.

#764663 Color Code Preview on Black Background Color

This is how #764663 Color will look on black background color. Color contrast ratio is 2.83

#764663 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #764663

HTML with inline CSS

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

Your Example Paragraph content text in with font color #764663

#764663 color code is use for CSS Background Color

Background color for the above div is #764663

HTML with inline CSS

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

#764663 color code is use for CSS Border Color

CSS Border color for the above div is #764663

HTML with inline CSS

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

CSS Border Left color for the above div is #764663

HTML with inline CSS

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

CSS Border Right color for the above div is #764663

HTML with inline CSS

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

CSS Border Bottom color for the above div is #764663

HTML with inline CSS

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

CSS Border Top color for the above div is #764663

HTML with inline CSS

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

#764663 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#764663 Color code Preview on White Background

This is how #764663 Color code will look on white background color. Color contrast ratio is 7.43

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

Related Gradients

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

0 Likes 0 Comments | 37 Views

Post your comment:-

By submitting comment you agree to our privacy policy.