COLOR #7D76B1

HEX: #7D76B1 RGB: (125,118,177)

Color info

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

RGB color model

#7D76B1 color RGB value is (125,118,177).

RGB: (125,118,177) (49%, 46%, 69%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 177 of 255 = 69%

125
118
177

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

Portions of RGB colors in percentages

R + G + B = 125 + 118 + 177 = 420 (100%)
R 125 of 420 ~ 29.76%
G 118 of 420 ~ 28.1%
B 177 of 420 ~ 42.14'%

%29.76
%28.1
%42.14

CMYK color model

#7D76B1 color CMYK value is (29,33,0,31).

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

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

CMYK percentages

%29.38
%33.33
%0
%30.59

Codes

Color #7D76B1 in popluar color models

7D 76 B1
RGB 125 118 177
HSL 247° 27.44% 57.84%
HSB/HSV 247° 33.33% 69.41%
CMYK 29.38% 33.33% 0.00%
30.59%

Color #7D76B1 in popluar number systems.

HEX 7D 76 B1
Decimal 125 118 177
Binary 1111101 1110110 10110001
Octal 175 166 261

Shades and tints

Shades of #7D76B1

#7D76B1
(125,118,177)
#726CA1
(114,108,161)
#676291
(103,98,145)
#5C5881
(92,88,129)
#514E71
(81,78,113)
#464461
(70,68,97)
#3B3A51
(59,58,81)
#303041
(48,48,65)
#252631
(37,38,49)
#1A1C21
(26,28,33)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #7D76B1

#7D76B1
(125,118,177)
#8882B8
(136,130,184)
#938EBF
(147,142,191)
#9E9AC6
(158,154,198)
#A9A6CD
(169,166,205)
#B4B2D4
(180,178,212)
#BFBEDB
(191,190,219)
#CACAE2
(202,202,226)
#D5D6E9
(213,214,233)
#E0E2F0
(224,226,240)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D76B1 color. Also use rgb(125,118,177) instead hex code.

Text Font Color

.myTextColor { color: #7D76B1; }

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

This text font color is #7D76B1.

Background Color

.myBgColor { background-color: #7D76B1; }

<div style="background-color:#7D76B1">Inner text</div>

This div background color is #7D76B1.

Border color

.myBorderColor { border: 1px solid #7D76B1; }

<div style="border:3px solid #7D76B1">Div</div>

This div border color is #7D76B1.

Opacity

.myOpacity80 { color: #7D76B1; opacity: 0.8; }

<p style="color:#7D76B1;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D76B1 color.


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

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

This text has shadow with #7D76B1 primary color and red secondary color.


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

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

This text has shadow with #7D76B1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7D76B1.

Preview

Color preview on black background

This text has color #7D76B1 on black background.


Color preview on white background

This text has color #7D76B1 on white background.


Black color preview on #7D76B1 background

This text has black color on #7D76B1 background.


White color preview on #7D76B1 background

This text has white color on #7D76B1 background.


Related colors

Complementary color

Complementary color for #hex is #82894E.


I love getcolorcode.com

Triadic colors

1 #B17D76 and #76B17D with #7D76B1 are triadic colors.

2 #B1767D and #767DB1 with #7D76B1 are triadic colors.