COLOR #7777AB

HEX: #7777AB
RGB: (119,119,171)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

119
119
171

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

Portions of RGB colors in percentages

R + G + B =
119 + 119 + 171 = 409 (100%)
R 119 of 409 ~ 29.1%
G 119 of 409 ~ 29.1%
B 171 of 409 ~ 41.81%

%29.1
%29.1
%41.81

CMYK color model

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

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

CMYK percentages

%30.41
%30.41
%0
%32.94

Codes

Color #7777AB in popluar color models

7777AB
RGB119119171
HSL240°23.64%56.86%
HSB/HSV240°30.41%67.06%
CMYK30.41%30.41%0.00%
32.94%

Color #7777AB in popluar number systems.

HEX7777AB
Decimal119119171
Binary1110111111011110101011
Octal167167253

Shades and tints

Shades of #7777AB

#7777AB
(119,119,171)
#6D6D9C
(109,109,156)
#63638D
(99,99,141)
#59597E
(89,89,126)
#4F4F6F
(79,79,111)
#454560
(69,69,96)
#3B3B51
(59,59,81)
#313142
(49,49,66)
#272733
(39,39,51)
#1D1D24
(29,29,36)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #7777AB

#7777AB
(119,119,171)
#8383B2
(131,131,178)
#8F8FB9
(143,143,185)
#9B9BC0
(155,155,192)
#A7A7C7
(167,167,199)
#B3B3CE
(179,179,206)
#BFBFD5
(191,191,213)
#CBCBDC
(203,203,220)
#D7D7E3
(215,215,227)
#E3E3EA
(227,227,234)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7777AB; }

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

This text font color is #7777AB.


Background Color

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

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

This div background color is #7777AB.


Border color

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

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

This div border color is #7777AB.


Opacity

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

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

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

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

This text has shadow with #7777AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7777AB on black background.


Color preview on white background

This text has color #7777AB on white background.



Black color preview on #7777AB background

This text has black color on #7777AB background.


White color preview on #7777AB background

This text has white color on #7777AB background.