COLOR #076772

HEX: #076772
RGB: (7,103,114)

Color info

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

RGB color model

#076772 color RGB value is (7,103,114).

  • red value is 7;
  • green value is 103;
  • blue value is 114.
RGB:
(7,103,114)
(3%,40%,45%)

RGB channels and saturation

R 7 of 255 = 3%
G 103 of 255 = 40%
B 114 of 255 = 45%

7
103
114

R + G + B ~ 29%. #076772 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 103 + 114 = 224 (100%)
R 7 of 224 ~ 3.13%
G 103 of 224 ~ 45.98%
B 114 of 224 ~ 50.89%

%45.98
%50.89

CMYK color model

#076772 color CMYK value is (94,10,0,55).

  • cyan value is 93.86%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(94,10,0,55)
C94M10Y0K55 
(94%,10%,0%,55%)
(0.94/0.10/0.00/0.55)	

CMYK percentages

%93.86
%9.65
%0
%55.29

Codes

Color #076772 in popluar color models

076772
RGB7103114
HSL186°88.43%23.73%
HSB/HSV186°93.86%44.71%
CMYK93.86%9.65%0.00%
55.29%

Color #076772 in popluar number systems.

HEX076772
Decimal7103114
Binary11111001111110010
Octal7147162

Shades and tints

Shades of #076772

#076772
(7,103,114)
#075E68
(7,94,104)
#07555E
(7,85,94)
#074C54
(7,76,84)
#07434A
(7,67,74)
#073A40
(7,58,64)
#073136
(7,49,54)
#07282C
(7,40,44)
#071F22
(7,31,34)
#071618
(7,22,24)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #076772

#076772
(7,103,114)
#1D747E
(29,116,126)
#33818A
(51,129,138)
#498E96
(73,142,150)
#5F9BA2
(95,155,162)
#75A8AE
(117,168,174)
#8BB5BA
(139,181,186)
#A1C2C6
(161,194,198)
#B7CFD2
(183,207,210)
#CDDCDE
(205,220,222)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076772 color. Also use rgb(7,103,114) instead hex code.

Text Font Color

.myTextColor { color: #076772; }

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

This text font color is #076772.


Background Color

.myBgColor { background-color: #076772; }

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

This div background color is #076772.


Border color

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

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

This div border color is #076772.


Opacity

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

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

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

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

This text has shadow with #076772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076772 on black background.


Color preview on white background

This text has color #076772 on white background.



Black color preview on #076772 background

This text has black color on #076772 background.


White color preview on #076772 background

This text has white color on #076772 background.