COLOR #77697C

HEX: #77697C RGB: (119,105,124)

Color info

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

RGB color model

#77697C color RGB value is (119,105,124).

RGB: (119,105,124) (47%, 41%, 49%)

RGB channels and saturation

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

119
105
124

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

Portions of RGB colors in percentages

R + G + B = 119 + 105 + 124 = 348 (100%)
R 119 of 348 ~ 34.2%
G 105 of 348 ~ 30.17%
B 124 of 348 ~ 35.63'%

%34.2
%30.17
%35.63

CMYK color model

#77697C color CMYK value is (4,15,0,51).

  • cyan value is 4.03%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (4,15,0,51)
C4M15Y0K51 (4%, 15%, 0%, 51%)
(0.04 / 0.15 / 0.00 / 0.51)

CMYK percentages

%4.03
%15.32
%0
%51.37

Codes

Color #77697C in popluar color models

77 69 7C
RGB 119 105 124
HSL 284° 8.30% 44.90%
HSB/HSV 284° 15.32% 48.63%
CMYK 4.03% 15.32% 0.00%
51.37%

Color #77697C in popluar number systems.

HEX 77 69 7C
Decimal 119 105 124
Binary 1110111 1101001 1111100
Octal 167 151 174

Shades and tints

Shades of #77697C

#77697C
(119,105,124)
#6D6071
(109,96,113)
#635766
(99,87,102)
#594E5B
(89,78,91)
#4F4550
(79,69,80)
#453C45
(69,60,69)
#3B333A
(59,51,58)
#312A2F
(49,42,47)
#272124
(39,33,36)
#1D1819
(29,24,25)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #77697C

#77697C
(119,105,124)
#837687
(131,118,135)
#8F8392
(143,131,146)
#9B909D
(155,144,157)
#A79DA8
(167,157,168)
#B3AAB3
(179,170,179)
#BFB7BE
(191,183,190)
#CBC4C9
(203,196,201)
#D7D1D4
(215,209,212)
#E3DEDF
(227,222,223)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77697C; }

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

This text font color is #77697C.

Background Color

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

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

This div background color is #77697C.

Border color

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

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

This div border color is #77697C.

Opacity

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

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

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

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

This text has shadow with #77697C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77697C.

Preview

Color preview on black background

This text has color #77697C on black background.


Color preview on white background

This text has color #77697C on white background.


Black color preview on #77697C background

This text has black color on #77697C background.


White color preview on #77697C background

This text has white color on #77697C background.


Related colors

Complementary color

Complementary color for #hex is #889683.


I love getcolorcode.com

Triadic colors

1 #7C7769 and #697C77 with #77697C are triadic colors.

2 #7C6977 and #69777C with #77697C are triadic colors.