COLOR #7881AD

HEX: #7881AD RGB: (120,129,173)

Color info

#7881AD contains red, green and blue colors in about the same proportion. Web safe color of #7881AD is #669999 (or #699).

RGB color model

#7881AD color RGB value is (120,129,173).

RGB: (120,129,173) (47%, 51%, 68%)

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 173 of 255 = 68%

120
129
173

R + G + B ~ 55%. #7881AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 129 + 173 = 422 (100%)
R 120 of 422 ~ 28.44%
G 129 of 422 ~ 30.57%
B 173 of 422 ~ 41'%

%28.44
%30.57
%41

CMYK color model

#7881AD color CMYK value is (31,25,0,32).

  • cyan value is 30.64%
  • magenta value is 25.43%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (31,25,0,32)
C31M25Y0K32 (31%, 25%, 0%, 32%)
(0.31 / 0.25 / 0.00 / 0.32)

CMYK percentages

%30.64
%25.43
%0
%32.16

Codes

Color #7881AD in popluar color models

78 81 AD
RGB 120 129 173
HSL 230° 24.42% 57.45%
HSB/HSV 230° 30.64% 67.84%
CMYK 30.64% 25.43% 0.00%
32.16%

Color #7881AD in popluar number systems.

HEX 78 81 AD
Decimal 120 129 173
Binary 1111000 10000001 10101101
Octal 170 201 255

Shades and tints

Shades of #7881AD

#7881AD
(120,129,173)
#6E769E
(110,118,158)
#646B8F
(100,107,143)
#5A6080
(90,96,128)
#505571
(80,85,113)
#464A62
(70,74,98)
#3C3F53
(60,63,83)
#323444
(50,52,68)
#282935
(40,41,53)
#1E1E26
(30,30,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #7881AD

#7881AD
(120,129,173)
#848CB4
(132,140,180)
#9097BB
(144,151,187)
#9CA2C2
(156,162,194)
#A8ADC9
(168,173,201)
#B4B8D0
(180,184,208)
#C0C3D7
(192,195,215)
#CCCEDE
(204,206,222)
#D8D9E5
(216,217,229)
#E4E4EC
(228,228,236)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7881AD color. Also use rgb(120,129,173) instead hex code.

Text Font Color

.myTextColor { color: #7881AD; }

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

This text font color is #7881AD.

Background Color

.myBgColor { background-color: #7881AD; }

<div style="background-color:#7881AD">Inner text</div>

This div background color is #7881AD.

Border color

.myBorderColor { border: 1px solid #7881AD; }

<div style="border:3px solid #7881AD">Div</div>

This div border color is #7881AD.

Opacity

.myOpacity80 { color: #7881AD; opacity: 0.8; }

<p style="color:#7881AD;opacity:0.8;">80%</p>

Text with #7881AD 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 #7881AD;}

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

This text has shadow with #7881AD color.


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

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

This text has shadow with #7881AD primary color and red secondary color.


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

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

This text has shadow with #7881AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7881AD.

Preview

Color preview on black background

This text has color #7881AD on black background.


Color preview on white background

This text has color #7881AD on white background.


Black color preview on #7881AD background

This text has black color on #7881AD background.


White color preview on #7881AD background

This text has white color on #7881AD background.


Related colors

Complementary color

Complementary color for #hex is #877E52.


I love getcolorcode.com

Triadic colors

1 #AD7881 and #81AD78 with #7881AD are triadic colors.

2 #AD8178 and #8178AD with #7881AD are triadic colors.