COLOR #767DA2

HEX: #767DA2
RGB: (118,125,162)

Color info

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

RGB color model

#767DA2 color RGB value is (118,125,162).

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

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 162 of 255 = 64%

118
125
162

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

Portions of RGB colors in percentages

R + G + B =
118 + 125 + 162 = 405 (100%)
R 118 of 405 ~ 29.14%
G 125 of 405 ~ 30.86%
B 162 of 405 ~ 40%

%29.14
%30.86
%40

CMYK color model

#767DA2 color CMYK value is (27,23,0,36).

  • cyan value is 27.16%
  • magenta value is 22.84%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(27,23,0,36)
C27M23Y0K36 
(27%,23%,0%,36%)
(0.27/0.23/0.00/0.36)	

CMYK percentages

%27.16
%22.84
%0
%36.47

Codes

Color #767DA2 in popluar color models

767DA2
RGB118125162
HSL230°19.13%54.90%
HSB/HSV230°27.16%63.53%
CMYK27.16%22.84%0.00%
36.47%

Color #767DA2 in popluar number systems.

HEX767DA2
Decimal118125162
Binary1110110111110110100010
Octal166175242

Shades and tints

Shades of #767DA2

#767DA2
(118,125,162)
#6C7294
(108,114,148)
#626786
(98,103,134)
#585C78
(88,92,120)
#4E516A
(78,81,106)
#44465C
(68,70,92)
#3A3B4E
(58,59,78)
#303040
(48,48,64)
#262532
(38,37,50)
#1C1A24
(28,26,36)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #767DA2

#767DA2
(118,125,162)
#8288AA
(130,136,170)
#8E93B2
(142,147,178)
#9A9EBA
(154,158,186)
#A6A9C2
(166,169,194)
#B2B4CA
(178,180,202)
#BEBFD2
(190,191,210)
#CACADA
(202,202,218)
#D6D5E2
(214,213,226)
#E2E0EA
(226,224,234)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767DA2; }

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

This text font color is #767DA2.


Background Color

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

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

This div background color is #767DA2.


Border color

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

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

This div border color is #767DA2.


Opacity

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

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

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

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

This text has shadow with #767DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767DA2 on black background.


Color preview on white background

This text has color #767DA2 on white background.



Black color preview on #767DA2 background

This text has black color on #767DA2 background.


White color preview on #767DA2 background

This text has white color on #767DA2 background.