COLOR #767F8D

HEX: #767F8D
RGB: (118,127,141)

Color info

#767F8D contains red, green and blue colors in about the same proportion. Web safe color of #767F8D is #666699 (or #669).

RGB color model

#767F8D color RGB value is (118,127,141).

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

RGB channels and saturation

R 118 of 255 = 46%
G 127 of 255 = 50%
B 141 of 255 = 55%

118
127
141

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

Portions of RGB colors in percentages

R + G + B =
118 + 127 + 141 = 386 (100%)
R 118 of 386 ~ 30.57%
G 127 of 386 ~ 32.9%
B 141 of 386 ~ 36.53%

%30.57
%32.9
%36.53

CMYK color model

#767F8D color CMYK value is (16,10,0,45).

  • cyan value is 16.31%
  • magenta value is 9.93%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(16,10,0,45)
C16M10Y0K45 
(16%,10%,0%,45%)
(0.16/0.10/0.00/0.45)	

CMYK percentages

%16.31
%9.93
%0
%44.71

Codes

Color #767F8D in popluar color models

767F8D
RGB118127141
HSL217°9.16%50.78%
HSB/HSV217°16.31%55.29%
CMYK16.31%9.93%0.00%
44.71%

Color #767F8D in popluar number systems.

HEX767F8D
Decimal118127141
Binary1110110111111110001101
Octal166177215

Shades and tints

Shades of #767F8D

#767F8D
(118,127,141)
#6C7481
(108,116,129)
#626975
(98,105,117)
#585E69
(88,94,105)
#4E535D
(78,83,93)
#444851
(68,72,81)
#3A3D45
(58,61,69)
#303239
(48,50,57)
#26272D
(38,39,45)
#1C1C21
(28,28,33)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #767F8D

#767F8D
(118,127,141)
#828A97
(130,138,151)
#8E95A1
(142,149,161)
#9AA0AB
(154,160,171)
#A6ABB5
(166,171,181)
#B2B6BF
(178,182,191)
#BEC1C9
(190,193,201)
#CACCD3
(202,204,211)
#D6D7DD
(214,215,221)
#E2E2E7
(226,226,231)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767F8D; }

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

This text font color is #767F8D.


Background Color

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

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

This div background color is #767F8D.


Border color

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

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

This div border color is #767F8D.


Opacity

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

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

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

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

This text has shadow with #767F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767F8D on black background.


Color preview on white background

This text has color #767F8D on white background.



Black color preview on #767F8D background

This text has black color on #767F8D background.


White color preview on #767F8D background

This text has white color on #767F8D background.