COLOR #7077AA

HEX: #7077AA
RGB: (112,119,170)

Color info

#7077AA contains red, green and blue colors in about the same proportion. Web safe color of #7077AA is #666699 (or #669).

RGB color model

#7077AA color RGB value is (112,119,170).

  • red value is 112;
  • green value is 119;
  • blue value is 170.
RGB:
(112,119,170)
(44%,47%,67%)

RGB channels and saturation

R 112 of 255 = 44%
G 119 of 255 = 47%
B 170 of 255 = 67%

112
119
170

R + G + B ~ 53%. #7077AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 119 + 170 = 401 (100%)
R 112 of 401 ~ 27.93%
G 119 of 401 ~ 29.68%
B 170 of 401 ~ 42.39%

%27.93
%29.68
%42.39

CMYK color model

#7077AA color CMYK value is (34,30,0,33).

  • cyan value is 34.12%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(34,30,0,33)
C34M30Y0K33 
(34%,30%,0%,33%)
(0.34/0.30/0.00/0.33)	

CMYK percentages

%34.12
%30
%0
%33.33

Codes

Color #7077AA in popluar color models

7077AA
RGB112119170
HSL233°25.44%55.29%
HSB/HSV233°34.12%66.67%
CMYK34.12%30.00%0.00%
33.33%

Color #7077AA in popluar number systems.

HEX7077AA
Decimal112119170
Binary1110000111011110101010
Octal160167252

Shades and tints

Shades of #7077AA

#7077AA
(112,119,170)
#666D9B
(102,109,155)
#5C638C
(92,99,140)
#52597D
(82,89,125)
#484F6E
(72,79,110)
#3E455F
(62,69,95)
#343B50
(52,59,80)
#2A3141
(42,49,65)
#202732
(32,39,50)
#161D23
(22,29,35)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #7077AA

#7077AA
(112,119,170)
#7D83B1
(125,131,177)
#8A8FB8
(138,143,184)
#979BBF
(151,155,191)
#A4A7C6
(164,167,198)
#B1B3CD
(177,179,205)
#BEBFD4
(190,191,212)
#CBCBDB
(203,203,219)
#D8D7E2
(216,215,226)
#E5E3E9
(229,227,233)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7077AA color. Also use rgb(112,119,170) instead hex code.

Text Font Color

.myTextColor { color: #7077AA; }

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

This text font color is #7077AA.


Background Color

.myBgColor { background-color: #7077AA; }

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

This div background color is #7077AA.


Border color

.myBorderColor { border: 1px solid #7077AA; }

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

This div border color is #7077AA.


Opacity

.myOpacity80 { color: #7077AA; opacity: 0.8; }

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

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

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

This text has shadow with #7077AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7077AA on black background.


Color preview on white background

This text has color #7077AA on white background.



Black color preview on #7077AA background

This text has black color on #7077AA background.


White color preview on #7077AA background

This text has white color on #7077AA background.