COLOR #767A7F

HEX: #767A7F
RGB: (118,122,127)

Color info

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

RGB color model

#767A7F color RGB value is (118,122,127).

  • red value is 118;
  • green value is 122;
  • blue value is 127.
RGB:
(118,122,127)
(46%,48%,50%)

RGB channels and saturation

R 118 of 255 = 46%
G 122 of 255 = 48%
B 127 of 255 = 50%

118
122
127

R + G + B ~ 48%. #767A7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 122 + 127 = 367 (100%)
R 118 of 367 ~ 32.15%
G 122 of 367 ~ 33.24%
B 127 of 367 ~ 34.6%

%32.15
%33.24
%34.6

CMYK color model

#767A7F color CMYK value is (7,4,0,50).

  • cyan value is 7.09%
  • magenta value is 3.94%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(7,4,0,50)
C7M4Y0K50 
(7%,4%,0%,50%)
(0.07/0.04/0.00/0.50)	

CMYK percentages

%7.09
%3.94
%0
%50.2

Codes

Color #767A7F in popluar color models

767A7F
RGB118122127
HSL213°3.67%48.04%
HSB/HSV213°7.09%49.80%
CMYK7.09%3.94%0.00%
50.20%

Color #767A7F in popluar number systems.

HEX767A7F
Decimal118122127
Binary111011011110101111111
Octal166172177

Shades and tints

Shades of #767A7F

#767A7F
(118,122,127)
#6C6F74
(108,111,116)
#626469
(98,100,105)
#58595E
(88,89,94)
#4E4E53
(78,78,83)
#444348
(68,67,72)
#3A383D
(58,56,61)
#302D32
(48,45,50)
#262227
(38,34,39)
#1C171C
(28,23,28)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #767A7F

#767A7F
(118,122,127)
#82868A
(130,134,138)
#8E9295
(142,146,149)
#9A9EA0
(154,158,160)
#A6AAAB
(166,170,171)
#B2B6B6
(178,182,182)
#BEC2C1
(190,194,193)
#CACECC
(202,206,204)
#D6DAD7
(214,218,215)
#E2E6E2
(226,230,226)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767A7F color. Also use rgb(118,122,127) instead hex code.

Text Font Color

.myTextColor { color: #767A7F; }

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

This text font color is #767A7F.


Background Color

.myBgColor { background-color: #767A7F; }

<div style="background-color:#767A7F">Inner text</div>

This div background color is #767A7F.


Border color

.myBorderColor { border: 1px solid #767A7F; }

<div style="border:3px solid #767A7F">Div</div>

This div border color is #767A7F.


Opacity

.myOpacity80 { color: #767A7F; opacity: 0.8; }

<p style="color:#767A7F;opacity:0.8;">80%</p>

Text with #767A7F 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 #767A7F;}

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

This text has shadow with #767A7F color.

.textShadow {text-shadow: 3px 3px 1px #767A7F, 3px 3px 1px red;}

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

This text has shadow with #767A7F primary color and red secondary color.


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

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

This text has shadow with #767A7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767A7F on black background.


Color preview on white background

This text has color #767A7F on white background.



Black color preview on #767A7F background

This text has black color on #767A7F background.


White color preview on #767A7F background

This text has white color on #767A7F background.