COLOR #7D76B8

HEX: #7D76B8 RGB: (125,118,184)

Color info

#7D76B8 contains mainly red and blue colors. Web safe color of #7D76B8 is #6666CC (or #66C).

RGB color model

#7D76B8 color RGB value is (125,118,184).

RGB: (125,118,184) (49%, 46%, 72%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 184 of 255 = 72%

125
118
184

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

Portions of RGB colors in percentages

R + G + B = 125 + 118 + 184 = 427 (100%)
R 125 of 427 ~ 29.27%
G 118 of 427 ~ 27.63%
B 184 of 427 ~ 43.09'%

%29.27
%27.63
%43.09

CMYK color model

#7D76B8 color CMYK value is (32,36,0,28).

  • cyan value is 32.07%
  • magenta value is 35.87%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (32,36,0,28)
C32M36Y0K28 (32%, 36%, 0%, 28%)
(0.32 / 0.36 / 0.00 / 0.28)

CMYK percentages

%32.07
%35.87
%0
%27.84

Codes

Color #7D76B8 in popluar color models

7D 76 B8
RGB 125 118 184
HSL 246° 31.73% 59.22%
HSB/HSV 246° 35.87% 72.16%
CMYK 32.07% 35.87% 0.00%
27.84%

Color #7D76B8 in popluar number systems.

HEX 7D 76 B8
Decimal 125 118 184
Binary 1111101 1110110 10111000
Octal 175 166 270

Shades and tints

Shades of #7D76B8

#7D76B8
(125,118,184)
#726CA8
(114,108,168)
#676298
(103,98,152)
#5C5888
(92,88,136)
#514E78
(81,78,120)
#464468
(70,68,104)
#3B3A58
(59,58,88)
#303048
(48,48,72)
#252638
(37,38,56)
#1A1C28
(26,28,40)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #7D76B8

#7D76B8
(125,118,184)
#8882BE
(136,130,190)
#938EC4
(147,142,196)
#9E9ACA
(158,154,202)
#A9A6D0
(169,166,208)
#B4B2D6
(180,178,214)
#BFBEDC
(191,190,220)
#CACAE2
(202,202,226)
#D5D6E8
(213,214,232)
#E0E2EE
(224,226,238)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D76B8; }

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

This text font color is #7D76B8.

Background Color

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

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

This div background color is #7D76B8.

Border color

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

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

This div border color is #7D76B8.

Opacity

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

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

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

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

This text has shadow with #7D76B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D76B8.

Preview

Color preview on black background

This text has color #7D76B8 on black background.


Color preview on white background

This text has color #7D76B8 on white background.


Black color preview on #7D76B8 background

This text has black color on #7D76B8 background.


White color preview on #7D76B8 background

This text has white color on #7D76B8 background.


Related colors

Complementary color

Complementary color for #hex is #828947.


I love getcolorcode.com

Triadic colors

1 #B87D76 and #76B87D with #7D76B8 are triadic colors.

2 #B8767D and #767DB8 with #7D76B8 are triadic colors.