COLOR #77617F

HEX: #77617F
RGB: (119,97,127)

Color info

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

RGB color model

#77617F color RGB value is (119,97,127).

  • red value is 119;
  • green value is 97;
  • blue value is 127.
RGB:
(119,97,127)
(47%,38%,50%)

RGB channels and saturation

R 119 of 255 = 47%
G 97 of 255 = 38%
B 127 of 255 = 50%

119
97
127

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

Portions of RGB colors in percentages

R + G + B =
119 + 97 + 127 = 343 (100%)
R 119 of 343 ~ 34.69%
G 97 of 343 ~ 28.28%
B 127 of 343 ~ 37.03%

%34.69
%28.28
%37.03

CMYK color model

#77617F color CMYK value is (6,24,0,50).

  • cyan value is 6.30%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(6,24,0,50)
C6M24Y0K50 
(6%,24%,0%,50%)
(0.06/0.24/0.00/0.50)	

CMYK percentages

%6.3
%23.62
%0
%50.2

Codes

Color #77617F in popluar color models

77617F
RGB11997127
HSL284°13.39%43.92%
HSB/HSV284°23.62%49.80%
CMYK6.30%23.62%0.00%
50.20%

Color #77617F in popluar number systems.

HEX77617F
Decimal11997127
Binary111011111000011111111
Octal167141177

Shades and tints

Shades of #77617F

#77617F
(119,97,127)
#6D5974
(109,89,116)
#635169
(99,81,105)
#59495E
(89,73,94)
#4F4153
(79,65,83)
#453948
(69,57,72)
#3B313D
(59,49,61)
#312932
(49,41,50)
#272127
(39,33,39)
#1D191C
(29,25,28)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #77617F

#77617F
(119,97,127)
#836F8A
(131,111,138)
#8F7D95
(143,125,149)
#9B8BA0
(155,139,160)
#A799AB
(167,153,171)
#B3A7B6
(179,167,182)
#BFB5C1
(191,181,193)
#CBC3CC
(203,195,204)
#D7D1D7
(215,209,215)
#E3DFE2
(227,223,226)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77617F; }

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

This text font color is #77617F.


Background Color

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

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

This div background color is #77617F.


Border color

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

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

This div border color is #77617F.


Opacity

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

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

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

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

This text has shadow with #77617F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77617F on black background.


Color preview on white background

This text has color #77617F on white background.



Black color preview on #77617F background

This text has black color on #77617F background.


White color preview on #77617F background

This text has white color on #77617F background.