crispedge.com

Color picker

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

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

#787e82 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 25 Views

Color Table

Hex Color Code787e82#787e82
RGB Decimal120, 126, 130rgb(120, 126, 130)
RGB Percent47%, 49%, 51%rgb(47%, 49%, 51%)
CSS RGBa120, 126, 130,1rgba(120,126,130,1)
CMYK Modelcmyk(8%,3%,0%,49%)
HSL Color Space204,4% ,49%hsl(204,4% ,49%)
HSV Color Space204°, 8%, 51%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110000111111010000010
Octal170176202
Decimal120126130
Hex787e82

Different shades of #787e82 color code.

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

Light Shade of #787e82
#92979b
Dark Shade of #787e82
#606467
Saturated Shade of #787e82
#6b808e
Desaturated Shade of #787e82
#7d7d7d
Grey scale Shade of #787e82
#7d7d7d
Brighten Shade
#91979b
Most Readable Shade
#FFFFFF

Shades of #787e82 color code

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

#787e82
#6a7073
#5d6265
#505456
#424648
#353839
#282a2b
#1a1c1c
#0d0e0e
#000000

Similar Color like #787e82 color

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

#797f83
#7a8084
#7b8185
#7c8286
#7d8387
#7e8488
#7f8589
#80868a
#81878b
#82888c
#83898d
#848a8e
#858b8f
#868c90
#777d81
#767c80
#757b7f
#747a7e
#73797d
#72787c
#71777b
#70767a
#6f7579
#6e7478
#6d7377
#6c7276
#6b7175
#6a7074

Monochromatic Color with #787e82

#787e82
#9fa7ac
#c6d0d7
#020202
#2a2c2d
#515557

Tints of #787e82 Color

#787e82
#878c8f
#969a9d
#a5a9ab
#b4b7b9
#c3c5c7
#d2d4d5
#e1e2e3
#f0f0f1
#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

#787e82
#827c78

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

Split Complementary

#787e82
#827879
#828178

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

Analogous Color

#788282
#788082
#787e82
#787c82
#787a82

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

#787e82
#82787e
#7e8278

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

#787e82
#817882
#827c78
#798278

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

#787e82
#827c78
#828178
#787982

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

#787e82 Color Code Preview on Black Background Color

This is how #787e82 Color will look on black background color. Color contrast ratio is 5.11

#787e82 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#787e82 color code is use for CSS Background Color

Background color for the above div is #787e82

HTML with inline CSS

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

#787e82 color code is use for CSS Border Color

CSS Border color for the above div is #787e82

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#787e82 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#787e82 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 25 Views

Post your comment:-

By submitting comment you agree to our privacy policy.