COLOR #77607E

HEX: #77607E
RGB: (119,96,126)

Color info

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

RGB color model

#77607E color RGB value is (119,96,126).

  • red value is 119;
  • green value is 96;
  • blue value is 126.
RGB:
(119,96,126)
(47%,38%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 96 of 255 = 38%
B 126 of 255 = 49%

119
96
126

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

Portions of RGB colors in percentages

R + G + B =
119 + 96 + 126 = 341 (100%)
R 119 of 341 ~ 34.9%
G 96 of 341 ~ 28.15%
B 126 of 341 ~ 36.95%

%34.9
%28.15
%36.95

CMYK color model

#77607E color CMYK value is (6,24,0,51).

  • cyan value is 5.56%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(6,24,0,51)
C6M24Y0K51 
(6%,24%,0%,51%)
(0.06/0.24/0.00/0.51)	

CMYK percentages

%5.56
%23.81
%0
%50.59

Codes

Color #77607E in popluar color models

77607E
RGB11996126
HSL286°13.51%43.53%
HSB/HSV286°23.81%49.41%
CMYK5.56%23.81%0.00%
50.59%

Color #77607E in popluar number systems.

HEX77607E
Decimal11996126
Binary111011111000001111110
Octal167140176

Shades and tints

Shades of #77607E

#77607E
(119,96,126)
#6D5873
(109,88,115)
#635068
(99,80,104)
#59485D
(89,72,93)
#4F4052
(79,64,82)
#453847
(69,56,71)
#3B303C
(59,48,60)
#312831
(49,40,49)
#272026
(39,32,38)
#1D181B
(29,24,27)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #77607E

#77607E
(119,96,126)
#836E89
(131,110,137)
#8F7C94
(143,124,148)
#9B8A9F
(155,138,159)
#A798AA
(167,152,170)
#B3A6B5
(179,166,181)
#BFB4C0
(191,180,192)
#CBC2CB
(203,194,203)
#D7D0D6
(215,208,214)
#E3DEE1
(227,222,225)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77607E color. Also use rgb(119,96,126) instead hex code.

Text Font Color

.myTextColor { color: #77607E; }

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

This text font color is #77607E.


Background Color

.myBgColor { background-color: #77607E; }

<div style="background-color:#77607E">Inner text</div>

This div background color is #77607E.


Border color

.myBorderColor { border: 1px solid #77607E; }

<div style="border:3px solid #77607E">Div</div>

This div border color is #77607E.


Opacity

.myOpacity80 { color: #77607E; opacity: 0.8; }

<p style="color:#77607E;opacity:0.8;">80%</p>

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

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

This text has shadow with #77607E color.

.textShadow {text-shadow: 3px 3px 1px #77607E, 3px 3px 1px red;}

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

This text has shadow with #77607E primary color and red secondary color.


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

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

This text has shadow with #77607E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77607E on black background.


Color preview on white background

This text has color #77607E on white background.



Black color preview on #77607E background

This text has black color on #77607E background.


White color preview on #77607E background

This text has white color on #77607E background.