COLOR #767D6E

HEX: #767D6E
RGB: (118,125,110)

Color info

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

RGB color model

#767D6E color RGB value is (118,125,110).

  • red value is 118;
  • green value is 125;
  • blue value is 110.
RGB:
(118,125,110)
(46%,49%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 110 of 255 = 43%

118
125
110

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

Portions of RGB colors in percentages

R + G + B =
118 + 125 + 110 = 353 (100%)
R 118 of 353 ~ 33.43%
G 125 of 353 ~ 35.41%
B 110 of 353 ~ 31.16%

%33.43
%35.41
%31.16

CMYK color model

#767D6E color CMYK value is (6,0,12,51).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 50.98%
CMYK:
(6,0,12,51)
C6M0Y12K51 
(6%,0%,12%,51%)
(0.06/0.00/0.12/0.51)	

CMYK percentages

%5.6
%0
%12
%50.98

Codes

Color #767D6E in popluar color models

767D6E
RGB118125110
HSL88°6.38%46.08%
HSB/HSV88°12.00%49.02%
CMYK5.60%0.00%12.00%
50.98%

Color #767D6E in popluar number systems.

HEX767D6E
Decimal118125110
Binary111011011111011101110
Octal166175156

Shades and tints

Shades of #767D6E

#767D6E
(118,125,110)
#6C7264
(108,114,100)
#62675A
(98,103,90)
#585C50
(88,92,80)
#4E5146
(78,81,70)
#44463C
(68,70,60)
#3A3B32
(58,59,50)
#303028
(48,48,40)
#26251E
(38,37,30)
#1C1A14
(28,26,20)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #767D6E

#767D6E
(118,125,110)
#82887B
(130,136,123)
#8E9388
(142,147,136)
#9A9E95
(154,158,149)
#A6A9A2
(166,169,162)
#B2B4AF
(178,180,175)
#BEBFBC
(190,191,188)
#CACAC9
(202,202,201)
#D6D5D6
(214,213,214)
#E2E0E3
(226,224,227)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767D6E color. Also use rgb(118,125,110) instead hex code.

Text Font Color

.myTextColor { color: #767D6E; }

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

This text font color is #767D6E.


Background Color

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

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

This div background color is #767D6E.


Border color

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

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

This div border color is #767D6E.


Opacity

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

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

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

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

This text has shadow with #767D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767D6E on black background.


Color preview on white background

This text has color #767D6E on white background.



Black color preview on #767D6E background

This text has black color on #767D6E background.


White color preview on #767D6E background

This text has white color on #767D6E background.