COLOR #7881C7

HEX: #7881C7 RGB: (120,129,199)

Color info

#7881C7 contains mainly blue color. Web safe color of #7881C7 is #6699CC (or #69C).

RGB color model

#7881C7 color RGB value is (120,129,199).

RGB: (120,129,199) (47%, 51%, 78%)

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 199 of 255 = 78%

120
129
199

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

Portions of RGB colors in percentages

R + G + B = 120 + 129 + 199 = 448 (100%)
R 120 of 448 ~ 26.79%
G 129 of 448 ~ 28.79%
B 199 of 448 ~ 44.42'%

%26.79
%28.79
%44.42

CMYK color model

#7881C7 color CMYK value is (40,35,0,22).

  • cyan value is 39.70%
  • magenta value is 35.18%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (40,35,0,22)
C40M35Y0K22 (40%, 35%, 0%, 22%)
(0.40 / 0.35 / 0.00 / 0.22)

CMYK percentages

%39.7
%35.18
%0
%21.96

Codes

Color #7881C7 in popluar color models

78 81 C7
RGB 120 129 199
HSL 233° 41.36% 62.55%
HSB/HSV 233° 39.70% 78.04%
CMYK 39.70% 35.18% 0.00%
21.96%

Color #7881C7 in popluar number systems.

HEX 78 81 C7
Decimal 120 129 199
Binary 1111000 10000001 11000111
Octal 170 201 307

Shades and tints

Shades of #7881C7

#7881C7
(120,129,199)
#6E76B5
(110,118,181)
#646BA3
(100,107,163)
#5A6091
(90,96,145)
#50557F
(80,85,127)
#464A6D
(70,74,109)
#3C3F5B
(60,63,91)
#323449
(50,52,73)
#282937
(40,41,55)
#1E1E25
(30,30,37)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #7881C7

#7881C7
(120,129,199)
#848CCC
(132,140,204)
#9097D1
(144,151,209)
#9CA2D6
(156,162,214)
#A8ADDB
(168,173,219)
#B4B8E0
(180,184,224)
#C0C3E5
(192,195,229)
#CCCEEA
(204,206,234)
#D8D9EF
(216,217,239)
#E4E4F4
(228,228,244)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7881C7; }

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

This text font color is #7881C7.

Background Color

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

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

This div background color is #7881C7.

Border color

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

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

This div border color is #7881C7.

Opacity

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

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

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

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

This text has shadow with #7881C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7881C7.

Preview

Color preview on black background

This text has color #7881C7 on black background.


Color preview on white background

This text has color #7881C7 on white background.


Black color preview on #7881C7 background

This text has black color on #7881C7 background.


White color preview on #7881C7 background

This text has white color on #7881C7 background.


Related colors

Complementary color

Complementary color for #hex is #877E38.


I love getcolorcode.com

Triadic colors

1 #C77881 and #81C778 with #7881C7 are triadic colors.

2 #C78178 and #8178C7 with #7881C7 are triadic colors.