COLOR #076178

HEX: #076178
RGB: (7,97,120)

Color info

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

RGB color model

#076178 color RGB value is (7,97,120).

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

RGB channels and saturation

R 7 of 255 = 3%
G 97 of 255 = 38%
B 120 of 255 = 47%

7
97
120

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

Portions of RGB colors in percentages

R + G + B =
7 + 97 + 120 = 224 (100%)
R 7 of 224 ~ 3.13%
G 97 of 224 ~ 43.3%
B 120 of 224 ~ 53.57%

%43.3
%53.57

CMYK color model

#076178 color CMYK value is (94,19,0,53).

  • cyan value is 94.17%
  • magenta value is 19.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(94,19,0,53)
C94M19Y0K53 
(94%,19%,0%,53%)
(0.94/0.19/0.00/0.53)	

CMYK percentages

%94.17
%19.17
%0
%52.94

Codes

Color #076178 in popluar color models

076178
RGB797120
HSL192°88.98%24.90%
HSB/HSV192°94.17%47.06%
CMYK94.17%19.17%0.00%
52.94%

Color #076178 in popluar number systems.

HEX076178
Decimal797120
Binary11111000011111000
Octal7141170

Shades and tints

Shades of #076178

#076178
(7,97,120)
#07596E
(7,89,110)
#075164
(7,81,100)
#07495A
(7,73,90)
#074150
(7,65,80)
#073946
(7,57,70)
#07313C
(7,49,60)
#072932
(7,41,50)
#072128
(7,33,40)
#07191E
(7,25,30)
#071114
(7,17,20)
#000000
(0,0,0)

Tints of #076178

#076178
(7,97,120)
#1D6F84
(29,111,132)
#337D90
(51,125,144)
#498B9C
(73,139,156)
#5F99A8
(95,153,168)
#75A7B4
(117,167,180)
#8BB5C0
(139,181,192)
#A1C3CC
(161,195,204)
#B7D1D8
(183,209,216)
#CDDFE4
(205,223,228)
#E3EDF0
(227,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #076178; }

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

This text font color is #076178.


Background Color

.myBgColor { background-color: #076178; }

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

This div background color is #076178.


Border color

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

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

This div border color is #076178.


Opacity

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

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

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

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

This text has shadow with #076178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076178 on black background.


Color preview on white background

This text has color #076178 on white background.



Black color preview on #076178 background

This text has black color on #076178 background.


White color preview on #076178 background

This text has white color on #076178 background.