crispedge.com

Color picker

Loading...

#08779a hex color - Blue - Cool color - Information

#08779a hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #08779a Color code in RGB color code model is created after adding 3.14% red color, 46.67% green color and 60.39% blue color. Hex #08779a Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 23% magenta, 0% yellow and 40% black.

Hex #08779a color code is between #006699 web safe hex color code and #0088aa web safe hex color code. #006699 is the nearest web safe color code. You can see here many more shades of #08779a color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code08779a#08779a
RGB Decimal8, 119, 154rgb(8, 119, 154)
RGB Percent3%, 47%, 60%rgb(3%, 47%, 60%)
CSS RGBa8, 119, 154,1rgba(8,119,154,1)
CMYK Modelcmyk(95%,23%,0%,40%)
HSL Color Space194,90% ,32%hsl(194,90% ,32%)
HSV Color Space194°, 95%, 60%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010000111011110011010
Octal10167232
Decimal8119154
Hex08779a

Different shades of #08779a color code.

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

Light Shade of #08779a
#0b9cca
Dark Shade of #08779a
#055269
Saturated Shade of #08779a
#007ba2
Desaturated Shade of #08779a
#107392
Grey scale Shade of #08779a
#515151
Brighten Shade
#2190b3
Most Readable Shade
#FFFFFF

Shades of #08779a color code

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

#08779a
#076988
#065c77
#054f66
#044255
#033444
#022733
#011a22
#000d11
#000000

Similar Color like #08779a color

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

#09789b
#0a799c
#0b7a9d
#0c7b9e
#0d7c9f
#0e7da0
#0f7ea1
#107fa2
#1180a3
#1281a4
#1382a5
#1483a6
#1584a7
#1685a8
#077699
#067598
#057497
#047396
#037295
#027194
#017093
#006f92
#006e91
#006d90
#006c8f
#006b8e
#006a8d
#00698c

Monochromatic Color with #08779a

#08779a
#0a98c4
#0cb9ef
#01141a
#043545
#06566f

Tints of #08779a Color

#08779a
#2386a5
#3e95b0
#5aa4bb
#75b3c6
#91c2d2
#acd1dd
#c8e0e8
#e3eff3
#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

#08779a
#9a2b08

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

Split Complementary

#08779a
#9a082e
#9a7408

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

Analogous Color

#089a83
#08949a
#08779a
#085a9a
#083d9a

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

#08779a
#9a0877
#779a08

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

#08779a
#74089a
#9a2b08
#2e9a08

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

#08779a
#9a2b08
#9a7408
#082e9a

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 #08779a 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.

#08779a Color Code Preview on Black Background Color

This is how #08779a Color will look on black background color. Color contrast ratio is 4.12

#08779a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #08779a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #08779a

#08779a color code is use for CSS Background Color

Background color for the above div is #08779a

HTML with inline CSS

<div style="background-color:#08779a;"></div>

#08779a color code is use for CSS Border Color

CSS Border color for the above div is #08779a

HTML with inline CSS

<div style="border:5px solid #08779a;"></div>

CSS Border Left color for the above div is #08779a

HTML with inline CSS

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

CSS Border Right color for the above div is #08779a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #08779a

HTML with inline CSS

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

CSS Border Top color for the above div is #08779a

HTML with inline CSS

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

#08779a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#08779a Color code Preview on White Background

This is how #08779a Color code will look on white background color. Color contrast ratio is 5.10

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

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(8,119,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,43,8,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(8,119,154,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.