COLOR #7891AA

HEX: #7891AA RGB: (120,145,170)

Color info

#7891AA contains red, green and blue colors in about the same proportion. Web safe color of #7891AA is #669999 (or #699).

RGB color model

#7891AA color RGB value is (120,145,170).

RGB: (120,145,170) (47%, 57%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 145 of 255 = 57%
B 170 of 255 = 67%

120
145
170

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

Portions of RGB colors in percentages

R + G + B = 120 + 145 + 170 = 435 (100%)
R 120 of 435 ~ 27.59%
G 145 of 435 ~ 33.33%
B 170 of 435 ~ 39.08'%

%27.59
%33.33
%39.08

CMYK color model

#7891AA color CMYK value is (29,15,0,33).

  • cyan value is 29.41%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (29,15,0,33)
C29M15Y0K33 (29%, 15%, 0%, 33%)
(0.29 / 0.15 / 0.00 / 0.33)

CMYK percentages

%29.41
%14.71
%0
%33.33

Codes

Color #7891AA in popluar color models

78 91 AA
RGB 120 145 170
HSL 210° 22.73% 56.86%
HSB/HSV 210° 29.41% 66.67%
CMYK 29.41% 14.71% 0.00%
33.33%

Color #7891AA in popluar number systems.

HEX 78 91 AA
Decimal 120 145 170
Binary 1111000 10010001 10101010
Octal 170 221 252

Shades and tints

Shades of #7891AA

#7891AA
(120,145,170)
#6E849B
(110,132,155)
#64778C
(100,119,140)
#5A6A7D
(90,106,125)
#505D6E
(80,93,110)
#46505F
(70,80,95)
#3C4350
(60,67,80)
#323641
(50,54,65)
#282932
(40,41,50)
#1E1C23
(30,28,35)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #7891AA

#7891AA
(120,145,170)
#849BB1
(132,155,177)
#90A5B8
(144,165,184)
#9CAFBF
(156,175,191)
#A8B9C6
(168,185,198)
#B4C3CD
(180,195,205)
#C0CDD4
(192,205,212)
#CCD7DB
(204,215,219)
#D8E1E2
(216,225,226)
#E4EBE9
(228,235,233)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7891AA color. Also use rgb(120,145,170) instead hex code.

Text Font Color

.myTextColor { color: #7891AA; }

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

This text font color is #7891AA.

Background Color

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

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

This div background color is #7891AA.

Border color

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

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

This div border color is #7891AA.

Opacity

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

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

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

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

This text has shadow with #7891AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7891AA.

Preview

Color preview on black background

This text has color #7891AA on black background.


Color preview on white background

This text has color #7891AA on white background.


Black color preview on #7891AA background

This text has black color on #7891AA background.


White color preview on #7891AA background

This text has white color on #7891AA background.


Related colors

Complementary color

Complementary color for #hex is #876E55.


I love getcolorcode.com

Triadic colors

1 #AA7891 and #91AA78 with #7891AA are triadic colors.

2 #AA9178 and #9178AA with #7891AA are triadic colors.