crispedge.com

Color picker

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

#777e78 hex color - Green - Cool color - Information

#777e78 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #777e78 Color code in RGB color code model is created after adding 46.67% red color, 49.41% green color and 47.06% blue color. Hex #777e78 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 5% yellow and 51% black.

Hex #777e78 color code is between #667777 web safe hex color code and #888888 web safe hex color code. #667777 is the nearest web safe color code. You can see here many more shades of #777e78 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code777e78#777e78
RGB Decimal119, 126, 120rgb(119, 126, 120)
RGB Percent47%, 49%, 47%rgb(47%, 49%, 47%)
CSS RGBa119, 126, 120,1rgba(119,126,120,1)
CMYK Modelcmyk(6%,0%,5%,51%)
HSL Color Space129,3% ,48%hsl(129,3% ,48%)
HSV Color Space129°, 6%, 49%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101110111111001111000
Octal167176170
Decimal119126120
Hex777e78

Different shades of #777e78 color code.

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

Light Shade of #777e78
#919792
Dark Shade of #777e78
#5e645f
Saturated Shade of #777e78
#6b8a6f
Desaturated Shade of #777e78
#7a7a7a
Grey scale Shade of #777e78
#7a7a7a
Brighten Shade
#909791
Most Readable Shade
#FFFFFF

Shades of #777e78 color code

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

#777e78
#69706a
#5c625d
#4f5450
#424642
#343835
#272a28
#1a1c1a
#0d0e0d
#000000

Similar Color like #777e78 color

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

#787f79
#79807a
#7a817b
#7b827c
#7c837d
#7d847e
#7e857f
#7f8680
#808781
#818882
#828983
#838a84
#848b85
#858c86
#767d77
#757c76
#747b75
#737a74
#727973
#717872
#707771
#6f7670
#6e756f
#6d746e
#6c736d
#6b726c
#6a716b
#69706a

Monochromatic Color with #777e78

#777e78
#9fa8a0
#c7d3c9
#effdf1
#272927
#4f5350

Tints of #777e78 Color

#777e78
#868c87
#959a96
#a4a9a5
#b3b7b4
#c2c5c3
#d1d4d2
#e0e2e1
#eff0f0
#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

#777e78
#7e777d

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

Split Complementary

#777e78
#7c777e
#7e777a

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

Analogous Color

#797e77
#777e77
#777e78
#777e79
#777e7b

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

#777e78
#78777e
#7e7877

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

#777e78
#77797e
#7e777d
#7e7b77

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

#777e78
#7e777d
#7e777a
#777e7c

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 #777e78 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.

#777e78 Color Code Preview on Black Background Color

This is how #777e78 Color will look on black background color. Color contrast ratio is 5.04

#777e78 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #777e78

HTML with inline CSS

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

Your Example Paragraph content text in with font color #777e78

#777e78 color code is use for CSS Background Color

Background color for the above div is #777e78

HTML with inline CSS

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

#777e78 color code is use for CSS Border Color

CSS Border color for the above div is #777e78

HTML with inline CSS

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

CSS Border Left color for the above div is #777e78

HTML with inline CSS

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

CSS Border Right color for the above div is #777e78

HTML with inline CSS

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

CSS Border Bottom color for the above div is #777e78

HTML with inline CSS

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

CSS Border Top color for the above div is #777e78

HTML with inline CSS

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

#777e78 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#777e78 Color code Preview on White Background

This is how #777e78 Color code will look on white background color. Color contrast ratio is 4.17

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

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.