COLOR #7876A5

HEX: #7876A5
RGB: (120,118,165)

Color info

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

RGB color model

#7876A5 color RGB value is (120,118,165).

  • red value is 120;
  • green value is 118;
  • blue value is 165.
RGB:
(120,118,165)
(47%,46%,65%)

RGB channels and saturation

R 120 of 255 = 47%
G 118 of 255 = 46%
B 165 of 255 = 65%

120
118
165

R + G + B ~ 53%. #7876A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 118 + 165 = 403 (100%)
R 120 of 403 ~ 29.78%
G 118 of 403 ~ 29.28%
B 165 of 403 ~ 40.94%

%29.78
%29.28
%40.94

CMYK color model

#7876A5 color CMYK value is (27,28,0,35).

  • cyan value is 27.27%
  • magenta value is 28.48%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(27,28,0,35)
C27M28Y0K35 
(27%,28%,0%,35%)
(0.27/0.28/0.00/0.35)	

CMYK percentages

%27.27
%28.48
%0
%35.29

Codes

Color #7876A5 in popluar color models

7876A5
RGB120118165
HSL243°20.70%55.49%
HSB/HSV243°28.48%64.71%
CMYK27.27%28.48%0.00%
35.29%

Color #7876A5 in popluar number systems.

HEX7876A5
Decimal120118165
Binary1111000111011010100101
Octal170166245

Shades and tints

Shades of #7876A5

#7876A5
(120,118,165)
#6E6C96
(110,108,150)
#646287
(100,98,135)
#5A5878
(90,88,120)
#504E69
(80,78,105)
#46445A
(70,68,90)
#3C3A4B
(60,58,75)
#32303C
(50,48,60)
#28262D
(40,38,45)
#1E1C1E
(30,28,30)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #7876A5

#7876A5
(120,118,165)
#8482AD
(132,130,173)
#908EB5
(144,142,181)
#9C9ABD
(156,154,189)
#A8A6C5
(168,166,197)
#B4B2CD
(180,178,205)
#C0BED5
(192,190,213)
#CCCADD
(204,202,221)
#D8D6E5
(216,214,229)
#E4E2ED
(228,226,237)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7876A5 color. Also use rgb(120,118,165) instead hex code.

Text Font Color

.myTextColor { color: #7876A5; }

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

This text font color is #7876A5.


Background Color

.myBgColor { background-color: #7876A5; }

<div style="background-color:#7876A5">Inner text</div>

This div background color is #7876A5.


Border color

.myBorderColor { border: 1px solid #7876A5; }

<div style="border:3px solid #7876A5">Div</div>

This div border color is #7876A5.


Opacity

.myOpacity80 { color: #7876A5; opacity: 0.8; }

<p style="color:#7876A5;opacity:0.8;">80%</p>

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

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

This text has shadow with #7876A5 color.

.textShadow {text-shadow: 3px 3px 1px #7876A5, 3px 3px 1px red;}

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

This text has shadow with #7876A5 primary color and red secondary color.


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

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

This text has shadow with #7876A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7876A5 on black background.


Color preview on white background

This text has color #7876A5 on white background.



Black color preview on #7876A5 background

This text has black color on #7876A5 background.


White color preview on #7876A5 background

This text has white color on #7876A5 background.