COLOR #077F8E

HEX: #077F8E
RGB: (7,127,142)

Color info

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

RGB color model

#077F8E color RGB value is (7,127,142).

  • red value is 7;
  • green value is 127;
  • blue value is 142.
RGB:
(7,127,142)
(3%,50%,56%)

RGB channels and saturation

R 7 of 255 = 3%
G 127 of 255 = 50%
B 142 of 255 = 56%

7
127
142

R + G + B ~ 36%. #077F8E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 127 + 142 = 276 (100%)
R 7 of 276 ~ 2.54%
G 127 of 276 ~ 46.01%
B 142 of 276 ~ 51.45%

%46.01
%51.45

CMYK color model

#077F8E color CMYK value is (95,11,0,44).

  • cyan value is 95.07%
  • magenta value is 10.56%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(95,11,0,44)
C95M11Y0K44 
(95%,11%,0%,44%)
(0.95/0.11/0.00/0.44)	

CMYK percentages

%95.07
%10.56
%0
%44.31

Codes

Color #077F8E in popluar color models

077F8E
RGB7127142
HSL187°90.60%29.22%
HSB/HSV187°95.07%55.69%
CMYK95.07%10.56%0.00%
44.31%

Color #077F8E in popluar number systems.

HEX077F8E
Decimal7127142
Binary111111111110001110
Octal7177216

Shades and tints

Shades of #077F8E

#077F8E
(7,127,142)
#077482
(7,116,130)
#076976
(7,105,118)
#075E6A
(7,94,106)
#07535E
(7,83,94)
#074852
(7,72,82)
#073D46
(7,61,70)
#07323A
(7,50,58)
#07272E
(7,39,46)
#071C22
(7,28,34)
#071116
(7,17,22)
#000000
(0,0,0)

Tints of #077F8E

#077F8E
(7,127,142)
#1D8A98
(29,138,152)
#3395A2
(51,149,162)
#49A0AC
(73,160,172)
#5FABB6
(95,171,182)
#75B6C0
(117,182,192)
#8BC1CA
(139,193,202)
#A1CCD4
(161,204,212)
#B7D7DE
(183,215,222)
#CDE2E8
(205,226,232)
#E3EDF2
(227,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #077F8E; }

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

This text font color is #077F8E.


Background Color

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

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

This div background color is #077F8E.


Border color

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

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

This div border color is #077F8E.


Opacity

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

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

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

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

This text has shadow with #077F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077F8E on black background.


Color preview on white background

This text has color #077F8E on white background.



Black color preview on #077F8E background

This text has black color on #077F8E background.


White color preview on #077F8E background

This text has white color on #077F8E background.