COLOR #767C7A

HEX: #767C7A
RGB: (118,124,122)

Color info

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

RGB color model

#767C7A color RGB value is (118,124,122).

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

RGB channels and saturation

R 118 of 255 = 46%
G 124 of 255 = 49%
B 122 of 255 = 48%

118
124
122

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

Portions of RGB colors in percentages

R + G + B =
118 + 124 + 122 = 364 (100%)
R 118 of 364 ~ 32.42%
G 124 of 364 ~ 34.07%
B 122 of 364 ~ 33.52%

%32.42
%34.07
%33.52

CMYK color model

#767C7A color CMYK value is (5,0,2,51).

  • cyan value is 4.84%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(5,0,2,51)
C5M0Y2K51 
(5%,0%,2%,51%)
(0.05/0.00/0.02/0.51)	

CMYK percentages

%4.84
%0
%1.61
%51.37

Codes

Color #767C7A in popluar color models

767C7A
RGB118124122
HSL160°2.48%47.45%
HSB/HSV160°4.84%48.63%
CMYK4.84%0.00%1.61%
51.37%

Color #767C7A in popluar number systems.

HEX767C7A
Decimal118124122
Binary111011011111001111010
Octal166174172

Shades and tints

Shades of #767C7A

#767C7A
(118,124,122)
#6C716F
(108,113,111)
#626664
(98,102,100)
#585B59
(88,91,89)
#4E504E
(78,80,78)
#444543
(68,69,67)
#3A3A38
(58,58,56)
#302F2D
(48,47,45)
#262422
(38,36,34)
#1C1917
(28,25,23)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #767C7A

#767C7A
(118,124,122)
#828786
(130,135,134)
#8E9292
(142,146,146)
#9A9D9E
(154,157,158)
#A6A8AA
(166,168,170)
#B2B3B6
(178,179,182)
#BEBEC2
(190,190,194)
#CAC9CE
(202,201,206)
#D6D4DA
(214,212,218)
#E2DFE6
(226,223,230)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767C7A; }

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

This text font color is #767C7A.


Background Color

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

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

This div background color is #767C7A.


Border color

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

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

This div border color is #767C7A.


Opacity

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

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

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

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

This text has shadow with #767C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767C7A on black background.


Color preview on white background

This text has color #767C7A on white background.



Black color preview on #767C7A background

This text has black color on #767C7A background.


White color preview on #767C7A background

This text has white color on #767C7A background.