COLOR #078178

HEX: #078178
RGB: (7,129,120)

Color info

#078178 contains mainly green and blue colors. Web safe color of #078178 is #009966 (or #096).

RGB color model

#078178 color RGB value is (7,129,120).

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

RGB channels and saturation

R 7 of 255 = 3%
G 129 of 255 = 51%
B 120 of 255 = 47%

7
129
120

R + G + B ~ 34%. #078178 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 129 + 120 = 256 (100%)
R 7 of 256 ~ 2.73%
G 129 of 256 ~ 50.39%
B 120 of 256 ~ 46.88%

%50.39
%46.88

CMYK color model

#078178 color CMYK value is (95,0,7,49).

  • cyan value is 94.57%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 49.41%
CMYK:
(95,0,7,49)
C95M0Y7K49 
(95%,0%,7%,49%)
(0.95/0.00/0.07/0.49)	

CMYK percentages

%94.57
%0
%6.98
%49.41

Codes

Color #078178 in popluar color models

078178
RGB7129120
HSL176°89.71%26.67%
HSB/HSV176°94.57%50.59%
CMYK94.57%0.00%6.98%
49.41%

Color #078178 in popluar number systems.

HEX078178
Decimal7129120
Binary111100000011111000
Octal7201170

Shades and tints

Shades of #078178

#078178
(7,129,120)
#07766E
(7,118,110)
#076B64
(7,107,100)
#07605A
(7,96,90)
#075550
(7,85,80)
#074A46
(7,74,70)
#073F3C
(7,63,60)
#073432
(7,52,50)
#072928
(7,41,40)
#071E1E
(7,30,30)
#071314
(7,19,20)
#000000
(0,0,0)

Tints of #078178

#078178
(7,129,120)
#1D8C84
(29,140,132)
#339790
(51,151,144)
#49A29C
(73,162,156)
#5FADA8
(95,173,168)
#75B8B4
(117,184,180)
#8BC3C0
(139,195,192)
#A1CECC
(161,206,204)
#B7D9D8
(183,217,216)
#CDE4E4
(205,228,228)
#E3EFF0
(227,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #078178; }

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

This text font color is #078178.


Background Color

.myBgColor { background-color: #078178; }

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

This div background color is #078178.


Border color

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

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

This div border color is #078178.


Opacity

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

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

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

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

This text has shadow with #078178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #078178 on black background.


Color preview on white background

This text has color #078178 on white background.



Black color preview on #078178 background

This text has black color on #078178 background.


White color preview on #078178 background

This text has white color on #078178 background.