COLOR #7876AA

HEX: #7876AA RGB: (120,118,170)

Color info

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

RGB color model

#7876AA color RGB value is (120,118,170).

RGB: (120,118,170) (47%, 46%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 118 of 255 = 46%
B 170 of 255 = 67%

120
118
170

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

Portions of RGB colors in percentages

R + G + B = 120 + 118 + 170 = 408 (100%)
R 120 of 408 ~ 29.41%
G 118 of 408 ~ 28.92%
B 170 of 408 ~ 41.67'%

%29.41
%28.92
%41.67

CMYK color model

#7876AA color CMYK value is (29,31,0,33).

  • cyan value is 29.41%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (29,31,0,33)
C29M31Y0K33 (29%, 31%, 0%, 33%)
(0.29 / 0.31 / 0.00 / 0.33)

CMYK percentages

%29.41
%30.59
%0
%33.33

Codes

Color #7876AA in popluar color models

78 76 AA
RGB 120 118 170
HSL 242° 23.42% 56.47%
HSB/HSV 242° 30.59% 66.67%
CMYK 29.41% 30.59% 0.00%
33.33%

Color #7876AA in popluar number systems.

HEX 78 76 AA
Decimal 120 118 170
Binary 1111000 1110110 10101010
Octal 170 166 252

Shades and tints

Shades of #7876AA

#7876AA
(120,118,170)
#6E6C9B
(110,108,155)
#64628C
(100,98,140)
#5A587D
(90,88,125)
#504E6E
(80,78,110)
#46445F
(70,68,95)
#3C3A50
(60,58,80)
#323041
(50,48,65)
#282632
(40,38,50)
#1E1C23
(30,28,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #7876AA

#7876AA
(120,118,170)
#8482B1
(132,130,177)
#908EB8
(144,142,184)
#9C9ABF
(156,154,191)
#A8A6C6
(168,166,198)
#B4B2CD
(180,178,205)
#C0BED4
(192,190,212)
#CCCADB
(204,202,219)
#D8D6E2
(216,214,226)
#E4E2E9
(228,226,233)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7876AA; }

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

This text font color is #7876AA.

Background Color

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

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

This div background color is #7876AA.

Border color

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

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

This div border color is #7876AA.

Opacity

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

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

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

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

This text has shadow with #7876AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7876AA.

Preview

Color preview on black background

This text has color #7876AA on black background.


Color preview on white background

This text has color #7876AA on white background.


Black color preview on #7876AA background

This text has black color on #7876AA background.


White color preview on #7876AA background

This text has white color on #7876AA background.


Related colors

Complementary color

Complementary color for #hex is #878955.


I love getcolorcode.com

Triadic colors

1 #AA7876 and #76AA78 with #7876AA are triadic colors.

2 #AA7678 and #7678AA with #7876AA are triadic colors.