Skip to main content Skip to docs navigation

#77607d hex color | Download Dark Violet BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Montana Grape and its hex is #76627C Nearest Color Name

Color Hue/Base color: Violet

Hex #77607d Color code in RGB color code model is created after adding 46.67% red color, 37.65% green color and 49.02% blue color. Hex #77607d Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 23% magenta, 0% yellow and 50.98% black.

Hex #77607d color code is between #666677 web safe hex color code and #885588 web safe hex color code. #666677 is the nearest web safe color code. You can see here many more shades of #77607d color code.

RGB Chart

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

Color Table

Hex Color Code 77607d #77607d
RGB Decimal 119, 96, 125 119, 96, 125
RGB Percent 47%, 38%, 49% rgb(47%, 38%, 49%)
CSS RGBa 119, 96, 125,1 rgba(119,96,125,1)
CMYK Model cmyk(5%,23%,0%,50.98%)
HSL Color Space 288,13% ,43% hsl(288,13% ,43%)
HSV Color Space 288°, 23%, 49%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01110111 01100000 01111101
Octal 167 140 175
Decimal 119 96 125
Hex 77 60 7d

Different shades of #77607d color code.

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

Darkest of #77607d
#251e26
Darker of #77607d
#403443
Dark of #77607d
#5c4a60
Base of #77607d
#77607d
Light of #77607d
#917898
Lighter
#a995ae
Lightest
#c0b2c4

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

#77607d
#667d60

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

Split Complementary

#77607d
#747d60
#607d68

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

Analogous Color

#66607d
#6b607d
#77607d
#7d6079
#7d606d

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

#77607d
#607d77
#7d7760

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

#77607d
#7d7760
#667d60
#60667d

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#77607d
#7d6860
#667d60
#60747d

Square 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).

Monochromatic Color with #77607d

#09070a
#251e26
#403443
#5c4a60
#77607d
#917898
#a995ae
#c0b2c4
#d8cfda

Tints of #77607d Color

#77607d
#86718b
#958399
#a495a8
#b3a6b6
#c2b8c5
#d1cad3
#e0dbe2
#efedf0
#ffffff

Shades of #77607d color code

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

#77607d
#69556f
#5c4a61
#4f4053
#423545
#342a37
#272029
#1a151b
#0d0a0d
#000000

Tones

#77607d
#6e6e6e
#6e6e6e
#6e6e6e
#6e6e6e

Tones

Similar Color like #77607d color

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

#78617e
#79627f
#7a6380
#7b6481
#7c6582
#7d6683
#7e6784
#7f6885
#806986
#816a87
#826b88
#836c89
#846d8a
#856e8b
#765f7c
#755e7b
#745d7a
#735c79
#725b78
#715a77
#705976
#6f5875
#6e5774
#6d5673
#6c5572
#6b5471
#6a5370
#69526f

Download this Dark Violet

Hex #77607d 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.

#77607d Color Code Preview on Black Background Color

This is how #77607d Color will look on black background color. Color contrast ratio is 3.75

#77607d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #77607d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #77607d

#77607d color code is use for CSS Background Color

Background color for the above div is #77607d

HTML with inline CSS

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

#77607d color code is use for CSS Border Color

CSS Border color for the above div is #77607d

HTML with inline CSS

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

CSS Border Left color for the above div is #77607d

HTML with inline CSS

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

CSS Border Right color for the above div is #77607d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #77607d

HTML with inline CSS

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

CSS Border Top color for the above div is #77607d

HTML with inline CSS

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

#77607d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#77607d Color code Preview on White Background

This is how #77607d Color code will look on white background color. Color contrast ratio is 5.59

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(119,96,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(102,125,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(119,96,125,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }