COLOR #7D77B0

HEX: #7D77B0
RGB: (125,119,176)

Color info

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

RGB color model

#7D77B0 color RGB value is (125,119,176).

  • red value is 125;
  • green value is 119;
  • blue value is 176.
RGB:
(125,119,176)
(49%,47%,69%)

RGB channels and saturation

R 125 of 255 = 49%
G 119 of 255 = 47%
B 176 of 255 = 69%

125
119
176

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

Portions of RGB colors in percentages

R + G + B =
125 + 119 + 176 = 420 (100%)
R 125 of 420 ~ 29.76%
G 119 of 420 ~ 28.33%
B 176 of 420 ~ 41.9%

%29.76
%28.33
%41.9

CMYK color model

#7D77B0 color CMYK value is (29,32,0,31).

  • cyan value is 28.98%
  • magenta value is 32.39%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(29,32,0,31)
C29M32Y0K31 
(29%,32%,0%,31%)
(0.29/0.32/0.00/0.31)	

CMYK percentages

%28.98
%32.39
%0
%30.98

Codes

Color #7D77B0 in popluar color models

7D77B0
RGB125119176
HSL246°26.51%57.84%
HSB/HSV246°32.39%69.02%
CMYK28.98%32.39%0.00%
30.98%

Color #7D77B0 in popluar number systems.

HEX7D77B0
Decimal125119176
Binary1111101111011110110000
Octal175167260

Shades and tints

Shades of #7D77B0

#7D77B0
(125,119,176)
#726DA0
(114,109,160)
#676390
(103,99,144)
#5C5980
(92,89,128)
#514F70
(81,79,112)
#464560
(70,69,96)
#3B3B50
(59,59,80)
#303140
(48,49,64)
#252730
(37,39,48)
#1A1D20
(26,29,32)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #7D77B0

#7D77B0
(125,119,176)
#8883B7
(136,131,183)
#938FBE
(147,143,190)
#9E9BC5
(158,155,197)
#A9A7CC
(169,167,204)
#B4B3D3
(180,179,211)
#BFBFDA
(191,191,218)
#CACBE1
(202,203,225)
#D5D7E8
(213,215,232)
#E0E3EF
(224,227,239)
#EBEFF6
(235,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D77B0 color. Also use rgb(125,119,176) instead hex code.

Text Font Color

.myTextColor { color: #7D77B0; }

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

This text font color is #7D77B0.


Background Color

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

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

This div background color is #7D77B0.


Border color

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

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

This div border color is #7D77B0.


Opacity

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

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

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

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

This text has shadow with #7D77B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D77B0 on black background.


Color preview on white background

This text has color #7D77B0 on white background.



Black color preview on #7D77B0 background

This text has black color on #7D77B0 background.


White color preview on #7D77B0 background

This text has white color on #7D77B0 background.