COLOR #7D76B2

HEX: #7D76B2 RGB: (125,118,178)

Color info

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

RGB color model

#7D76B2 color RGB value is (125,118,178).

RGB: (125,118,178) (49%, 46%, 70%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 178 of 255 = 70%

125
118
178

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

Portions of RGB colors in percentages

R + G + B = 125 + 118 + 178 = 421 (100%)
R 125 of 421 ~ 29.69%
G 118 of 421 ~ 28.03%
B 178 of 421 ~ 42.28'%

%29.69
%28.03
%42.28

CMYK color model

#7D76B2 color CMYK value is (30,34,0,30).

  • cyan value is 29.78%
  • magenta value is 33.71%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (30,34,0,30)
C30M34Y0K30 (30%, 34%, 0%, 30%)
(0.30 / 0.34 / 0.00 / 0.30)

CMYK percentages

%29.78
%33.71
%0
%30.2

Codes

Color #7D76B2 in popluar color models

7D 76 B2
RGB 125 118 178
HSL 247° 28.04% 58.04%
HSB/HSV 247° 33.71% 69.80%
CMYK 29.78% 33.71% 0.00%
30.20%

Color #7D76B2 in popluar number systems.

HEX 7D 76 B2
Decimal 125 118 178
Binary 1111101 1110110 10110010
Octal 175 166 262

Shades and tints

Shades of #7D76B2

#7D76B2
(125,118,178)
#726CA2
(114,108,162)
#676292
(103,98,146)
#5C5882
(92,88,130)
#514E72
(81,78,114)
#464462
(70,68,98)
#3B3A52
(59,58,82)
#303042
(48,48,66)
#252632
(37,38,50)
#1A1C22
(26,28,34)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #7D76B2

#7D76B2
(125,118,178)
#8882B9
(136,130,185)
#938EC0
(147,142,192)
#9E9AC7
(158,154,199)
#A9A6CE
(169,166,206)
#B4B2D5
(180,178,213)
#BFBEDC
(191,190,220)
#CACAE3
(202,202,227)
#D5D6EA
(213,214,234)
#E0E2F1
(224,226,241)
#EBEEF8
(235,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D76B2; }

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

This text font color is #7D76B2.

Background Color

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

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

This div background color is #7D76B2.

Border color

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

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

This div border color is #7D76B2.

Opacity

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

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

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

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

This text has shadow with #7D76B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D76B2.

Preview

Color preview on black background

This text has color #7D76B2 on black background.


Color preview on white background

This text has color #7D76B2 on white background.


Black color preview on #7D76B2 background

This text has black color on #7D76B2 background.


White color preview on #7D76B2 background

This text has white color on #7D76B2 background.


Related colors

Complementary color

Complementary color for #hex is #82894D.


I love getcolorcode.com

Triadic colors

1 #B27D76 and #76B27D with #7D76B2 are triadic colors.

2 #B2767D and #767DB2 with #7D76B2 are triadic colors.