COLOR #0777A3

HEX: #0777A3
RGB: (7,119,163)

Color info

#0777A3 contains mainly green and blue colors. Web safe color of #0777A3 is #006699 (or #069).

RGB color model

#0777A3 color RGB value is (7,119,163).

  • red value is 7;
  • green value is 119;
  • blue value is 163.
RGB:
(7,119,163)
(3%,47%,64%)

RGB channels and saturation

R 7 of 255 = 3%
G 119 of 255 = 47%
B 163 of 255 = 64%

7
119
163

R + G + B ~ 38%. #0777A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 119 + 163 = 289 (100%)
R 7 of 289 ~ 2.42%
G 119 of 289 ~ 41.18%
B 163 of 289 ~ 56.4%

%41.18
%56.4

CMYK color model

#0777A3 color CMYK value is (96,27,0,36).

  • cyan value is 95.71%
  • magenta value is 26.99%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(96,27,0,36)
C96M27Y0K36 
(96%,27%,0%,36%)
(0.96/0.27/0.00/0.36)	

CMYK percentages

%95.71
%26.99
%0
%36.08

Codes

Color #0777A3 in popluar color models

0777A3
RGB7119163
HSL197°91.76%33.33%
HSB/HSV197°95.71%63.92%
CMYK95.71%26.99%0.00%
36.08%

Color #0777A3 in popluar number systems.

HEX0777A3
Decimal7119163
Binary111111011110100011
Octal7167243

Shades and tints

Shades of #0777A3

#0777A3
(7,119,163)
#076D95
(7,109,149)
#076387
(7,99,135)
#075979
(7,89,121)
#074F6B
(7,79,107)
#07455D
(7,69,93)
#073B4F
(7,59,79)
#073141
(7,49,65)
#072733
(7,39,51)
#071D25
(7,29,37)
#071317
(7,19,23)
#000000
(0,0,0)

Tints of #0777A3

#0777A3
(7,119,163)
#1D83AB
(29,131,171)
#338FB3
(51,143,179)
#499BBB
(73,155,187)
#5FA7C3
(95,167,195)
#75B3CB
(117,179,203)
#8BBFD3
(139,191,211)
#A1CBDB
(161,203,219)
#B7D7E3
(183,215,227)
#CDE3EB
(205,227,235)
#E3EFF3
(227,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0777A3 color. Also use rgb(7,119,163) instead hex code.

Text Font Color

.myTextColor { color: #0777A3; }

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

This text font color is #0777A3.


Background Color

.myBgColor { background-color: #0777A3; }

<div style="background-color:#0777A3">Inner text</div>

This div background color is #0777A3.


Border color

.myBorderColor { border: 1px solid #0777A3; }

<div style="border:3px solid #0777A3">Div</div>

This div border color is #0777A3.


Opacity

.myOpacity80 { color: #0777A3; opacity: 0.8; }

<p style="color:#0777A3;opacity:0.8;">80%</p>

Text with #0777A3 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 #0777A3;}

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

This text has shadow with #0777A3 color.

.textShadow {text-shadow: 3px 3px 1px #0777A3, 3px 3px 1px red;}

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

This text has shadow with #0777A3 primary color and red secondary color.


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

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

This text has shadow with #0777A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0777A3 on black background.


Color preview on white background

This text has color #0777A3 on white background.



Black color preview on #0777A3 background

This text has black color on #0777A3 background.


White color preview on #0777A3 background

This text has white color on #0777A3 background.