COLOR #076D80

HEX: #076D80
RGB: (7,109,128)

Color info

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

RGB color model

#076D80 color RGB value is (7,109,128).

  • red value is 7;
  • green value is 109;
  • blue value is 128.
RGB:
(7,109,128)
(3%,43%,50%)

RGB channels and saturation

R 7 of 255 = 3%
G 109 of 255 = 43%
B 128 of 255 = 50%

7
109
128

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

Portions of RGB colors in percentages

R + G + B =
7 + 109 + 128 = 244 (100%)
R 7 of 244 ~ 2.87%
G 109 of 244 ~ 44.67%
B 128 of 244 ~ 52.46%

%44.67
%52.46

CMYK color model

#076D80 color CMYK value is (95,15,0,50).

  • cyan value is 94.53%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(95,15,0,50)
C95M15Y0K50 
(95%,15%,0%,50%)
(0.95/0.15/0.00/0.50)	

CMYK percentages

%94.53
%14.84
%0
%49.8

Codes

Color #076D80 in popluar color models

076D80
RGB7109128
HSL189°89.63%26.47%
HSB/HSV189°94.53%50.20%
CMYK94.53%14.84%0.00%
49.80%

Color #076D80 in popluar number systems.

HEX076D80
Decimal7109128
Binary111110110110000000
Octal7155200

Shades and tints

Shades of #076D80

#076D80
(7,109,128)
#076475
(7,100,117)
#075B6A
(7,91,106)
#07525F
(7,82,95)
#074954
(7,73,84)
#074049
(7,64,73)
#07373E
(7,55,62)
#072E33
(7,46,51)
#072528
(7,37,40)
#071C1D
(7,28,29)
#071312
(7,19,18)
#000000
(0,0,0)

Tints of #076D80

#076D80
(7,109,128)
#1D7A8B
(29,122,139)
#338796
(51,135,150)
#4994A1
(73,148,161)
#5FA1AC
(95,161,172)
#75AEB7
(117,174,183)
#8BBBC2
(139,187,194)
#A1C8CD
(161,200,205)
#B7D5D8
(183,213,216)
#CDE2E3
(205,226,227)
#E3EFEE
(227,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076D80 color. Also use rgb(7,109,128) instead hex code.

Text Font Color

.myTextColor { color: #076D80; }

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

This text font color is #076D80.


Background Color

.myBgColor { background-color: #076D80; }

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

This div background color is #076D80.


Border color

.myBorderColor { border: 1px solid #076D80; }

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

This div border color is #076D80.


Opacity

.myOpacity80 { color: #076D80; opacity: 0.8; }

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

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

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

This text has shadow with #076D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076D80 on black background.


Color preview on white background

This text has color #076D80 on white background.



Black color preview on #076D80 background

This text has black color on #076D80 background.


White color preview on #076D80 background

This text has white color on #076D80 background.