COLOR #77697E

HEX: #77697E
RGB: (119,105,126)

Color info

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

RGB color model

#77697E color RGB value is (119,105,126).

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

RGB channels and saturation

R 119 of 255 = 47%
G 105 of 255 = 41%
B 126 of 255 = 49%

119
105
126

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

Portions of RGB colors in percentages

R + G + B =
119 + 105 + 126 = 350 (100%)
R 119 of 350 ~ 34%
G 105 of 350 ~ 30%
B 126 of 350 ~ 36%

%34
%30
%36

CMYK color model

#77697E color CMYK value is (6,17,0,51).

  • cyan value is 5.56%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(6,17,0,51)
C6M17Y0K51 
(6%,17%,0%,51%)
(0.06/0.17/0.00/0.51)	

CMYK percentages

%5.56
%16.67
%0
%50.59

Codes

Color #77697E in popluar color models

77697E
RGB119105126
HSL280°9.09%45.29%
HSB/HSV280°16.67%49.41%
CMYK5.56%16.67%0.00%
50.59%

Color #77697E in popluar number systems.

HEX77697E
Decimal119105126
Binary111011111010011111110
Octal167151176

Shades and tints

Shades of #77697E

#77697E
(119,105,126)
#6D6073
(109,96,115)
#635768
(99,87,104)
#594E5D
(89,78,93)
#4F4552
(79,69,82)
#453C47
(69,60,71)
#3B333C
(59,51,60)
#312A31
(49,42,49)
#272126
(39,33,38)
#1D181B
(29,24,27)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #77697E

#77697E
(119,105,126)
#837689
(131,118,137)
#8F8394
(143,131,148)
#9B909F
(155,144,159)
#A79DAA
(167,157,170)
#B3AAB5
(179,170,181)
#BFB7C0
(191,183,192)
#CBC4CB
(203,196,203)
#D7D1D6
(215,209,214)
#E3DEE1
(227,222,225)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77697E; }

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

This text font color is #77697E.


Background Color

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

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

This div background color is #77697E.


Border color

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

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

This div border color is #77697E.


Opacity

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

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

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

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

This text has shadow with #77697E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77697E on black background.


Color preview on white background

This text has color #77697E on white background.



Black color preview on #77697E background

This text has black color on #77697E background.


White color preview on #77697E background

This text has white color on #77697E background.