COLOR #7866AB

HEX: #7866AB RGB: (120,102,171)

Color info

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

RGB color model

#7866AB color RGB value is (120,102,171).

RGB: (120,102,171) (47%, 40%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 102 of 255 = 40%
B 171 of 255 = 67%

120
102
171

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

Portions of RGB colors in percentages

R + G + B = 120 + 102 + 171 = 393 (100%)
R 120 of 393 ~ 30.53%
G 102 of 393 ~ 25.95%
B 171 of 393 ~ 43.51'%

%30.53
%25.95
%43.51

CMYK color model

#7866AB color CMYK value is (30,40,0,33).

  • cyan value is 29.82%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (30,40,0,33)
C30M40Y0K33 (30%, 40%, 0%, 33%)
(0.30 / 0.40 / 0.00 / 0.33)

CMYK percentages

%29.82
%40.35
%0
%32.94

Codes

Color #7866AB in popluar color models

78 66 AB
RGB 120 102 171
HSL 256° 29.11% 53.53%
HSB/HSV 256° 40.35% 67.06%
CMYK 29.82% 40.35% 0.00%
32.94%

Color #7866AB in popluar number systems.

HEX 78 66 AB
Decimal 120 102 171
Binary 1111000 1100110 10101011
Octal 170 146 253

Shades and tints

Shades of #7866AB

#7866AB
(120,102,171)
#6E5D9C
(110,93,156)
#64548D
(100,84,141)
#5A4B7E
(90,75,126)
#50426F
(80,66,111)
#463960
(70,57,96)
#3C3051
(60,48,81)
#322742
(50,39,66)
#281E33
(40,30,51)
#1E1524
(30,21,36)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #7866AB

#7866AB
(120,102,171)
#8473B2
(132,115,178)
#9080B9
(144,128,185)
#9C8DC0
(156,141,192)
#A89AC7
(168,154,199)
#B4A7CE
(180,167,206)
#C0B4D5
(192,180,213)
#CCC1DC
(204,193,220)
#D8CEE3
(216,206,227)
#E4DBEA
(228,219,234)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7866AB; }

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

This text font color is #7866AB.

Background Color

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

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

This div background color is #7866AB.

Border color

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

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

This div border color is #7866AB.

Opacity

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

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

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

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

This text has shadow with #7866AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7866AB.

Preview

Color preview on black background

This text has color #7866AB on black background.


Color preview on white background

This text has color #7866AB on white background.


Black color preview on #7866AB background

This text has black color on #7866AB background.


White color preview on #7866AB background

This text has white color on #7866AB background.


Related colors

Complementary color

Complementary color for #hex is #879954.


I love getcolorcode.com

Triadic colors

1 #AB7866 and #66AB78 with #7866AB are triadic colors.

2 #AB6678 and #6678AB with #7866AB are triadic colors.