COLOR #077F5B

HEX: #077F5B RGB: (7,127,91)

Color info

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

RGB color model

#077F5B color RGB value is (7,127,91).

RGB: (7,127,91) (3%, 50%, 36%)

RGB channels and saturation

R 7 of 255 = 3%
G 127 of 255 = 50%
B 91 of 255 = 36%

7
127
91

R + G + B ~ 30%. #077F5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 127 + 91 = 225 (100%)
R 7 of 225 ~ 3.11%
G 127 of 225 ~ 56.44%
B 91 of 225 ~ 40.44'%

%56.44
%40.44

CMYK color model

#077F5B color CMYK value is (94,0,28,50).

  • cyan value is 94.49%
  • magenta value is 0.00%
  • yellow value is 28.35%
  • key color value is 50.20%

CMYK: (94,0,28,50)
C94M0Y28K50 (94%, 0%, 28%, 50%)
(0.94 / 0.00 / 0.28 / 0.50)

CMYK percentages

%94.49
%0
%28.35
%50.2

Codes

Color #077F5B in popluar color models

07 7F 5B
RGB 7 127 91
HSL 162° 89.55% 26.27%
HSB/HSV 162° 94.49% 49.80%
CMYK 94.49% 0.00% 28.35%
50.20%

Color #077F5B in popluar number systems.

HEX 07 7F 5B
Decimal 7 127 91
Binary 111 1111111 1011011
Octal 7 177 133

Shades and tints

Shades of #077F5B

#077F5B
(7,127,91)
#077453
(7,116,83)
#07694B
(7,105,75)
#075E43
(7,94,67)
#07533B
(7,83,59)
#074833
(7,72,51)
#073D2B
(7,61,43)
#073223
(7,50,35)
#07271B
(7,39,27)
#071C13
(7,28,19)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #077F5B

#077F5B
(7,127,91)
#1D8A69
(29,138,105)
#339577
(51,149,119)
#49A085
(73,160,133)
#5FAB93
(95,171,147)
#75B6A1
(117,182,161)
#8BC1AF
(139,193,175)
#A1CCBD
(161,204,189)
#B7D7CB
(183,215,203)
#CDE2D9
(205,226,217)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077F5B color. Also use rgb(7,127,91) instead hex code.

Text Font Color

.myTextColor { color: #077F5B; }

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

This text font color is #077F5B.

Background Color

.myBgColor { background-color: #077F5B; }

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

This div background color is #077F5B.

Border color

.myBorderColor { border: 1px solid #077F5B; }

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

This div border color is #077F5B.

Opacity

.myOpacity80 { color: #077F5B; opacity: 0.8; }

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

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

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

This text has shadow with #077F5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #077F5B.

Preview

Color preview on black background

This text has color #077F5B on black background.


Color preview on white background

This text has color #077F5B on white background.


Black color preview on #077F5B background

This text has black color on #077F5B background.


White color preview on #077F5B background

This text has white color on #077F5B background.


Related colors

Complementary color

Complementary color for #hex is #F880A4.


I love getcolorcode.com

Triadic colors

1 #5B077F and #7F5B07 with #077F5B are triadic colors.

2 #5B7F07 and #7F075B with #077F5B are triadic colors.