COLOR #767D8A

HEX: #767D8A
RGB: (118,125,138)

Color info

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

RGB color model

#767D8A color RGB value is (118,125,138).

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

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 138 of 255 = 54%

118
125
138

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

Portions of RGB colors in percentages

R + G + B =
118 + 125 + 138 = 381 (100%)
R 118 of 381 ~ 30.97%
G 125 of 381 ~ 32.81%
B 138 of 381 ~ 36.22%

%30.97
%32.81
%36.22

CMYK color model

#767D8A color CMYK value is (14,9,0,46).

  • cyan value is 14.49%
  • magenta value is 9.42%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(14,9,0,46)
C14M9Y0K46 
(14%,9%,0%,46%)
(0.14/0.09/0.00/0.46)	

CMYK percentages

%14.49
%9.42
%0
%45.88

Codes

Color #767D8A in popluar color models

767D8A
RGB118125138
HSL219°7.87%50.20%
HSB/HSV219°14.49%54.12%
CMYK14.49%9.42%0.00%
45.88%

Color #767D8A in popluar number systems.

HEX767D8A
Decimal118125138
Binary1110110111110110001010
Octal166175212

Shades and tints

Shades of #767D8A

#767D8A
(118,125,138)
#6C727E
(108,114,126)
#626772
(98,103,114)
#585C66
(88,92,102)
#4E515A
(78,81,90)
#44464E
(68,70,78)
#3A3B42
(58,59,66)
#303036
(48,48,54)
#26252A
(38,37,42)
#1C1A1E
(28,26,30)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #767D8A

#767D8A
(118,125,138)
#828894
(130,136,148)
#8E939E
(142,147,158)
#9A9EA8
(154,158,168)
#A6A9B2
(166,169,178)
#B2B4BC
(178,180,188)
#BEBFC6
(190,191,198)
#CACAD0
(202,202,208)
#D6D5DA
(214,213,218)
#E2E0E4
(226,224,228)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767D8A; }

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

This text font color is #767D8A.


Background Color

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

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

This div background color is #767D8A.


Border color

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

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

This div border color is #767D8A.


Opacity

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

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

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

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

This text has shadow with #767D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767D8A on black background.


Color preview on white background

This text has color #767D8A on white background.



Black color preview on #767D8A background

This text has black color on #767D8A background.


White color preview on #767D8A background

This text has white color on #767D8A background.