COLOR #77507B

HEX: #77507B
RGB: (119,80,123)

Color info

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

RGB color model

#77507B color RGB value is (119,80,123).

  • red value is 119;
  • green value is 80;
  • blue value is 123.
RGB:
(119,80,123)
(47%,31%,48%)

RGB channels and saturation

R 119 of 255 = 47%
G 80 of 255 = 31%
B 123 of 255 = 48%

119
80
123

R + G + B ~ 42%. #77507B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 80 + 123 = 322 (100%)
R 119 of 322 ~ 36.96%
G 80 of 322 ~ 24.84%
B 123 of 322 ~ 38.2%

%36.96
%24.84
%38.2

CMYK color model

#77507B color CMYK value is (3,35,0,52).

  • cyan value is 3.25%
  • magenta value is 34.96%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(3,35,0,52)
C3M35Y0K52 
(3%,35%,0%,52%)
(0.03/0.35/0.00/0.52)	

CMYK percentages

%3.25
%34.96
%0
%51.76

Codes

Color #77507B in popluar color models

77507B
RGB11980123
HSL294°21.18%39.80%
HSB/HSV294°34.96%48.24%
CMYK3.25%34.96%0.00%
51.76%

Color #77507B in popluar number systems.

HEX77507B
Decimal11980123
Binary111011110100001111011
Octal167120173

Shades and tints

Shades of #77507B

#77507B
(119,80,123)
#6D4970
(109,73,112)
#634265
(99,66,101)
#593B5A
(89,59,90)
#4F344F
(79,52,79)
#452D44
(69,45,68)
#3B2639
(59,38,57)
#311F2E
(49,31,46)
#271823
(39,24,35)
#1D1118
(29,17,24)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #77507B

#77507B
(119,80,123)
#835F87
(131,95,135)
#8F6E93
(143,110,147)
#9B7D9F
(155,125,159)
#A78CAB
(167,140,171)
#B39BB7
(179,155,183)
#BFAAC3
(191,170,195)
#CBB9CF
(203,185,207)
#D7C8DB
(215,200,219)
#E3D7E7
(227,215,231)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77507B color. Also use rgb(119,80,123) instead hex code.

Text Font Color

.myTextColor { color: #77507B; }

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

This text font color is #77507B.


Background Color

.myBgColor { background-color: #77507B; }

<div style="background-color:#77507B">Inner text</div>

This div background color is #77507B.


Border color

.myBorderColor { border: 1px solid #77507B; }

<div style="border:3px solid #77507B">Div</div>

This div border color is #77507B.


Opacity

.myOpacity80 { color: #77507B; opacity: 0.8; }

<p style="color:#77507B;opacity:0.8;">80%</p>

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

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

This text has shadow with #77507B color.

.textShadow {text-shadow: 3px 3px 1px #77507B, 3px 3px 1px red;}

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

This text has shadow with #77507B primary color and red secondary color.


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

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

This text has shadow with #77507B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77507B on black background.


Color preview on white background

This text has color #77507B on white background.



Black color preview on #77507B background

This text has black color on #77507B background.


White color preview on #77507B background

This text has white color on #77507B background.