COLOR #77537D

HEX: #77537D RGB: (119,83,125)

Color info

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

RGB color model

#77537D color RGB value is (119,83,125).

RGB: (119,83,125) (47%, 33%, 49%)

RGB channels and saturation

R 119 of 255 = 47%
G 83 of 255 = 33%
B 125 of 255 = 49%

119
83
125

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

Portions of RGB colors in percentages

R + G + B = 119 + 83 + 125 = 327 (100%)
R 119 of 327 ~ 36.39%
G 83 of 327 ~ 25.38%
B 125 of 327 ~ 38.23'%

%36.39
%25.38
%38.23

CMYK color model

#77537D color CMYK value is (5,34,0,51).

  • cyan value is 4.80%
  • magenta value is 33.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (5,34,0,51)
C5M34Y0K51 (5%, 34%, 0%, 51%)
(0.05 / 0.34 / 0.00 / 0.51)

CMYK percentages

%4.8
%33.6
%0
%50.98

Codes

Color #77537D in popluar color models

77 53 7D
RGB 119 83 125
HSL 291° 20.19% 40.78%
HSB/HSV 291° 33.60% 49.02%
CMYK 4.80% 33.60% 0.00%
50.98%

Color #77537D in popluar number systems.

HEX 77 53 7D
Decimal 119 83 125
Binary 1110111 1010011 1111101
Octal 167 123 175

Shades and tints

Shades of #77537D

#77537D
(119,83,125)
#6D4C72
(109,76,114)
#634567
(99,69,103)
#593E5C
(89,62,92)
#4F3751
(79,55,81)
#453046
(69,48,70)
#3B293B
(59,41,59)
#312230
(49,34,48)
#271B25
(39,27,37)
#1D141A
(29,20,26)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #77537D

#77537D
(119,83,125)
#836288
(131,98,136)
#8F7193
(143,113,147)
#9B809E
(155,128,158)
#A78FA9
(167,143,169)
#B39EB4
(179,158,180)
#BFADBF
(191,173,191)
#CBBCCA
(203,188,202)
#D7CBD5
(215,203,213)
#E3DAE0
(227,218,224)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77537D color. Also use rgb(119,83,125) instead hex code.

Text Font Color

.myTextColor { color: #77537D; }

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

This text font color is #77537D.

Background Color

.myBgColor { background-color: #77537D; }

<div style="background-color:#77537D">Inner text</div>

This div background color is #77537D.

Border color

.myBorderColor { border: 1px solid #77537D; }

<div style="border:3px solid #77537D">Div</div>

This div border color is #77537D.

Opacity

.myOpacity80 { color: #77537D; opacity: 0.8; }

<p style="color:#77537D;opacity:0.8;">80%</p>

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

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

This text has shadow with #77537D color.


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

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

This text has shadow with #77537D primary color and red secondary color.


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

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

This text has shadow with #77537D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77537D.

Preview

Color preview on black background

This text has color #77537D on black background.


Color preview on white background

This text has color #77537D on white background.


Black color preview on #77537D background

This text has black color on #77537D background.


White color preview on #77537D background

This text has white color on #77537D background.


Related colors

Complementary color

Complementary color for #hex is #88AC82.


I love getcolorcode.com

Triadic colors

1 #7D7753 and #537D77 with #77537D are triadic colors.

2 #7D5377 and #53777D with #77537D are triadic colors.