COLOR #076773

HEX: #076773
RGB: (7,103,115)

Color info

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

RGB color model

#076773 color RGB value is (7,103,115).

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

RGB channels and saturation

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

7
103
115

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

Portions of RGB colors in percentages

R + G + B =
7 + 103 + 115 = 225 (100%)
R 7 of 225 ~ 3.11%
G 103 of 225 ~ 45.78%
B 115 of 225 ~ 51.11%

%45.78
%51.11

CMYK color model

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

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

CMYK percentages

%93.91
%10.43
%0
%54.9

Codes

Color #076773 in popluar color models

076773
RGB7103115
HSL187°88.52%23.92%
HSB/HSV187°93.91%45.10%
CMYK93.91%10.43%0.00%
54.90%

Color #076773 in popluar number systems.

HEX076773
Decimal7103115
Binary11111001111110011
Octal7147163

Shades and tints

Shades of #076773

#076773
(7,103,115)
#075E69
(7,94,105)
#07555F
(7,85,95)
#074C55
(7,76,85)
#07434B
(7,67,75)
#073A41
(7,58,65)
#073137
(7,49,55)
#07282D
(7,40,45)
#071F23
(7,31,35)
#071619
(7,22,25)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #076773

#076773
(7,103,115)
#1D747F
(29,116,127)
#33818B
(51,129,139)
#498E97
(73,142,151)
#5F9BA3
(95,155,163)
#75A8AF
(117,168,175)
#8BB5BB
(139,181,187)
#A1C2C7
(161,194,199)
#B7CFD3
(183,207,211)
#CDDCDF
(205,220,223)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #076773; }

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

This text font color is #076773.


Background Color

.myBgColor { background-color: #076773; }

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

This div background color is #076773.


Border color

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

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

This div border color is #076773.


Opacity

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

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

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

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

This text has shadow with #076773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076773 on black background.


Color preview on white background

This text has color #076773 on white background.



Black color preview on #076773 background

This text has black color on #076773 background.


White color preview on #076773 background

This text has white color on #076773 background.