crispedge.com

Color picker

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

#7676db hex color - Violet - Cool color - Information

#7676db hex color - Violet - Cool color

Color Hue/Base color: Violet

Hex #7676db Color code in RGB color code model is created after adding 46.27% red color, 46.27% green color and 85.88% blue color. Hex #7676db Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 46% magenta, 0% yellow and 14% black.

Hex #7676db color code is between #7777dd web safe hex color code and #6666cc web safe hex color code. #7777dd is the nearest web safe color code. You can see here many more shades of #7676db color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code7676db#7676db
RGB Decimal118, 118, 219rgb(118, 118, 219)
RGB Percent46%, 46%, 86%rgb(46%, 46%, 86%)
CSS RGBa118, 118, 219,1rgba(118,118,219,1)
CMYK Modelcmyk(46%,46%,0%,14%)
HSL Color Space240,58% ,66%hsl(240,58% ,66%)
HSV Color Space240°, 46%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101100111011011011011
Octal166166333
Decimal118118219
Hex7676db

Different shades of #7676db color code.

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

Light Shade of #7676db
#9e9ee6
Dark Shade of #7676db
#4e4ed0
Saturated Shade of #7676db
#6d6de4
Desaturated Shade of #7676db
#7f7fd2
Grey scale Shade of #7676db
#a8a8a8
Brighten Shade
#8f8ff4
Most Readable Shade
#FFFFFF

Shades of #7676db color code

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

#7676db
#6868c2
#5b5baa
#4e4e92
#414179
#343461
#272749
#1a1a30
#0d0d18
#000000

Similar Color like #7676db color

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

#7777dc
#7878dd
#7979de
#7a7adf
#7b7be0
#7c7ce1
#7d7de2
#7e7ee3
#7f7fe4
#8080e5
#8181e6
#8282e7
#8383e8
#8484e9
#7575da
#7474d9
#7373d8
#7272d7
#7171d6
#7070d5
#6f6fd4
#6e6ed3
#6d6dd2
#6c6cd1
#6b6bd0
#6a6acf
#6969ce
#6868cd

Monochromatic Color with #7676db

#7676db
#030306
#1a1a31
#31315b
#484886
#5f5fb0

Tints of #7676db Color

#7676db
#8585df
#9494e3
#a3a3e7
#b2b2eb
#c2c2ef
#d1d1f3
#e0e0f7
#efeffb
#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

#7676db
#dbdb76

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

Split Complementary

#7676db
#dba976
#a9db76

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

Analogous Color

#769edb
#768adb
#7676db
#8a76db
#9e76db

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

#7676db
#db7676
#76db76

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

#7676db
#db76a8
#dbdb76
#76dba8

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

#7676db
#dbdb76
#a9db76
#a976db

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 #7676db 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.

#7676db Color Code Preview on Black Background Color

This is how #7676db Color will look on black background color. Color contrast ratio is 5.38

#7676db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7676db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7676db

#7676db color code is use for CSS Background Color

Background color for the above div is #7676db

HTML with inline CSS

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

#7676db color code is use for CSS Border Color

CSS Border color for the above div is #7676db

HTML with inline CSS

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

CSS Border Left color for the above div is #7676db

HTML with inline CSS

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

CSS Border Right color for the above div is #7676db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7676db

HTML with inline CSS

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

CSS Border Top color for the above div is #7676db

HTML with inline CSS

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

#7676db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7676db Color code Preview on White Background

This is how #7676db Color code will look on white background color. Color contrast ratio is 3.90

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.