COLOR #767D7F

HEX: #767D7F RGB: (118,125,127)

Color info

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

RGB color model

#767D7F color RGB value is (118,125,127).

RGB: (118,125,127) (46%, 49%, 50%)

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 127 of 255 = 50%

118
125
127

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

Portions of RGB colors in percentages

R + G + B = 118 + 125 + 127 = 370 (100%)
R 118 of 370 ~ 31.89%
G 125 of 370 ~ 33.78%
B 127 of 370 ~ 34.32'%

%31.89
%33.78
%34.32

CMYK color model

#767D7F color CMYK value is (7,2,0,50).

  • cyan value is 7.09%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (7,2,0,50)
C7M2Y0K50 (7%, 2%, 0%, 50%)
(0.07 / 0.02 / 0.00 / 0.50)

CMYK percentages

%7.09
%1.57
%0
%50.2

Codes

Color #767D7F in popluar color models

76 7D 7F
RGB 118 125 127
HSL 193° 3.67% 48.04%
HSB/HSV 193° 7.09% 49.80%
CMYK 7.09% 1.57% 0.00%
50.20%

Color #767D7F in popluar number systems.

HEX 76 7D 7F
Decimal 118 125 127
Binary 1110110 1111101 1111111
Octal 166 175 177

Shades and tints

Shades of #767D7F

#767D7F
(118,125,127)
#6C7274
(108,114,116)
#626769
(98,103,105)
#585C5E
(88,92,94)
#4E5153
(78,81,83)
#444648
(68,70,72)
#3A3B3D
(58,59,61)
#303032
(48,48,50)
#262527
(38,37,39)
#1C1A1C
(28,26,28)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #767D7F

#767D7F
(118,125,127)
#82888A
(130,136,138)
#8E9395
(142,147,149)
#9A9EA0
(154,158,160)
#A6A9AB
(166,169,171)
#B2B4B6
(178,180,182)
#BEBFC1
(190,191,193)
#CACACC
(202,202,204)
#D6D5D7
(214,213,215)
#E2E0E2
(226,224,226)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767D7F; }

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

This text font color is #767D7F.

Background Color

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

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

This div background color is #767D7F.

Border color

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

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

This div border color is #767D7F.

Opacity

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

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

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

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

This text has shadow with #767D7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767D7F.

Preview

Color preview on black background

This text has color #767D7F on black background.


Color preview on white background

This text has color #767D7F on white background.


Black color preview on #767D7F background

This text has black color on #767D7F background.


White color preview on #767D7F background

This text has white color on #767D7F background.


Related colors

Complementary color

Complementary color for #hex is #898280.


I love getcolorcode.com

Triadic colors

1 #7F767D and #7D7F76 with #767D7F are triadic colors.

2 #7F7D76 and #7D767F with #767D7F are triadic colors.