crispedge.com

Color picker

Loading...

#767e82 hex color - Blue - Cool color - Information

#767e82 hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code767e82#767e82
RGB Decimal118, 126, 130rgb(118, 126, 130)
RGB Percent46%, 49%, 51%rgb(46%, 49%, 51%)
CSS RGBa118, 126, 130,1rgba(118,126,130,1)
CMYK Modelcmyk(9%,3%,0%,49%)
HSL Color Space200,5% ,49%hsl(200,5% ,49%)
HSV Color Space200°, 9%, 51%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101100111111010000010
Octal166176202
Decimal118126130
Hex767e82

Different shades of #767e82 color code.

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

Light Shade of #767e82
#90979b
Dark Shade of #767e82
#5e6467
Saturated Shade of #767e82
#6a828e
Desaturated Shade of #767e82
#7c7c7c
Grey scale Shade of #767e82
#7c7c7c
Brighten Shade
#8f979b
Most Readable Shade
#FFFFFF

Shades of #767e82 color code

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

#767e82
#687073
#5b6265
#4e5456
#414648
#343839
#272a2b
#1a1c1c
#0d0e0e
#000000

Similar Color like #767e82 color

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

#777f83
#788084
#798185
#7a8286
#7b8387
#7c8488
#7d8589
#7e868a
#7f878b
#80888c
#81898d
#828a8e
#838b8f
#848c90
#757d81
#747c80
#737b7f
#727a7e
#71797d
#70787c
#6f777b
#6e767a
#6d7579
#6c7478
#6b7377
#6a7276
#697175
#687074

Monochromatic Color with #767e82

#767e82
#9da7ac
#c3d0d7
#020202
#292c2d
#4f5557

Tints of #767e82 Color

#767e82
#858c8f
#949a9d
#a3a9ab
#b2b7b9
#c2c5c7
#d1d4d5
#e0e2e3
#eff0f1
#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

#767e82
#827a76

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

Split Complementary

#767e82
#827678
#828076

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

Analogous Color

#768281
#768082
#767e82
#767c82
#767982

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

#767e82
#82767e
#7e8276

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

#767e82
#807682
#827a76
#788276

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

#767e82
#827a76
#828076
#767882

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 #767e82 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.

#767e82 Color Code Preview on Black Background Color

This is how #767e82 Color will look on black background color. Color contrast ratio is 5.08

#767e82 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #767e82

HTML with inline CSS

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

Your Example Paragraph content text in with font color #767e82

#767e82 color code is use for CSS Background Color

Background color for the above div is #767e82

HTML with inline CSS

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

#767e82 color code is use for CSS Border Color

CSS Border color for the above div is #767e82

HTML with inline CSS

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

CSS Border Left color for the above div is #767e82

HTML with inline CSS

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

CSS Border Right color for the above div is #767e82

HTML with inline CSS

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

CSS Border Bottom color for the above div is #767e82

HTML with inline CSS

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

CSS Border Top color for the above div is #767e82

HTML with inline CSS

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

#767e82 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#767e82 Color code Preview on White Background

This is how #767e82 Color code will look on white background color. Color contrast ratio is 4.14

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.