COLOR #7781AA

HEX: #7781AA
RGB: (119,129,170)

Color info

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

RGB color model

#7781AA color RGB value is (119,129,170).

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

RGB channels and saturation

R 119 of 255 = 47%
G 129 of 255 = 51%
B 170 of 255 = 67%

119
129
170

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

Portions of RGB colors in percentages

R + G + B =
119 + 129 + 170 = 418 (100%)
R 119 of 418 ~ 28.47%
G 129 of 418 ~ 30.86%
B 170 of 418 ~ 40.67%

%28.47
%30.86
%40.67

CMYK color model

#7781AA color CMYK value is (30,24,0,33).

  • cyan value is 30.00%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(30,24,0,33)
C30M24Y0K33 
(30%,24%,0%,33%)
(0.30/0.24/0.00/0.33)	

CMYK percentages

%30
%24.12
%0
%33.33

Codes

Color #7781AA in popluar color models

7781AA
RGB119129170
HSL228°23.08%56.67%
HSB/HSV228°30.00%66.67%
CMYK30.00%24.12%0.00%
33.33%

Color #7781AA in popluar number systems.

HEX7781AA
Decimal119129170
Binary11101111000000110101010
Octal167201252

Shades and tints

Shades of #7781AA

#7781AA
(119,129,170)
#6D769B
(109,118,155)
#636B8C
(99,107,140)
#59607D
(89,96,125)
#4F556E
(79,85,110)
#454A5F
(69,74,95)
#3B3F50
(59,63,80)
#313441
(49,52,65)
#272932
(39,41,50)
#1D1E23
(29,30,35)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #7781AA

#7781AA
(119,129,170)
#838CB1
(131,140,177)
#8F97B8
(143,151,184)
#9BA2BF
(155,162,191)
#A7ADC6
(167,173,198)
#B3B8CD
(179,184,205)
#BFC3D4
(191,195,212)
#CBCEDB
(203,206,219)
#D7D9E2
(215,217,226)
#E3E4E9
(227,228,233)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7781AA; }

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

This text font color is #7781AA.


Background Color

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

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

This div background color is #7781AA.


Border color

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

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

This div border color is #7781AA.


Opacity

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

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

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

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

This text has shadow with #7781AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7781AA on black background.


Color preview on white background

This text has color #7781AA on white background.



Black color preview on #7781AA background

This text has black color on #7781AA background.


White color preview on #7781AA background

This text has white color on #7781AA background.