COLOR #7877B1

HEX: #7877B1 RGB: (120,119,177)

Color info

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

RGB color model

#7877B1 color RGB value is (120,119,177).

RGB: (120,119,177) (47%, 47%, 69%)

RGB channels and saturation

R 120 of 255 = 47%
G 119 of 255 = 47%
B 177 of 255 = 69%

120
119
177

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

Portions of RGB colors in percentages

R + G + B = 120 + 119 + 177 = 416 (100%)
R 120 of 416 ~ 28.85%
G 119 of 416 ~ 28.61%
B 177 of 416 ~ 42.55'%

%28.85
%28.61
%42.55

CMYK color model

#7877B1 color CMYK value is (32,33,0,31).

  • cyan value is 32.20%
  • magenta value is 32.77%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (32,33,0,31) C32M33Y0K31 (32%,33%,0%,31%) (0.32/0.33/0.00/0.31) 

CMYK percentages

%32.2
%32.77
%0
%30.59

Codes

Color #7877B1 in popluar color models

78 77 B1
RGB 120 119 177
HSL 241° 27.10% 58.04%
HSB/HSV 241° 32.77% 69.41%
CMYK 32.20% 32.77% 0.00%
30.59%

Color #7877B1 in popluar number systems.

HEX 78 77 B1
Decimal 120 119 177
Binary 1111000 1110111 10110001
Octal 170 167 261

Shades and tints

Shades of #7877B1

#7877B1
(120,119,177)
#6E6DA1
(110,109,161)
#646391
(100,99,145)
#5A5981
(90,89,129)
#504F71
(80,79,113)
#464561
(70,69,97)
#3C3B51
(60,59,81)
#323141
(50,49,65)
#282731
(40,39,49)
#1E1D21
(30,29,33)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #7877B1

#7877B1
(120,119,177)
#8483B8
(132,131,184)
#908FBF
(144,143,191)
#9C9BC6
(156,155,198)
#A8A7CD
(168,167,205)
#B4B3D4
(180,179,212)
#C0BFDB
(192,191,219)
#CCCBE2
(204,203,226)
#D8D7E9
(216,215,233)
#E4E3F0
(228,227,240)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7877B1; }

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

This text font color is #7877B1.

Background Color

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

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

This div background color is #7877B1.

Border color

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

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

This div border color is #7877B1.

Opacity

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

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

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

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

This text has shadow with #7877B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7877B1.

Preview

Color preview on black background

This text has color #7877B1 on black background.


Color preview on white background

This text has color #7877B1 on white background.


Black color preview on #7877B1 background

This text has black color on #7877B1 background.


White color preview on #7877B1 background

This text has white color on #7877B1 background.


Related colors

Complementary color

Complementary color for #hex is #87884E.


I love getcolorcode.com

Triadic colors

1 #B17877 and #77B178 with #7877B1 are triadic colors.

2 #B17778 and #7778B1 with #7877B1 are triadic colors.