COLOR #7A77B9

HEX: #7A77B9
RGB: (122,119,185)

Color info

#7A77B9 contains mainly blue color. Web safe color of #7A77B9 is #6666CC (or #66C).

RGB color model

#7A77B9 color RGB value is (122,119,185).

  • red value is 122;
  • green value is 119;
  • blue value is 185.
RGB:
(122,119,185)
(48%,47%,73%)

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 185 of 255 = 73%

122
119
185

R + G + B ~ 56%. #7A77B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 119 + 185 = 426 (100%)
R 122 of 426 ~ 28.64%
G 119 of 426 ~ 27.93%
B 185 of 426 ~ 43.43%

%28.64
%27.93
%43.43

CMYK color model

#7A77B9 color CMYK value is (34,36,0,27).

  • cyan value is 34.05%
  • magenta value is 35.68%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(34,36,0,27)
C34M36Y0K27 
(34%,36%,0%,27%)
(0.34/0.36/0.00/0.27)	

CMYK percentages

%34.05
%35.68
%0
%27.45

Codes

Color #7A77B9 in popluar color models

7A77B9
RGB122119185
HSL243°32.04%59.61%
HSB/HSV243°35.68%72.55%
CMYK34.05%35.68%0.00%
27.45%

Color #7A77B9 in popluar number systems.

HEX7A77B9
Decimal122119185
Binary1111010111011110111001
Octal172167271

Shades and tints

Shades of #7A77B9

#7A77B9
(122,119,185)
#6F6DA9
(111,109,169)
#646399
(100,99,153)
#595989
(89,89,137)
#4E4F79
(78,79,121)
#434569
(67,69,105)
#383B59
(56,59,89)
#2D3149
(45,49,73)
#222739
(34,39,57)
#171D29
(23,29,41)
#0C1319
(12,19,25)
#000000
(0,0,0)

Tints of #7A77B9

#7A77B9
(122,119,185)
#8683BF
(134,131,191)
#928FC5
(146,143,197)
#9E9BCB
(158,155,203)
#AAA7D1
(170,167,209)
#B6B3D7
(182,179,215)
#C2BFDD
(194,191,221)
#CECBE3
(206,203,227)
#DAD7E9
(218,215,233)
#E6E3EF
(230,227,239)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A77B9 color. Also use rgb(122,119,185) instead hex code.

Text Font Color

.myTextColor { color: #7A77B9; }

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

This text font color is #7A77B9.


Background Color

.myBgColor { background-color: #7A77B9; }

<div style="background-color:#7A77B9">Inner text</div>

This div background color is #7A77B9.


Border color

.myBorderColor { border: 1px solid #7A77B9; }

<div style="border:3px solid #7A77B9">Div</div>

This div border color is #7A77B9.


Opacity

.myOpacity80 { color: #7A77B9; opacity: 0.8; }

<p style="color:#7A77B9;opacity:0.8;">80%</p>

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

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

This text has shadow with #7A77B9 color.

.textShadow {text-shadow: 3px 3px 1px #7A77B9, 3px 3px 1px red;}

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

This text has shadow with #7A77B9 primary color and red secondary color.


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

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

This text has shadow with #7A77B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A77B9 on black background.


Color preview on white background

This text has color #7A77B9 on white background.



Black color preview on #7A77B9 background

This text has black color on #7A77B9 background.


White color preview on #7A77B9 background

This text has white color on #7A77B9 background.