COLOR #077899

HEX: #077899
RGB: (7,120,153)

Color info

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

RGB color model

#077899 color RGB value is (7,120,153).

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

RGB channels and saturation

R 7 of 255 = 3%
G 120 of 255 = 47%
B 153 of 255 = 60%

7
120
153

R + G + B ~ 37%. #077899 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 120 + 153 = 280 (100%)
R 7 of 280 ~ 2.5%
G 120 of 280 ~ 42.86%
B 153 of 280 ~ 54.64%

%42.86
%54.64

CMYK color model

#077899 color CMYK value is (95,22,0,40).

  • cyan value is 95.42%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(95,22,0,40)
C95M22Y0K40 
(95%,22%,0%,40%)
(0.95/0.22/0.00/0.40)	

CMYK percentages

%95.42
%21.57
%0
%40

Codes

Color #077899 in popluar color models

077899
RGB7120153
HSL194°91.25%31.37%
HSB/HSV194°95.42%60.00%
CMYK95.42%21.57%0.00%
40.00%

Color #077899 in popluar number systems.

HEX077899
Decimal7120153
Binary111111100010011001
Octal7170231

Shades and tints

Shades of #077899

#077899
(7,120,153)
#076E8C
(7,110,140)
#07647F
(7,100,127)
#075A72
(7,90,114)
#075065
(7,80,101)
#074658
(7,70,88)
#073C4B
(7,60,75)
#07323E
(7,50,62)
#072831
(7,40,49)
#071E24
(7,30,36)
#071417
(7,20,23)
#000000
(0,0,0)

Tints of #077899

#077899
(7,120,153)
#1D84A2
(29,132,162)
#3390AB
(51,144,171)
#499CB4
(73,156,180)
#5FA8BD
(95,168,189)
#75B4C6
(117,180,198)
#8BC0CF
(139,192,207)
#A1CCD8
(161,204,216)
#B7D8E1
(183,216,225)
#CDE4EA
(205,228,234)
#E3F0F3
(227,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #077899; }

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

This text font color is #077899.


Background Color

.myBgColor { background-color: #077899; }

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

This div background color is #077899.


Border color

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

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

This div border color is #077899.


Opacity

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

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

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

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

This text has shadow with #077899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077899 on black background.


Color preview on white background

This text has color #077899 on white background.



Black color preview on #077899 background

This text has black color on #077899 background.


White color preview on #077899 background

This text has white color on #077899 background.