COLOR #767DA8

HEX: #767DA8
RGB: (118,125,168)

Color info

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

RGB color model

#767DA8 color RGB value is (118,125,168).

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

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 168 of 255 = 66%

118
125
168

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

Portions of RGB colors in percentages

R + G + B =
118 + 125 + 168 = 411 (100%)
R 118 of 411 ~ 28.71%
G 125 of 411 ~ 30.41%
B 168 of 411 ~ 40.88%

%28.71
%30.41
%40.88

CMYK color model

#767DA8 color CMYK value is (30,26,0,34).

  • cyan value is 29.76%
  • magenta value is 25.60%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(30,26,0,34)
C30M26Y0K34 
(30%,26%,0%,34%)
(0.30/0.26/0.00/0.34)	

CMYK percentages

%29.76
%25.6
%0
%34.12

Codes

Color #767DA8 in popluar color models

767DA8
RGB118125168
HSL232°22.32%56.08%
HSB/HSV232°29.76%65.88%
CMYK29.76%25.60%0.00%
34.12%

Color #767DA8 in popluar number systems.

HEX767DA8
Decimal118125168
Binary1110110111110110101000
Octal166175250

Shades and tints

Shades of #767DA8

#767DA8
(118,125,168)
#6C7299
(108,114,153)
#62678A
(98,103,138)
#585C7B
(88,92,123)
#4E516C
(78,81,108)
#44465D
(68,70,93)
#3A3B4E
(58,59,78)
#30303F
(48,48,63)
#262530
(38,37,48)
#1C1A21
(28,26,33)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #767DA8

#767DA8
(118,125,168)
#8288AF
(130,136,175)
#8E93B6
(142,147,182)
#9A9EBD
(154,158,189)
#A6A9C4
(166,169,196)
#B2B4CB
(178,180,203)
#BEBFD2
(190,191,210)
#CACAD9
(202,202,217)
#D6D5E0
(214,213,224)
#E2E0E7
(226,224,231)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767DA8; }

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

This text font color is #767DA8.


Background Color

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

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

This div background color is #767DA8.


Border color

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

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

This div border color is #767DA8.


Opacity

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

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

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

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

This text has shadow with #767DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767DA8 on black background.


Color preview on white background

This text has color #767DA8 on white background.



Black color preview on #767DA8 background

This text has black color on #767DA8 background.


White color preview on #767DA8 background

This text has white color on #767DA8 background.