crispedge.com

Color picker

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

#78929b hex color - Grey - Cool color - Information

#78929b hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #78929b Color code in RGB color code model is created after adding 47.06% red color, 57.25% green color and 60.78% blue color. Hex #78929b Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 6% magenta, 0% yellow and 39% black.

Hex #78929b color code is between #779999 web safe hex color code and #8888aa web safe hex color code. #779999 is the nearest web safe color code. You can see here many more shades of #78929b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code78929b#78929b
RGB Decimal120, 146, 155rgb(120, 146, 155)
RGB Percent47%, 57%, 61%rgb(47%, 57%, 61%)
CSS RGBa120, 146, 155,1rgba(120,146,155,1)
CMYK Modelcmyk(23%,6%,0%,39%)
HSL Color Space195,15% ,54%hsl(195,15% ,54%)
HSV Color Space195°, 23%, 61%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110001001001010011011
Octal170222233
Decimal120146155
Hex78929b

Different shades of #78929b color code.

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

Light Shade of #78929b
#95aab1
Dark Shade of #78929b
#5f7881
Saturated Shade of #78929b
#6c98a7
Desaturated Shade of #78929b
#848c8f
Grey scale Shade of #78929b
#898989
Brighten Shade
#91abb4
Most Readable Shade
#000000

Shades of #78929b color code

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

#78929b
#6a8189
#5d7178
#506167
#425156
#354044
#283033
#1a2022
#0d1011
#000000

Similar Color like #78929b color

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

#79939c
#7a949d
#7b959e
#7c969f
#7d97a0
#7e98a1
#7f99a2
#809aa3
#819ba4
#829ca5
#839da6
#849ea7
#859fa8
#86a0a9
#77919a
#769099
#758f98
#748e97
#738d96
#728c95
#718b94
#708a93
#6f8992
#6e8891
#6d8790
#6c868f
#6b858e
#6a848d

Monochromatic Color with #78929b

#78929b
#99bac5
#bae2f0
#151a1b
#364246
#576a70

Tints of #78929b Color

#78929b
#879ea6
#96aab1
#a5b6bc
#b4c2c7
#c3ced2
#d2dadd
#e1e6e8
#f0f2f3
#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

#78929b
#9b8178

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

Split Complementary

#78929b
#9b7881
#9b9378

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

Analogous Color

#789b96
#78999b
#78929b
#788b9b
#78849b

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

#78929b
#9b7892
#929b78

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

#78929b
#92789b
#9b8178
#809b78

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

#78929b
#9b8178
#9b9378
#78819b

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 #78929b 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.

#78929b Color Code Preview on Black Background Color

This is how #78929b Color will look on black background color. Color contrast ratio is 6.38

#78929b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #78929b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #78929b

#78929b color code is use for CSS Background Color

Background color for the above div is #78929b

HTML with inline CSS

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

#78929b color code is use for CSS Border Color

CSS Border color for the above div is #78929b

HTML with inline CSS

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

CSS Border Left color for the above div is #78929b

HTML with inline CSS

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

CSS Border Right color for the above div is #78929b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #78929b

HTML with inline CSS

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

CSS Border Top color for the above div is #78929b

HTML with inline CSS

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

#78929b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#78929b Color code Preview on White Background

This is how #78929b Color code will look on white background color. Color contrast ratio is 3.29

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.