COLOR #077D9C

HEX: #077D9C
RGB: (7,125,156)

Color info

#077D9C contains mainly green and blue colors. Web safe color of #077D9C is #006699 (or #069).

RGB color model

#077D9C color RGB value is (7,125,156).

  • red value is 7;
  • green value is 125;
  • blue value is 156.
RGB:
(7,125,156)
(3%,49%,61%)

RGB channels and saturation

R 7 of 255 = 3%
G 125 of 255 = 49%
B 156 of 255 = 61%

7
125
156

R + G + B ~ 38%. #077D9C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 125 + 156 = 288 (100%)
R 7 of 288 ~ 2.43%
G 125 of 288 ~ 43.4%
B 156 of 288 ~ 54.17%

%43.4
%54.17

CMYK color model

#077D9C color CMYK value is (96,20,0,39).

  • cyan value is 95.51%
  • magenta value is 19.87%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(96,20,0,39)
C96M20Y0K39 
(96%,20%,0%,39%)
(0.96/0.20/0.00/0.39)	

CMYK percentages

%95.51
%19.87
%0
%38.82

Codes

Color #077D9C in popluar color models

077D9C
RGB7125156
HSL192°91.41%31.96%
HSB/HSV192°95.51%61.18%
CMYK95.51%19.87%0.00%
38.82%

Color #077D9C in popluar number systems.

HEX077D9C
Decimal7125156
Binary111111110110011100
Octal7175234

Shades and tints

Shades of #077D9C

#077D9C
(7,125,156)
#07728E
(7,114,142)
#076780
(7,103,128)
#075C72
(7,92,114)
#075164
(7,81,100)
#074656
(7,70,86)
#073B48
(7,59,72)
#07303A
(7,48,58)
#07252C
(7,37,44)
#071A1E
(7,26,30)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #077D9C

#077D9C
(7,125,156)
#1D88A5
(29,136,165)
#3393AE
(51,147,174)
#499EB7
(73,158,183)
#5FA9C0
(95,169,192)
#75B4C9
(117,180,201)
#8BBFD2
(139,191,210)
#A1CADB
(161,202,219)
#B7D5E4
(183,213,228)
#CDE0ED
(205,224,237)
#E3EBF6
(227,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077D9C color. Also use rgb(7,125,156) instead hex code.

Text Font Color

.myTextColor { color: #077D9C; }

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

This text font color is #077D9C.


Background Color

.myBgColor { background-color: #077D9C; }

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

This div background color is #077D9C.


Border color

.myBorderColor { border: 1px solid #077D9C; }

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

This div border color is #077D9C.


Opacity

.myOpacity80 { color: #077D9C; opacity: 0.8; }

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

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

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

This text has shadow with #077D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077D9C on black background.


Color preview on white background

This text has color #077D9C on white background.



Black color preview on #077D9C background

This text has black color on #077D9C background.


White color preview on #077D9C background

This text has white color on #077D9C background.