crispedge.com

Color picker

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

#76476e hex color - Violet - Warm color - Information

#76476e hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #76476e Color code in RGB color code model is created after adding 46.27% red color, 27.84% green color and 43.14% blue color. Hex #76476e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 7% yellow and 54% black.

Hex #76476e color code is between #774466 web safe hex color code and #665577 web safe hex color code. #774466 is the nearest web safe color code. You can see here many more shades of #76476e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code76476e#76476e
RGB Decimal118, 71, 110rgb(118, 71, 110)
RGB Percent46%, 28%, 43%rgb(46%, 28%, 43%)
CSS RGBa118, 71, 110,1rgba(118,71,110,1)
CMYK Modelcmyk(0%,40%,7%,54%)
HSL Color Space310,25% ,37%hsl(310,25% ,37%)
HSV Color Space310°, 40%, 46%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101100100011101101110
Octal166107156
Decimal11871110
Hex76476e

Different shades of #76476e color code.

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

Light Shade of #76476e
#965a8c
Dark Shade of #76476e
#563450
Saturated Shade of #76476e
#7f3e74
Desaturated Shade of #76476e
#6d5068
Grey scale Shade of #76476e
#5e5e5e
Brighten Shade
#8f6087
Most Readable Shade
#FFFFFF

Shades of #76476e color code

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

#76476e
#683f61
#5b3755
#4e2f49
#41273d
#341f30
#271724
#1a0f18
#0d070c
#000000

Similar Color like #76476e color

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

#77486f
#784970
#794a71
#7a4b72
#7b4c73
#7c4d74
#7d4e75
#7e4f76
#7f5077
#805178
#815279
#82537a
#83547b
#84557c
#75466d
#74456c
#73446b
#72436a
#714269
#704168
#6f4067
#6e3f66
#6d3e65
#6c3d64
#6b3c63
#6a3b62
#693a61
#683960

Monochromatic Color with #76476e

#76476e
#a06196
#cb7abd
#f594e5
#21141f
#4b2d46

Tints of #76476e Color

#76476e
#855b7e
#946f8e
#a3849e
#b298ae
#c2adbe
#d1c1ce
#e0d6de
#efeaee
#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

#76476e
#47764f

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

Split Complementary

#76476e
#567647
#477667

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

Analogous Color

#6b4776
#754776
#76476e
#764765
#76475b

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

#76476e
#6e7647
#476e76

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

#76476e
#766647
#47764f
#475676

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

#76476e
#47764f
#477667
#764756

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

#76476e Color Code Preview on Black Background Color

This is how #76476e Color will look on black background color. Color contrast ratio is 2.90

#76476e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#76476e color code is use for CSS Background Color

Background color for the above div is #76476e

HTML with inline CSS

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

#76476e color code is use for CSS Border Color

CSS Border color for the above div is #76476e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#76476e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#76476e Color code Preview on White Background

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

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

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.