COLOR #77527F

HEX: #77527F RGB: (119,82,127)

Color info

#77527F contains red, green and blue colors in about the same proportion. Web safe color of #77527F is #666666 (or #666).

RGB color model

#77527F color RGB value is (119,82,127).

RGB: (119,82,127) (47%, 32%, 50%)

RGB channels and saturation

R 119 of 255 = 47%
G 82 of 255 = 32%
B 127 of 255 = 50%

119
82
127

R + G + B ~ 43%. #77527F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 82 + 127 = 328 (100%)
R 119 of 328 ~ 36.28%
G 82 of 328 ~ 25%
B 127 of 328 ~ 38.72'%

%36.28
%25
%38.72

CMYK color model

#77527F color CMYK value is (6,35,0,50).

  • cyan value is 6.30%
  • magenta value is 35.43%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (6,35,0,50)
C6M35Y0K50 (6%, 35%, 0%, 50%)
(0.06 / 0.35 / 0.00 / 0.50)

CMYK percentages

%6.3
%35.43
%0
%50.2

Codes

Color #77527F in popluar color models

77 52 7F
RGB 119 82 127
HSL 289° 21.53% 40.98%
HSB/HSV 289° 35.43% 49.80%
CMYK 6.30% 35.43% 0.00%
50.20%

Color #77527F in popluar number systems.

HEX 77 52 7F
Decimal 119 82 127
Binary 1110111 1010010 1111111
Octal 167 122 177

Shades and tints

Shades of #77527F

#77527F
(119,82,127)
#6D4B74
(109,75,116)
#634469
(99,68,105)
#593D5E
(89,61,94)
#4F3653
(79,54,83)
#452F48
(69,47,72)
#3B283D
(59,40,61)
#312132
(49,33,50)
#271A27
(39,26,39)
#1D131C
(29,19,28)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #77527F

#77527F
(119,82,127)
#83618A
(131,97,138)
#8F7095
(143,112,149)
#9B7FA0
(155,127,160)
#A78EAB
(167,142,171)
#B39DB6
(179,157,182)
#BFACC1
(191,172,193)
#CBBBCC
(203,187,204)
#D7CAD7
(215,202,215)
#E3D9E2
(227,217,226)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77527F color. Also use rgb(119,82,127) instead hex code.

Text Font Color

.myTextColor { color: #77527F; }

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

This text font color is #77527F.

Background Color

.myBgColor { background-color: #77527F; }

<div style="background-color:#77527F">Inner text</div>

This div background color is #77527F.

Border color

.myBorderColor { border: 1px solid #77527F; }

<div style="border:3px solid #77527F">Div</div>

This div border color is #77527F.

Opacity

.myOpacity80 { color: #77527F; opacity: 0.8; }

<p style="color:#77527F;opacity:0.8;">80%</p>

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

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

This text has shadow with #77527F color.


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

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

This text has shadow with #77527F primary color and red secondary color.


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

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

This text has shadow with #77527F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77527F.

Preview

Color preview on black background

This text has color #77527F on black background.


Color preview on white background

This text has color #77527F on white background.


Black color preview on #77527F background

This text has black color on #77527F background.


White color preview on #77527F background

This text has white color on #77527F background.


Related colors

Complementary color

Complementary color for #hex is #88AD80.


I love getcolorcode.com

Triadic colors

1 #7F7752 and #527F77 with #77527F are triadic colors.

2 #7F5277 and #52777F with #77527F are triadic colors.