COLOR #7077AB

HEX: #7077AB
RGB: (112,119,171)

Color info

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

RGB color model

#7077AB color RGB value is (112,119,171).

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

RGB channels and saturation

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

112
119
171

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

Portions of RGB colors in percentages

R + G + B =
112 + 119 + 171 = 402 (100%)
R 112 of 402 ~ 27.86%
G 119 of 402 ~ 29.6%
B 171 of 402 ~ 42.54%

%27.86
%29.6
%42.54

CMYK color model

#7077AB color CMYK value is (35,30,0,33).

  • cyan value is 34.50%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (35,30,0,33) C35M30Y0K33 (35%,30%,0%,33%) (0.35/0.30/0.00/0.33)

CMYK percentages

%34.5
%30.41
%0
%32.94

Codes

Color #7077AB in popluar color models

7077AB
RGB112119171
HSL233°25.99%55.49%
HSB/HSV233°34.50%67.06%
CMYK34.50%30.41%0.00%
32.94%

Color #7077AB in popluar number systems.

HEX7077AB
Decimal112119171
Binary1110000111011110101011
Octal160167253

Shades and tints

Shades of #7077AB

#7077AB
(112,119,171)
#666D9C
(102,109,156)
#5C638D
(92,99,141)
#52597E
(82,89,126)
#484F6F
(72,79,111)
#3E4560
(62,69,96)
#343B51
(52,59,81)
#2A3142
(42,49,66)
#202733
(32,39,51)
#161D24
(22,29,36)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #7077AB

#7077AB
(112,119,171)
#7D83B2
(125,131,178)
#8A8FB9
(138,143,185)
#979BC0
(151,155,192)
#A4A7C7
(164,167,199)
#B1B3CE
(177,179,206)
#BEBFD5
(190,191,213)
#CBCBDC
(203,203,220)
#D8D7E3
(216,215,227)
#E5E3EA
(229,227,234)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7077AB; }

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

This text font color is #7077AB.


Background Color

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

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

This div background color is #7077AB.


Border color

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

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

This div border color is #7077AB.


Opacity

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

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

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

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

This text has shadow with #7077AB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7077AB on black background.


Color preview on white background

This text has color #7077AB on white background.



Black color preview on #7077AB background

This text has black color on #7077AB background.


White color preview on #7077AB background

This text has white color on #7077AB background.