COLOR #0077A6

HEX: #0077A6
RGB: (0,119,166)

Color info

#0077A6 contains only green and blue colors. Web safe color of #0077A6 is #006699 (or #069).

RGB color model

#0077A6 color RGB value is (0,119,166).

  • red value is 0;
  • green value is 119;
  • blue value is 166.
RGB:
(0,119,166)
(0%,47%,65%)

RGB channels and saturation

R 0 of 255 = 0%
G 119 of 255 = 47%
B 166 of 255 = 65%

0
119
166

R + G + B ~ 37%. #0077A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 119 + 166 = 285 (100%)
R 0 of 285 ~ 0%
G 119 of 285 ~ 41.75%
B 166 of 285 ~ 58.25%

%41.75
%58.25

CMYK color model

#0077A6 color CMYK value is (100,28,0,35).

  • cyan value is 100.00%
  • magenta value is 28.31%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(100,28,0,35)
C100M28Y0K35 
(100%,28%,0%,35%)
(1.00/0.28/0.00/0.35)	

CMYK percentages

%100
%28.31
%0
%34.9

Codes

Color #0077A6 in popluar color models

0077A6
RGB0119166
HSL197°100.00%32.55%
HSB/HSV197°100.00%65.10%
CMYK100.00%28.31%0.00%
34.90%

Color #0077A6 in popluar number systems.

HEX0077A6
Decimal0119166
Binary0111011110100110
Octal0167246

Shades and tints

Shades of #0077A6

#0077A6
(0,119,166)
#006D97
(0,109,151)
#006388
(0,99,136)
#005979
(0,89,121)
#004F6A
(0,79,106)
#00455B
(0,69,91)
#003B4C
(0,59,76)
#00313D
(0,49,61)
#00272E
(0,39,46)
#001D1F
(0,29,31)
#001310
(0,19,16)
#000000
(0,0,0)

Tints of #0077A6

#0077A6
(0,119,166)
#1783AE
(23,131,174)
#2E8FB6
(46,143,182)
#459BBE
(69,155,190)
#5CA7C6
(92,167,198)
#73B3CE
(115,179,206)
#8ABFD6
(138,191,214)
#A1CBDE
(161,203,222)
#B8D7E6
(184,215,230)
#CFE3EE
(207,227,238)
#E6EFF6
(230,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0077A6 color. Also use rgb(0,119,166) instead hex code.

Text Font Color

.myTextColor { color: #0077A6; }

<p style="color:#0077A6">This sample text font color is #0077A6.</p>

This text font color is #0077A6.


Background Color

.myBgColor { background-color: #0077A6; }

<div style="background-color:#0077A6">Inner text</div>

This div background color is #0077A6.


Border color

.myBorderColor { border: 1px solid #0077A6; }

<div style="border:3px solid #0077A6">Div</div>

This div border color is #0077A6.


Opacity

.myOpacity80 { color: #0077A6; opacity: 0.8; }

<p style="color:#0077A6;opacity:0.8;">80%</p>

Text with #0077A6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0077A6;}

<p style="text-shadow: 3px 3px 1px #0077A6">Text here.</p>

This text has shadow with #0077A6 color.

.textShadow {text-shadow: 3px 3px 1px #0077A6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0077A6, 5px 5px 20px red">Text here.</p>

This text has shadow with #0077A6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0077A6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0077A6, Direction=45, Strength=4)">Text</p>

This text has shadow with #0077A6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0077A6;
  -webkit-box-shadow:	1px 1px 3px 2px #0077A6;
  box-shadow:		1px 1px 3px 2px #0077A6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0077A6;
-webkit-box-shadow: 1px 1px 3px 2px #0077A6;
box-shadow:1px 1px 3px 2px #0077A6;">
Div content here</div>
This div box has shadow with color #0077A6.

Preview

Color preview on black background

This text has color #0077A6 on black background.


Color preview on white background

This text has color #0077A6 on white background.



Black color preview on #0077A6 background

This text has black color on #0077A6 background.


White color preview on #0077A6 background

This text has white color on #0077A6 background.