COLOR #7866A5

HEX: #7866A5 RGB: (120,102,165)

Color info

#7866A5 contains mainly red and blue colors. Web safe color of #7866A5 is #666699 (or #669).

RGB color model

#7866A5 color RGB value is (120,102,165).

RGB: (120,102,165) (47%, 40%, 65%)

RGB channels and saturation

R 120 of 255 = 47%
G 102 of 255 = 40%
B 165 of 255 = 65%

120
102
165

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

Portions of RGB colors in percentages

R + G + B = 120 + 102 + 165 = 387 (100%)
R 120 of 387 ~ 31.01%
G 102 of 387 ~ 26.36%
B 165 of 387 ~ 42.64'%

%31.01
%26.36
%42.64

CMYK color model

#7866A5 color CMYK value is (27,38,0,35).

  • cyan value is 27.27%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (27,38,0,35)
C27M38Y0K35 (27%, 38%, 0%, 35%)
(0.27 / 0.38 / 0.00 / 0.35)

CMYK percentages

%27.27
%38.18
%0
%35.29

Codes

Color #7866A5 in popluar color models

78 66 A5
RGB 120 102 165
HSL 257° 25.93% 52.35%
HSB/HSV 257° 38.18% 64.71%
CMYK 27.27% 38.18% 0.00%
35.29%

Color #7866A5 in popluar number systems.

HEX 78 66 A5
Decimal 120 102 165
Binary 1111000 1100110 10100101
Octal 170 146 245

Shades and tints

Shades of #7866A5

#7866A5
(120,102,165)
#6E5D96
(110,93,150)
#645487
(100,84,135)
#5A4B78
(90,75,120)
#504269
(80,66,105)
#46395A
(70,57,90)
#3C304B
(60,48,75)
#32273C
(50,39,60)
#281E2D
(40,30,45)
#1E151E
(30,21,30)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #7866A5

#7866A5
(120,102,165)
#8473AD
(132,115,173)
#9080B5
(144,128,181)
#9C8DBD
(156,141,189)
#A89AC5
(168,154,197)
#B4A7CD
(180,167,205)
#C0B4D5
(192,180,213)
#CCC1DD
(204,193,221)
#D8CEE5
(216,206,229)
#E4DBED
(228,219,237)
#F0E8F5
(240,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7866A5; }

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

This text font color is #7866A5.

Background Color

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

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

This div background color is #7866A5.

Border color

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

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

This div border color is #7866A5.

Opacity

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

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

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

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

This text has shadow with #7866A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7866A5.

Preview

Color preview on black background

This text has color #7866A5 on black background.


Color preview on white background

This text has color #7866A5 on white background.


Black color preview on #7866A5 background

This text has black color on #7866A5 background.


White color preview on #7866A5 background

This text has white color on #7866A5 background.


Related colors

Complementary color

Complementary color for #hex is #87995A.


I love getcolorcode.com

Triadic colors

1 #A57866 and #66A578 with #7866A5 are triadic colors.

2 #A56678 and #6678A5 with #7866A5 are triadic colors.