COLOR #7879AF

HEX: #7879AF
RGB: (120,121,175)

Color info

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

RGB color model

#7879AF color RGB value is (120,121,175).

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

RGB channels and saturation

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

120
121
175

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

Portions of RGB colors in percentages

R + G + B =
120 + 121 + 175 = 416 (100%)
R 120 of 416 ~ 28.85%
G 121 of 416 ~ 29.09%
B 175 of 416 ~ 42.07%

%28.85
%29.09
%42.07

CMYK color model

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

  • cyan value is 31.43%
  • magenta value is 30.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(31,31,0,31)
C31M31Y0K31 
(31%,31%,0%,31%)
(0.31/0.31/0.00/0.31)	

CMYK percentages

%31.43
%30.86
%0
%31.37

Codes

Color #7879AF in popluar color models

7879AF
RGB120121175
HSL239°25.58%57.84%
HSB/HSV239°31.43%68.63%
CMYK31.43%30.86%0.00%
31.37%

Color #7879AF in popluar number systems.

HEX7879AF
Decimal120121175
Binary1111000111100110101111
Octal170171257

Shades and tints

Shades of #7879AF

#7879AF
(120,121,175)
#6E6EA0
(110,110,160)
#646391
(100,99,145)
#5A5882
(90,88,130)
#504D73
(80,77,115)
#464264
(70,66,100)
#3C3755
(60,55,85)
#322C46
(50,44,70)
#282137
(40,33,55)
#1E1628
(30,22,40)
#140B19
(20,11,25)
#000000
(0,0,0)

Tints of #7879AF

#7879AF
(120,121,175)
#8485B6
(132,133,182)
#9091BD
(144,145,189)
#9C9DC4
(156,157,196)
#A8A9CB
(168,169,203)
#B4B5D2
(180,181,210)
#C0C1D9
(192,193,217)
#CCCDE0
(204,205,224)
#D8D9E7
(216,217,231)
#E4E5EE
(228,229,238)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7879AF; }

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

This text font color is #7879AF.


Background Color

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

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

This div background color is #7879AF.


Border color

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

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

This div border color is #7879AF.


Opacity

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

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

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

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

This text has shadow with #7879AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7879AF on black background.


Color preview on white background

This text has color #7879AF on white background.



Black color preview on #7879AF background

This text has black color on #7879AF background.


White color preview on #7879AF background

This text has white color on #7879AF background.