COLOR #767E84

HEX: #767E84 RGB: (118,126,132)

Color info

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

RGB color model

#767E84 color RGB value is (118,126,132).

RGB: (118,126,132) (46%, 49%, 52%)

RGB channels and saturation

R 118 of 255 = 46%
G 126 of 255 = 49%
B 132 of 255 = 52%

118
126
132

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

Portions of RGB colors in percentages

R + G + B = 118 + 126 + 132 = 376 (100%)
R 118 of 376 ~ 31.38%
G 126 of 376 ~ 33.51%
B 132 of 376 ~ 35.11'%

%31.38
%33.51
%35.11

CMYK color model

#767E84 color CMYK value is (11,5,0,48).

  • cyan value is 10.61%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (11,5,0,48)
C11M5Y0K48 (11%, 5%, 0%, 48%)
(0.11 / 0.05 / 0.00 / 0.48)

CMYK percentages

%10.61
%4.55
%0
%48.24

Codes

Color #767E84 in popluar color models

76 7E 84
RGB 118 126 132
HSL 206° 5.60% 49.02%
HSB/HSV 206° 10.61% 51.76%
CMYK 10.61% 4.55% 0.00%
48.24%

Color #767E84 in popluar number systems.

HEX 76 7E 84
Decimal 118 126 132
Binary 1110110 1111110 10000100
Octal 166 176 204

Shades and tints

Shades of #767E84

#767E84
(118,126,132)
#6C7378
(108,115,120)
#62686C
(98,104,108)
#585D60
(88,93,96)
#4E5254
(78,82,84)
#444748
(68,71,72)
#3A3C3C
(58,60,60)
#303130
(48,49,48)
#262624
(38,38,36)
#1C1B18
(28,27,24)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #767E84

#767E84
(118,126,132)
#82898F
(130,137,143)
#8E949A
(142,148,154)
#9A9FA5
(154,159,165)
#A6AAB0
(166,170,176)
#B2B5BB
(178,181,187)
#BEC0C6
(190,192,198)
#CACBD1
(202,203,209)
#D6D6DC
(214,214,220)
#E2E1E7
(226,225,231)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767E84 color. Also use rgb(118,126,132) instead hex code.

Text Font Color

.myTextColor { color: #767E84; }

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

This text font color is #767E84.

Background Color

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

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

This div background color is #767E84.

Border color

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

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

This div border color is #767E84.

Opacity

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

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

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

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

This text has shadow with #767E84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767E84.

Preview

Color preview on black background

This text has color #767E84 on black background.


Color preview on white background

This text has color #767E84 on white background.


Black color preview on #767E84 background

This text has black color on #767E84 background.


White color preview on #767E84 background

This text has white color on #767E84 background.


Related colors

Complementary color

Complementary color for #hex is #89817B.


I love getcolorcode.com

Triadic colors

1 #84767E and #7E8476 with #767E84 are triadic colors.

2 #847E76 and #7E7684 with #767E84 are triadic colors.