COLOR #076C66

HEX: #076C66
RGB: (7,108,102)

Color info

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

RGB color model

#076C66 color RGB value is (7,108,102).

  • red value is 7;
  • green value is 108;
  • blue value is 102.
RGB:
(7,108,102)
(3%,42%,40%)

RGB channels and saturation

R 7 of 255 = 3%
G 108 of 255 = 42%
B 102 of 255 = 40%

7
108
102

R + G + B ~ 28%. #076C66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 108 + 102 = 217 (100%)
R 7 of 217 ~ 3.23%
G 108 of 217 ~ 49.77%
B 102 of 217 ~ 47%

%49.77
%47

CMYK color model

#076C66 color CMYK value is (94,0,6,58).

  • cyan value is 93.52%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 57.65%
CMYK:
(94,0,6,58)
C94M0Y6K58 
(94%,0%,6%,58%)
(0.94/0.00/0.06/0.58)	

CMYK percentages

%93.52
%0
%5.56
%57.65

Codes

Color #076C66 in popluar color models

076C66
RGB7108102
HSL176°87.83%22.55%
HSB/HSV176°93.52%42.35%
CMYK93.52%0.00%5.56%
57.65%

Color #076C66 in popluar number systems.

HEX076C66
Decimal7108102
Binary11111011001100110
Octal7154146

Shades and tints

Shades of #076C66

#076C66
(7,108,102)
#07635D
(7,99,93)
#075A54
(7,90,84)
#07514B
(7,81,75)
#074842
(7,72,66)
#073F39
(7,63,57)
#073630
(7,54,48)
#072D27
(7,45,39)
#07241E
(7,36,30)
#071B15
(7,27,21)
#07120C
(7,18,12)
#000000
(0,0,0)

Tints of #076C66

#076C66
(7,108,102)
#1D7973
(29,121,115)
#338680
(51,134,128)
#49938D
(73,147,141)
#5FA09A
(95,160,154)
#75ADA7
(117,173,167)
#8BBAB4
(139,186,180)
#A1C7C1
(161,199,193)
#B7D4CE
(183,212,206)
#CDE1DB
(205,225,219)
#E3EEE8
(227,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076C66 color. Also use rgb(7,108,102) instead hex code.

Text Font Color

.myTextColor { color: #076C66; }

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

This text font color is #076C66.


Background Color

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

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

This div background color is #076C66.


Border color

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

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

This div border color is #076C66.


Opacity

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

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

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

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

This text has shadow with #076C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076C66 on black background.


Color preview on white background

This text has color #076C66 on white background.



Black color preview on #076C66 background

This text has black color on #076C66 background.


White color preview on #076C66 background

This text has white color on #076C66 background.