COLOR #077577

HEX: #077577 RGB: (7,117,119)

Color info

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

RGB color model

#077577 color RGB value is (7,117,119).

RGB: (7,117,119) (3%, 46%, 47%)

RGB channels and saturation

R 7 of 255 = 3%
G 117 of 255 = 46%
B 119 of 255 = 47%

7
117
119

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

Portions of RGB colors in percentages

R + G + B = 7 + 117 + 119 = 243 (100%)
R 7 of 243 ~ 2.88%
G 117 of 243 ~ 48.15%
B 119 of 243 ~ 48.97'%

%48.15
%48.97

CMYK color model

#077577 color CMYK value is (94,2,0,53).

  • cyan value is 94.12%
  • magenta value is 1.68%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (94,2,0,53)
C94M2Y0K53 (94%, 2%, 0%, 53%)
(0.94 / 0.02 / 0.00 / 0.53)

CMYK percentages

%94.12
%1.68
%0
%53.33

Codes

Color #077577 in popluar color models

07 75 77
RGB 7 117 119
HSL 181° 88.89% 24.71%
HSB/HSV 181° 94.12% 46.67%
CMYK 94.12% 1.68% 0.00%
53.33%

Color #077577 in popluar number systems.

HEX 07 75 77
Decimal 7 117 119
Binary 111 1110101 1110111
Octal 7 165 167

Shades and tints

Shades of #077577

#077577
(7,117,119)
#076B6D
(7,107,109)
#076163
(7,97,99)
#075759
(7,87,89)
#074D4F
(7,77,79)
#074345
(7,67,69)
#07393B
(7,57,59)
#072F31
(7,47,49)
#072527
(7,37,39)
#071B1D
(7,27,29)
#071113
(7,17,19)
#000000
(0,0,0)

Tints of #077577

#077577
(7,117,119)
#1D8183
(29,129,131)
#338D8F
(51,141,143)
#49999B
(73,153,155)
#5FA5A7
(95,165,167)
#75B1B3
(117,177,179)
#8BBDBF
(139,189,191)
#A1C9CB
(161,201,203)
#B7D5D7
(183,213,215)
#CDE1E3
(205,225,227)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #077577; }

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

This text font color is #077577.

Background Color

.myBgColor { background-color: #077577; }

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

This div background color is #077577.

Border color

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

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

This div border color is #077577.

Opacity

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

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

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

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

This text has shadow with #077577 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #077577.

Preview

Color preview on black background

This text has color #077577 on black background.


Color preview on white background

This text has color #077577 on white background.


Black color preview on #077577 background

This text has black color on #077577 background.


White color preview on #077577 background

This text has white color on #077577 background.


Related colors

Complementary color

Complementary color for #hex is #F88A88.


I love getcolorcode.com

Triadic colors

1 #770775 and #757707 with #077577 are triadic colors.

2 #777507 and #750777 with #077577 are triadic colors.