crispedge.com

Color picker

Loading...

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

#78566e hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #78566e Color code in RGB color code model is created after adding 47.06% red color, 33.73% green color and 43.14% blue color. Hex #78566e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 8% yellow and 53% black.

Hex #78566e color code is between #775566 web safe hex color code and #886677 web safe hex color code. #775566 is the nearest web safe color code. You can see here many more shades of #78566e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code78566e#78566e
RGB Decimal120, 86, 110rgb(120, 86, 110)
RGB Percent47%, 34%, 43%rgb(47%, 34%, 43%)
CSS RGBa120, 86, 110,1rgba(120,86,110,1)
CMYK Modelcmyk(0%,28%,8%,53%)
HSL Color Space318,17% ,40%hsl(318,17% ,40%)
HSV Color Space318°, 28%, 47%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011110000101011001101110
Octal170126156
Decimal12086110
Hex78566e

Different shades of #78566e color code.

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

Light Shade of #78566e
#956c89
Dark Shade of #78566e
#5a4153
Saturated Shade of #78566e
#824c72
Desaturated Shade of #78566e
#6e606a
Grey scale Shade of #78566e
#676767
Brighten Shade
#916f87
Most Readable Shade
#FFFFFF

Shades of #78566e color code

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

#78566e
#6a4c61
#5d4255
#503949
#422f3d
#352630
#281c24
#1a1318
#0d090c
#000000

Similar Color like #78566e color

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

#79576f
#7a5870
#7b5971
#7c5a72
#7d5b73
#7e5c74
#7f5d75
#805e76
#815f77
#826078
#836179
#84627a
#85637b
#86647c
#77556d
#76546c
#75536b
#74526a
#735169
#725068
#714f67
#704e66
#6f4d65
#6e4c64
#6d4b63
#6c4a62
#6b4961
#6a4860

Monochromatic Color with #78566e

#78566e
#a27495
#cd93bc
#f7b1e3
#231920
#4d3847

Tints of #78566e Color

#78566e
#87687e
#967b8e
#a58e9e
#b4a1ae
#c3b3be
#d2c6ce
#e1d9de
#f0ecee
#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

#78566e
#567860

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

Split Complementary

#78566e
#5d7856
#567871

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

Analogous Color

#745678
#785675
#78566e
#785667
#785660

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

#78566e
#6e7856
#566e78

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

#78566e
#787156
#567860
#565d78

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

#78566e
#567860
#567871
#78565d

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

#78566e Color Code Preview on Black Background Color

This is how #78566e Color will look on black background color. Color contrast ratio is 3.35

#78566e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#78566e color code is use for CSS Background Color

Background color for the above div is #78566e

HTML with inline CSS

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

#78566e color code is use for CSS Border Color

CSS Border color for the above div is #78566e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#78566e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#78566e Color code Preview on White Background

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

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

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(120,86,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(86,120,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(120,86,110,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.