COLOR #77707F

HEX: #77707F
RGB: (119,112,127)

Color info

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

RGB color model

#77707F color RGB value is (119,112,127).

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

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 127 of 255 = 50%

119
112
127

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 127 = 358 (100%)
R 119 of 358 ~ 33.24%
G 112 of 358 ~ 31.28%
B 127 of 358 ~ 35.47%

%33.24
%31.28
%35.47

CMYK color model

#77707F color CMYK value is (6,12,0,50).

  • cyan value is 6.30%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (6,12,0,50) C6M12Y0K50 (6%,12%,0%,50%) (0.06/0.12/0.00/0.50)

CMYK percentages

%6.3
%11.81
%0
%50.2

Codes

Color #77707F in popluar color models

77707F
RGB119112127
HSL268°6.28%46.86%
HSB/HSV268°11.81%49.80%
CMYK6.30%11.81%0.00%
50.20%

Color #77707F in popluar number systems.

HEX77707F
Decimal119112127
Binary111011111100001111111
Octal167160177

Shades and tints

Shades of #77707F

#77707F
(119,112,127)
#6D6674
(109,102,116)
#635C69
(99,92,105)
#59525E
(89,82,94)
#4F4853
(79,72,83)
#453E48
(69,62,72)
#3B343D
(59,52,61)
#312A32
(49,42,50)
#272027
(39,32,39)
#1D161C
(29,22,28)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #77707F

#77707F
(119,112,127)
#837D8A
(131,125,138)
#8F8A95
(143,138,149)
#9B97A0
(155,151,160)
#A7A4AB
(167,164,171)
#B3B1B6
(179,177,182)
#BFBEC1
(191,190,193)
#CBCBCC
(203,203,204)
#D7D8D7
(215,216,215)
#E3E5E2
(227,229,226)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77707F; }

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

This text font color is #77707F.


Background Color

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

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

This div background color is #77707F.


Border color

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

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

This div border color is #77707F.


Opacity

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

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

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

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

This text has shadow with #77707F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #77707F on black background.


Color preview on white background

This text has color #77707F on white background.



Black color preview on #77707F background

This text has black color on #77707F background.


White color preview on #77707F background

This text has white color on #77707F background.