COLOR #767AB9

HEX: #767AB9
RGB: (118,122,185)

Color info

#767AB9 contains mainly blue color. Web safe color of #767AB9 is #6666CC (or #66C).

RGB color model

#767AB9 color RGB value is (118,122,185).

  • red value is 118;
  • green value is 122;
  • blue value is 185.
RGB:
(118,122,185)
(46%,48%,73%)

RGB channels and saturation

R 118 of 255 = 46%
G 122 of 255 = 48%
B 185 of 255 = 73%

118
122
185

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

Portions of RGB colors in percentages

R + G + B =
118 + 122 + 185 = 425 (100%)
R 118 of 425 ~ 27.76%
G 122 of 425 ~ 28.71%
B 185 of 425 ~ 43.53%

%27.76
%28.71
%43.53

CMYK color model

#767AB9 color CMYK value is (36,34,0,27).

  • cyan value is 36.22%
  • magenta value is 34.05%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(36,34,0,27)
C36M34Y0K27 
(36%,34%,0%,27%)
(0.36/0.34/0.00/0.27)	

CMYK percentages

%36.22
%34.05
%0
%27.45

Codes

Color #767AB9 in popluar color models

767AB9
RGB118122185
HSL236°32.37%59.41%
HSB/HSV236°36.22%72.55%
CMYK36.22%34.05%0.00%
27.45%

Color #767AB9 in popluar number systems.

HEX767AB9
Decimal118122185
Binary1110110111101010111001
Octal166172271

Shades and tints

Shades of #767AB9

#767AB9
(118,122,185)
#6C6FA9
(108,111,169)
#626499
(98,100,153)
#585989
(88,89,137)
#4E4E79
(78,78,121)
#444369
(68,67,105)
#3A3859
(58,56,89)
#302D49
(48,45,73)
#262239
(38,34,57)
#1C1729
(28,23,41)
#120C19
(18,12,25)
#000000
(0,0,0)

Tints of #767AB9

#767AB9
(118,122,185)
#8286BF
(130,134,191)
#8E92C5
(142,146,197)
#9A9ECB
(154,158,203)
#A6AAD1
(166,170,209)
#B2B6D7
(178,182,215)
#BEC2DD
(190,194,221)
#CACEE3
(202,206,227)
#D6DAE9
(214,218,233)
#E2E6EF
(226,230,239)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767AB9 color. Also use rgb(118,122,185) instead hex code.

Text Font Color

.myTextColor { color: #767AB9; }

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

This text font color is #767AB9.


Background Color

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

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

This div background color is #767AB9.


Border color

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

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

This div border color is #767AB9.


Opacity

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

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

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

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

This text has shadow with #767AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767AB9 on black background.


Color preview on white background

This text has color #767AB9 on white background.



Black color preview on #767AB9 background

This text has black color on #767AB9 background.


White color preview on #767AB9 background

This text has white color on #767AB9 background.