COLOR #7784AB

HEX: #7784AB
RGB: (119,132,171)

Color info

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

RGB color model

#7784AB color RGB value is (119,132,171).

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

RGB channels and saturation

R 119 of 255 = 47%
G 132 of 255 = 52%
B 171 of 255 = 67%

119
132
171

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

Portions of RGB colors in percentages

R + G + B =
119 + 132 + 171 = 422 (100%)
R 119 of 422 ~ 28.2%
G 132 of 422 ~ 31.28%
B 171 of 422 ~ 40.52%

%28.2
%31.28
%40.52

CMYK color model

#7784AB color CMYK value is (30,23,0,33).

  • cyan value is 30.41%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (30,23,0,33) C30M23Y0K33 (30%,23%,0%,33%) (0.30/0.23/0.00/0.33)

CMYK percentages

%30.41
%22.81
%0
%32.94

Codes

Color #7784AB in popluar color models

7784AB
RGB119132171
HSL225°23.64%56.86%
HSB/HSV225°30.41%67.06%
CMYK30.41%22.81%0.00%
32.94%

Color #7784AB in popluar number systems.

HEX7784AB
Decimal119132171
Binary11101111000010010101011
Octal167204253

Shades and tints

Shades of #7784AB

#7784AB
(119,132,171)
#6D789C
(109,120,156)
#636C8D
(99,108,141)
#59607E
(89,96,126)
#4F546F
(79,84,111)
#454860
(69,72,96)
#3B3C51
(59,60,81)
#313042
(49,48,66)
#272433
(39,36,51)
#1D1824
(29,24,36)
#130C15
(19,12,21)
#000000
(0,0,0)

Tints of #7784AB

#7784AB
(119,132,171)
#838FB2
(131,143,178)
#8F9AB9
(143,154,185)
#9BA5C0
(155,165,192)
#A7B0C7
(167,176,199)
#B3BBCE
(179,187,206)
#BFC6D5
(191,198,213)
#CBD1DC
(203,209,220)
#D7DCE3
(215,220,227)
#E3E7EA
(227,231,234)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7784AB; }

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

This text font color is #7784AB.


Background Color

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

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

This div background color is #7784AB.


Border color

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

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

This div border color is #7784AB.


Opacity

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

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

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

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

This text has shadow with #7784AB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7784AB on black background.


Color preview on white background

This text has color #7784AB on white background.



Black color preview on #7784AB background

This text has black color on #7784AB background.


White color preview on #7784AB background

This text has white color on #7784AB background.