COLOR #767A6B

HEX: #767A6B
RGB: (118,122,107)

Color info

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

RGB color model

#767A6B color RGB value is (118,122,107).

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

RGB channels and saturation

R 118 of 255 = 46%
G 122 of 255 = 48%
B 107 of 255 = 42%

118
122
107

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

Portions of RGB colors in percentages

R + G + B =
118 + 122 + 107 = 347 (100%)
R 118 of 347 ~ 34.01%
G 122 of 347 ~ 35.16%
B 107 of 347 ~ 30.84%

%34.01
%35.16
%30.84

CMYK color model

#767A6B color CMYK value is (3,0,12,52).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 52.16%
CMYK:
(3,0,12,52)
C3M0Y12K52 
(3%,0%,12%,52%)
(0.03/0.00/0.12/0.52)	

CMYK percentages

%3.28
%0
%12.3
%52.16

Codes

Color #767A6B in popluar color models

767A6B
RGB118122107
HSL76°6.55%44.90%
HSB/HSV76°12.30%47.84%
CMYK3.28%0.00%12.30%
52.16%

Color #767A6B in popluar number systems.

HEX767A6B
Decimal118122107
Binary111011011110101101011
Octal166172153

Shades and tints

Shades of #767A6B

#767A6B
(118,122,107)
#6C6F62
(108,111,98)
#626459
(98,100,89)
#585950
(88,89,80)
#4E4E47
(78,78,71)
#44433E
(68,67,62)
#3A3835
(58,56,53)
#302D2C
(48,45,44)
#262223
(38,34,35)
#1C171A
(28,23,26)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #767A6B

#767A6B
(118,122,107)
#828678
(130,134,120)
#8E9285
(142,146,133)
#9A9E92
(154,158,146)
#A6AA9F
(166,170,159)
#B2B6AC
(178,182,172)
#BEC2B9
(190,194,185)
#CACEC6
(202,206,198)
#D6DAD3
(214,218,211)
#E2E6E0
(226,230,224)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767A6B; }

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

This text font color is #767A6B.


Background Color

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

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

This div background color is #767A6B.


Border color

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

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

This div border color is #767A6B.


Opacity

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

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

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

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

This text has shadow with #767A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767A6B on black background.


Color preview on white background

This text has color #767A6B on white background.



Black color preview on #767A6B background

This text has black color on #767A6B background.


White color preview on #767A6B background

This text has white color on #767A6B background.