COLOR #06777A

HEX: #06777A
RGB: (6,119,122)

Color info

#06777A contains mainly green and blue colors. Web safe color of #06777A is #006666 (or #066).

RGB color model

#06777A color RGB value is (6,119,122).

  • red value is 6;
  • green value is 119;
  • blue value is 122.
RGB:
(6,119,122)
(2%,47%,48%)

RGB channels and saturation

R 6 of 255 = 2%
G 119 of 255 = 47%
B 122 of 255 = 48%

6
119
122

R + G + B ~ 32%. #06777A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 119 + 122 = 247 (100%)
R 6 of 247 ~ 2.43%
G 119 of 247 ~ 48.18%
B 122 of 247 ~ 49.39%

%48.18
%49.39

CMYK color model

#06777A color CMYK value is (95,2,0,52).

  • cyan value is 95.08%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(95,2,0,52)
C95M2Y0K52 
(95%,2%,0%,52%)
(0.95/0.02/0.00/0.52)	

CMYK percentages

%95.08
%2.46
%0
%52.16

Codes

Color #06777A in popluar color models

06777A
RGB6119122
HSL182°90.63%25.10%
HSB/HSV182°95.08%47.84%
CMYK95.08%2.46%0.00%
52.16%

Color #06777A in popluar number systems.

HEX06777A
Decimal6119122
Binary11011101111111010
Octal6167172

Shades and tints

Shades of #06777A

#06777A
(6,119,122)
#066D6F
(6,109,111)
#066364
(6,99,100)
#065959
(6,89,89)
#064F4E
(6,79,78)
#064543
(6,69,67)
#063B38
(6,59,56)
#06312D
(6,49,45)
#062722
(6,39,34)
#061D17
(6,29,23)
#06130C
(6,19,12)
#000000
(0,0,0)

Tints of #06777A

#06777A
(6,119,122)
#1C8386
(28,131,134)
#328F92
(50,143,146)
#489B9E
(72,155,158)
#5EA7AA
(94,167,170)
#74B3B6
(116,179,182)
#8ABFC2
(138,191,194)
#A0CBCE
(160,203,206)
#B6D7DA
(182,215,218)
#CCE3E6
(204,227,230)
#E2EFF2
(226,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06777A color. Also use rgb(6,119,122) instead hex code.

Text Font Color

.myTextColor { color: #06777A; }

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

This text font color is #06777A.


Background Color

.myBgColor { background-color: #06777A; }

<div style="background-color:#06777A">Inner text</div>

This div background color is #06777A.


Border color

.myBorderColor { border: 1px solid #06777A; }

<div style="border:3px solid #06777A">Div</div>

This div border color is #06777A.


Opacity

.myOpacity80 { color: #06777A; opacity: 0.8; }

<p style="color:#06777A;opacity:0.8;">80%</p>

Text with #06777A 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 #06777A;}

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

This text has shadow with #06777A color.

.textShadow {text-shadow: 3px 3px 1px #06777A, 3px 3px 1px red;}

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

This text has shadow with #06777A primary color and red secondary color.


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

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

This text has shadow with #06777A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06777A on black background.


Color preview on white background

This text has color #06777A on white background.



Black color preview on #06777A background

This text has black color on #06777A background.


White color preview on #06777A background

This text has white color on #06777A background.