COLOR #7879B0

HEX: #7879B0
RGB: (120,121,176)

Color info

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

RGB color model

#7879B0 color RGB value is (120,121,176).

  • red value is 120;
  • green value is 121;
  • blue value is 176.
RGB:
(120,121,176)
(47%,47%,69%)

RGB channels and saturation

R 120 of 255 = 47%
G 121 of 255 = 47%
B 176 of 255 = 69%

120
121
176

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

Portions of RGB colors in percentages

R + G + B =
120 + 121 + 176 = 417 (100%)
R 120 of 417 ~ 28.78%
G 121 of 417 ~ 29.02%
B 176 of 417 ~ 42.21%

%28.78
%29.02
%42.21

CMYK color model

#7879B0 color CMYK value is (32,31,0,31).

  • cyan value is 31.82%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(32,31,0,31)
C32M31Y0K31 
(32%,31%,0%,31%)
(0.32/0.31/0.00/0.31)	

CMYK percentages

%31.82
%31.25
%0
%30.98

Codes

Color #7879B0 in popluar color models

7879B0
RGB120121176
HSL239°26.17%58.04%
HSB/HSV239°31.82%69.02%
CMYK31.82%31.25%0.00%
30.98%

Color #7879B0 in popluar number systems.

HEX7879B0
Decimal120121176
Binary1111000111100110110000
Octal170171260

Shades and tints

Shades of #7879B0

#7879B0
(120,121,176)
#6E6EA0
(110,110,160)
#646390
(100,99,144)
#5A5880
(90,88,128)
#504D70
(80,77,112)
#464260
(70,66,96)
#3C3750
(60,55,80)
#322C40
(50,44,64)
#282130
(40,33,48)
#1E1620
(30,22,32)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #7879B0

#7879B0
(120,121,176)
#8485B7
(132,133,183)
#9091BE
(144,145,190)
#9C9DC5
(156,157,197)
#A8A9CC
(168,169,204)
#B4B5D3
(180,181,211)
#C0C1DA
(192,193,218)
#CCCDE1
(204,205,225)
#D8D9E8
(216,217,232)
#E4E5EF
(228,229,239)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7879B0 color. Also use rgb(120,121,176) instead hex code.

Text Font Color

.myTextColor { color: #7879B0; }

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

This text font color is #7879B0.


Background Color

.myBgColor { background-color: #7879B0; }

<div style="background-color:#7879B0">Inner text</div>

This div background color is #7879B0.


Border color

.myBorderColor { border: 1px solid #7879B0; }

<div style="border:3px solid #7879B0">Div</div>

This div border color is #7879B0.


Opacity

.myOpacity80 { color: #7879B0; opacity: 0.8; }

<p style="color:#7879B0;opacity:0.8;">80%</p>

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

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

This text has shadow with #7879B0 color.

.textShadow {text-shadow: 3px 3px 1px #7879B0, 3px 3px 1px red;}

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

This text has shadow with #7879B0 primary color and red secondary color.


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

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

This text has shadow with #7879B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7879B0 on black background.


Color preview on white background

This text has color #7879B0 on white background.



Black color preview on #7879B0 background

This text has black color on #7879B0 background.


White color preview on #7879B0 background

This text has white color on #7879B0 background.