crispedge.com

Color picker

Loading...

#78838d hex color - Blue - Cool color - Information

#78838d hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #78838d Color code in RGB color code model is created after adding 47.06% red color, 51.37% green color and 55.29% blue color. Hex #78838d Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 7% magenta, 0% yellow and 45% black.

Hex #78838d color code is between #778888 web safe hex color code and #887799 web safe hex color code. #778888 is the nearest web safe color code. You can see here many more shades of #78838d color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code78838d#78838d
RGB Decimal120, 131, 141rgb(120, 131, 141)
RGB Percent47%, 51%, 55%rgb(47%, 51%, 55%)
CSS RGBa120, 131, 141,1rgba(120,131,141,1)
CMYK Modelcmyk(15%,7%,0%,45%)
HSL Color Space209,8% ,51%hsl(209,8% ,51%)
HSV Color Space209°, 15%, 55%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110001000001110001101
Octal170203215
Decimal120131141
Hex78838d

Different shades of #78838d color code.

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

Light Shade of #78838d
#949ca4
Dark Shade of #78838d
#606972
Saturated Shade of #78838d
#6c8499
Desaturated Shade of #78838d
#828282
Grey scale Shade of #78838d
#828282
Brighten Shade
#919ca6
Most Readable Shade
#FFFFFF

Shades of #78838d color code

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

#78838d
#6a747d
#5d656d
#50575e
#42484e
#353a3e
#282b2f
#1a1d1f
#0d0e0f
#000000

Similar Color like #78838d color

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

#79848e
#7a858f
#7b8690
#7c8791
#7d8892
#7e8993
#7f8a94
#808b95
#818c96
#828d97
#838e98
#848f99
#85909a
#86919b
#77828c
#76818b
#75808a
#747f89
#737e88
#727d87
#717c86
#707b85
#6f7a84
#6e7983
#6d7882
#6c7781
#6b7680
#6a757f

Monochromatic Color with #78838d

#78838d
#9caab7
#c0d2e2
#0b0d0d
#303438
#545b62

Tints of #78838d Color

#78838d
#879099
#969ea6
#a5acb3
#b4babf
#c3c7cc
#d2d5d9
#e1e3e5
#f0f1f2
#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

#78838d
#8d8278

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

Split Complementary

#78838d
#8d7878
#8d8d78

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

Analogous Color

#788b8d
#78878d
#78838d
#787f8d
#787b8d

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

#78838d
#8d7883
#838d78

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

#78838d
#8c788d
#8d8278
#788d78

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

#78838d
#8d8278
#8d8d78
#78788d

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 #78838d 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.

#78838d Color Code Preview on Black Background Color

This is how #78838d Color will look on black background color. Color contrast ratio is 5.43

#78838d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #78838d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #78838d

#78838d color code is use for CSS Background Color

Background color for the above div is #78838d

HTML with inline CSS

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

#78838d color code is use for CSS Border Color

CSS Border color for the above div is #78838d

HTML with inline CSS

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

CSS Border Left color for the above div is #78838d

HTML with inline CSS

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

CSS Border Right color for the above div is #78838d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #78838d

HTML with inline CSS

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

CSS Border Top color for the above div is #78838d

HTML with inline CSS

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

#78838d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#78838d Color code Preview on White Background

This is how #78838d Color code will look on white background color. Color contrast ratio is 3.87

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.