COLOR #7772B1

HEX: #7772B1
RGB: (119,114,177)

Color info

#7772B1 contains mainly red and blue colors. Web safe color of #7772B1 is #666699 (or #669).

RGB color model

#7772B1 color RGB value is (119,114,177).

  • red value is 119;
  • green value is 114;
  • blue value is 177.
RGB:
(119,114,177)
(47%,45%,69%)

RGB channels and saturation

R 119 of 255 = 47%
G 114 of 255 = 45%
B 177 of 255 = 69%

119
114
177

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

Portions of RGB colors in percentages

R + G + B =
119 + 114 + 177 = 410 (100%)
R 119 of 410 ~ 29.02%
G 114 of 410 ~ 27.8%
B 177 of 410 ~ 43.17%

%29.02
%27.8
%43.17

CMYK color model

#7772B1 color CMYK value is (33,36,0,31).

  • cyan value is 32.77%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(33,36,0,31)
C33M36Y0K31 
(33%,36%,0%,31%)
(0.33/0.36/0.00/0.31)	

CMYK percentages

%32.77
%35.59
%0
%30.59

Codes

Color #7772B1 in popluar color models

7772B1
RGB119114177
HSL245°28.77%57.06%
HSB/HSV245°35.59%69.41%
CMYK32.77%35.59%0.00%
30.59%

Color #7772B1 in popluar number systems.

HEX7772B1
Decimal119114177
Binary1110111111001010110001
Octal167162261

Shades and tints

Shades of #7772B1

#7772B1
(119,114,177)
#6D68A1
(109,104,161)
#635E91
(99,94,145)
#595481
(89,84,129)
#4F4A71
(79,74,113)
#454061
(69,64,97)
#3B3651
(59,54,81)
#312C41
(49,44,65)
#272231
(39,34,49)
#1D1821
(29,24,33)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #7772B1

#7772B1
(119,114,177)
#837EB8
(131,126,184)
#8F8ABF
(143,138,191)
#9B96C6
(155,150,198)
#A7A2CD
(167,162,205)
#B3AED4
(179,174,212)
#BFBADB
(191,186,219)
#CBC6E2
(203,198,226)
#D7D2E9
(215,210,233)
#E3DEF0
(227,222,240)
#EFEAF7
(239,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7772B1 color. Also use rgb(119,114,177) instead hex code.

Text Font Color

.myTextColor { color: #7772B1; }

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

This text font color is #7772B1.


Background Color

.myBgColor { background-color: #7772B1; }

<div style="background-color:#7772B1">Inner text</div>

This div background color is #7772B1.


Border color

.myBorderColor { border: 1px solid #7772B1; }

<div style="border:3px solid #7772B1">Div</div>

This div border color is #7772B1.


Opacity

.myOpacity80 { color: #7772B1; opacity: 0.8; }

<p style="color:#7772B1;opacity:0.8;">80%</p>

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

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

This text has shadow with #7772B1 color.

.textShadow {text-shadow: 3px 3px 1px #7772B1, 3px 3px 1px red;}

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

This text has shadow with #7772B1 primary color and red secondary color.


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

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

This text has shadow with #7772B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7772B1 on black background.


Color preview on white background

This text has color #7772B1 on white background.



Black color preview on #7772B1 background

This text has black color on #7772B1 background.


White color preview on #7772B1 background

This text has white color on #7772B1 background.