COLOR #077477

HEX: #077477
RGB: (7,116,119)

Color info

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

RGB color model

#077477 color RGB value is (7,116,119).

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

RGB channels and saturation

R 7 of 255 = 3%
G 116 of 255 = 45%
B 119 of 255 = 47%

7
116
119

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

Portions of RGB colors in percentages

R + G + B =
7 + 116 + 119 = 242 (100%)
R 7 of 242 ~ 2.89%
G 116 of 242 ~ 47.93%
B 119 of 242 ~ 49.17%

%47.93
%49.17

CMYK color model

#077477 color CMYK value is (94,3,0,53).

  • cyan value is 94.12%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(94,3,0,53)
C94M3Y0K53 
(94%,3%,0%,53%)
(0.94/0.03/0.00/0.53)	

CMYK percentages

%94.12
%2.52
%0
%53.33

Codes

Color #077477 in popluar color models

077477
RGB7116119
HSL182°88.89%24.71%
HSB/HSV182°94.12%46.67%
CMYK94.12%2.52%0.00%
53.33%

Color #077477 in popluar number systems.

HEX077477
Decimal7116119
Binary11111101001110111
Octal7164167

Shades and tints

Shades of #077477

#077477
(7,116,119)
#076A6D
(7,106,109)
#076063
(7,96,99)
#075659
(7,86,89)
#074C4F
(7,76,79)
#074245
(7,66,69)
#07383B
(7,56,59)
#072E31
(7,46,49)
#072427
(7,36,39)
#071A1D
(7,26,29)
#071013
(7,16,19)
#000000
(0,0,0)

Tints of #077477

#077477
(7,116,119)
#1D8083
(29,128,131)
#338C8F
(51,140,143)
#49989B
(73,152,155)
#5FA4A7
(95,164,167)
#75B0B3
(117,176,179)
#8BBCBF
(139,188,191)
#A1C8CB
(161,200,203)
#B7D4D7
(183,212,215)
#CDE0E3
(205,224,227)
#E3ECEF
(227,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #077477; }

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

This text font color is #077477.


Background Color

.myBgColor { background-color: #077477; }

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

This div background color is #077477.


Border color

.myBorderColor { border: 1px solid #077477; }

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

This div border color is #077477.


Opacity

.myOpacity80 { color: #077477; opacity: 0.8; }

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

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

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

This text has shadow with #077477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077477 on black background.


Color preview on white background

This text has color #077477 on white background.



Black color preview on #077477 background

This text has black color on #077477 background.


White color preview on #077477 background

This text has white color on #077477 background.