crispedge.com

Color picker

Loading...

#767782 hex color - Blue - Cool color - Information

#767782 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #767782 Color code in RGB color code model is created after adding 46.27% red color, 46.67% green color and 50.98% blue color. Hex #767782 Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 8% magenta, 0% yellow and 49% black.

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

0 Likes 0 Comments | 26 Views

RGB Chart

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

Color Table

Hex Color Code767782#767782
RGB Decimal118, 119, 130rgb(118, 119, 130)
RGB Percent46%, 47%, 51%rgb(46%, 47%, 51%)
CSS RGBa118, 119, 130,1rgba(118,119,130,1)
CMYK Modelcmyk(9%,8%,0%,49%)
HSL Color Space235,5% ,49%hsl(235,5% ,49%)
HSV Color Space235°, 9%, 51%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101100111011110000010
Octal166167202
Decimal118119130
Hex767782

Different shades of #767782 color code.

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

Light Shade of #767782
#90919b
Dark Shade of #767782
#5e5f67
Saturated Shade of #767782
#6a6d8e
Desaturated Shade of #767782
#7c7c7c
Grey scale Shade of #767782
#7c7c7c
Brighten Shade
#8f909b
Most Readable Shade
#FFFFFF

Shades of #767782 color code

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

#767782
#686973
#5b5c65
#4e4f56
#414248
#343439
#27272b
#1a1a1c
#0d0d0e
#000000

Similar Color like #767782 color

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

#777883
#787984
#797a85
#7a7b86
#7b7c87
#7c7d88
#7d7e89
#7e7f8a
#7f808b
#80818c
#81828d
#82838e
#83848f
#848590
#757681
#747580
#73747f
#72737e
#71727d
#70717c
#6f707b
#6e6f7a
#6d6e79
#6c6d78
#6b6c77
#6a6b76
#696a75
#686974

Monochromatic Color with #767782

#767782
#9d9eac
#c3c5d7
#020202
#29292d
#4f5057

Tints of #767782 Color

#767782
#85868f
#94959d
#a3a4ab
#b2b3b9
#c2c2c7
#d1d1d5
#e0e0e3
#efeff1
#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

#767782
#828176

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

Split Complementary

#767782
#827b76
#7d8276

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

Analogous Color

#767c82
#767982
#767782
#777682
#7a7682

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

#767782
#827677
#778276

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

#767782
#82767d
#828176
#76827b

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

#767782
#828176
#7d8276
#7b7682

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

#767782 Color Code Preview on Black Background Color

This is how #767782 Color will look on black background color. Color contrast ratio is 4.73

#767782 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #767782

HTML with inline CSS

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

Your Example Paragraph content text in with font color #767782

#767782 color code is use for CSS Background Color

Background color for the above div is #767782

HTML with inline CSS

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

#767782 color code is use for CSS Border Color

CSS Border color for the above div is #767782

HTML with inline CSS

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

CSS Border Left color for the above div is #767782

HTML with inline CSS

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

CSS Border Right color for the above div is #767782

HTML with inline CSS

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

CSS Border Bottom color for the above div is #767782

HTML with inline CSS

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

CSS Border Top color for the above div is #767782

HTML with inline CSS

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

#767782 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#767782 Color code Preview on White Background

This is how #767782 Color code will look on white background color. Color contrast ratio is 4.44

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

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(118,119,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(130,129,118,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(118,119,130,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 26 Views

Post your comment:-

By submitting comment you agree to our privacy policy.