crispedge.com

Color picker

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

#7c6c83 hex color - Violet - Warm color - Information

#7c6c83 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #7c6c83 Color code in RGB color code model is created after adding 48.63% red color, 42.35% green color and 51.37% blue color. Hex #7c6c83 Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 18% magenta, 0% yellow and 49% black.

Hex #7c6c83 color code is between #776688 web safe hex color code and #887777 web safe hex color code. #776688 is the nearest web safe color code. You can see here many more shades of #7c6c83 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7c6c83#7c6c83
RGB Decimal124, 108, 131rgb(124, 108, 131)
RGB Percent49%, 42%, 51%rgb(49%, 42%, 51%)
CSS RGBa124, 108, 131,1rgba(124,108,131,1)
CMYK Modelcmyk(5%,18%,0%,49%)
HSL Color Space282,10% ,47%hsl(282,10% ,47%)
HSV Color Space282°, 18%, 51%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011111000110110010000011
Octal174154203
Decimal124108131
Hex7c6c83

Different shades of #7c6c83 color code.

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

Light Shade of #7c6c83
#95869c
Dark Shade of #7c6c83
#625567
Saturated Shade of #7c6c83
#81608f
Desaturated Shade of #7c6c83
#777777
Grey scale Shade of #7c6c83
#777777
Brighten Shade
#95859c
Most Readable Shade
#FFFFFF

Shades of #7c6c83 color code

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

#7c6c83
#6e6074
#605465
#524857
#443c48
#37303a
#29242b
#1b181d
#0d0c0e
#000000

Similar Color like #7c6c83 color

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

#7d6d84
#7e6e85
#7f6f86
#807087
#817188
#827289
#83738a
#84748b
#85758c
#86768d
#87778e
#88788f
#897990
#8a7a91
#7b6b82
#7a6a81
#796980
#78687f
#77677e
#76667d
#75657c
#74647b
#73637a
#726279
#716178
#706077
#6f5f76
#6e5e75

Monochromatic Color with #7c6c83

#7c6c83
#a48fad
#ccb2d8
#030303
#2c262e
#544958

Tints of #7c6c83 Color

#7c6c83
#8a7c90
#998c9e
#a79dac
#b6adba
#c4bdc7
#d3ced5
#e1dee3
#f0eef1
#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

#7c6c83
#73836c

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

Split Complementary

#7c6c83
#7e836c
#6c8371

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

Analogous Color

#736c83
#776c83
#7c6c83
#816c83
#836c81

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

#7c6c83
#837c6c
#6c837c

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

#7c6c83
#83706c
#73836c
#6c7e83

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

#7c6c83
#73836c
#6c8371
#836c7e

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

#7c6c83 Color Code Preview on Black Background Color

This is how #7c6c83 Color will look on black background color. Color contrast ratio is 4.33

#7c6c83 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7c6c83

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7c6c83

#7c6c83 color code is use for CSS Background Color

Background color for the above div is #7c6c83

HTML with inline CSS

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

#7c6c83 color code is use for CSS Border Color

CSS Border color for the above div is #7c6c83

HTML with inline CSS

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

CSS Border Left color for the above div is #7c6c83

HTML with inline CSS

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

CSS Border Right color for the above div is #7c6c83

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7c6c83

HTML with inline CSS

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

CSS Border Top color for the above div is #7c6c83

HTML with inline CSS

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

#7c6c83 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7c6c83 Color code Preview on White Background

This is how #7c6c83 Color code will look on white background color. Color contrast ratio is 4.85

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

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.