COLOR #077078

HEX: #077078
RGB: (7,112,120)

Color info

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

RGB color model

#077078 color RGB value is (7,112,120).

  • red value is 7;
  • green value is 112;
  • blue value is 120.
RGB:
(7,112,120)
(3%,44%,47%)

RGB channels and saturation

R 7 of 255 = 3%
G 112 of 255 = 44%
B 120 of 255 = 47%

7
112
120

R + G + B ~ 31%. #077078 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 112 + 120 = 239 (100%)
R 7 of 239 ~ 2.93%
G 112 of 239 ~ 46.86%
B 120 of 239 ~ 50.21%

%46.86
%50.21

CMYK color model

#077078 color CMYK value is (94,7,0,53).

  • cyan value is 94.17%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(94,7,0,53)
C94M7Y0K53 
(94%,7%,0%,53%)
(0.94/0.07/0.00/0.53)	

CMYK percentages

%94.17
%6.67
%0
%52.94

Codes

Color #077078 in popluar color models

077078
RGB7112120
HSL184°88.98%24.90%
HSB/HSV184°94.17%47.06%
CMYK94.17%6.67%0.00%
52.94%

Color #077078 in popluar number systems.

HEX077078
Decimal7112120
Binary11111100001111000
Octal7160170

Shades and tints

Shades of #077078

#077078
(7,112,120)
#07666E
(7,102,110)
#075C64
(7,92,100)
#07525A
(7,82,90)
#074850
(7,72,80)
#073E46
(7,62,70)
#07343C
(7,52,60)
#072A32
(7,42,50)
#072028
(7,32,40)
#07161E
(7,22,30)
#070C14
(7,12,20)
#000000
(0,0,0)

Tints of #077078

#077078
(7,112,120)
#1D7D84
(29,125,132)
#338A90
(51,138,144)
#49979C
(73,151,156)
#5FA4A8
(95,164,168)
#75B1B4
(117,177,180)
#8BBEC0
(139,190,192)
#A1CBCC
(161,203,204)
#B7D8D8
(183,216,216)
#CDE5E4
(205,229,228)
#E3F2F0
(227,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077078 color. Also use rgb(7,112,120) instead hex code.

Text Font Color

.myTextColor { color: #077078; }

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

This text font color is #077078.


Background Color

.myBgColor { background-color: #077078; }

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

This div background color is #077078.


Border color

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

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

This div border color is #077078.


Opacity

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

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

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

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

This text has shadow with #077078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077078 on black background.


Color preview on white background

This text has color #077078 on white background.



Black color preview on #077078 background

This text has black color on #077078 background.


White color preview on #077078 background

This text has white color on #077078 background.