COLOR #767D84

HEX: #767D84
RGB: (118,125,132)

Color info

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

RGB color model

#767D84 color RGB value is (118,125,132).

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

RGB channels and saturation

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

118
125
132

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

Portions of RGB colors in percentages

R + G + B =
118 + 125 + 132 = 375 (100%)
R 118 of 375 ~ 31.47%
G 125 of 375 ~ 33.33%
B 132 of 375 ~ 35.2%

%31.47
%33.33
%35.2

CMYK color model

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

  • cyan value is 10.61%
  • magenta value is 5.30%
  • 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
%5.3
%0
%48.24

Codes

Color #767D84 in popluar color models

767D84
RGB118125132
HSL210°5.60%49.02%
HSB/HSV210°10.61%51.76%
CMYK10.61%5.30%0.00%
48.24%

Color #767D84 in popluar number systems.

HEX767D84
Decimal118125132
Binary1110110111110110000100
Octal166175204

Shades and tints

Shades of #767D84

#767D84
(118,125,132)
#6C7278
(108,114,120)
#62676C
(98,103,108)
#585C60
(88,92,96)
#4E5154
(78,81,84)
#444648
(68,70,72)
#3A3B3C
(58,59,60)
#303030
(48,48,48)
#262524
(38,37,36)
#1C1A18
(28,26,24)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #767D84

#767D84
(118,125,132)
#82888F
(130,136,143)
#8E939A
(142,147,154)
#9A9EA5
(154,158,165)
#A6A9B0
(166,169,176)
#B2B4BB
(178,180,187)
#BEBFC6
(190,191,198)
#CACAD1
(202,202,209)
#D6D5DC
(214,213,220)
#E2E0E7
(226,224,231)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767D84; }

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

This text font color is #767D84.


Background Color

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

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

This div background color is #767D84.


Border color

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

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

This div border color is #767D84.


Opacity

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

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

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

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

This text has shadow with #767D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767D84 on black background.


Color preview on white background

This text has color #767D84 on white background.



Black color preview on #767D84 background

This text has black color on #767D84 background.


White color preview on #767D84 background

This text has white color on #767D84 background.