COLOR #767DB9

HEX: #767DB9 RGB: (118,125,185)

Color info

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

RGB color model

#767DB9 color RGB value is (118,125,185).

RGB: (118,125,185) (46%, 49%, 73%)

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 185 of 255 = 73%

118
125
185

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

Portions of RGB colors in percentages

R + G + B = 118 + 125 + 185 = 428 (100%)
R 118 of 428 ~ 27.57%
G 125 of 428 ~ 29.21%
B 185 of 428 ~ 43.22'%

%27.57
%29.21
%43.22

CMYK color model

#767DB9 color CMYK value is (36,32,0,27).

  • cyan value is 36.22%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (36,32,0,27)
C36M32Y0K27 (36%, 32%, 0%, 27%)
(0.36 / 0.32 / 0.00 / 0.27)

CMYK percentages

%36.22
%32.43
%0
%27.45

Codes

Color #767DB9 in popluar color models

76 7D B9
RGB 118 125 185
HSL 234° 32.37% 59.41%
HSB/HSV 234° 36.22% 72.55%
CMYK 36.22% 32.43% 0.00%
27.45%

Color #767DB9 in popluar number systems.

HEX 76 7D B9
Decimal 118 125 185
Binary 1110110 1111101 10111001
Octal 166 175 271

Shades and tints

Shades of #767DB9

#767DB9
(118,125,185)
#6C72A9
(108,114,169)
#626799
(98,103,153)
#585C89
(88,92,137)
#4E5179
(78,81,121)
#444669
(68,70,105)
#3A3B59
(58,59,89)
#303049
(48,48,73)
#262539
(38,37,57)
#1C1A29
(28,26,41)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #767DB9

#767DB9
(118,125,185)
#8288BF
(130,136,191)
#8E93C5
(142,147,197)
#9A9ECB
(154,158,203)
#A6A9D1
(166,169,209)
#B2B4D7
(178,180,215)
#BEBFDD
(190,191,221)
#CACAE3
(202,202,227)
#D6D5E9
(214,213,233)
#E2E0EF
(226,224,239)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767DB9; }

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

This text font color is #767DB9.

Background Color

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

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

This div background color is #767DB9.

Border color

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

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

This div border color is #767DB9.

Opacity

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

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

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

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

This text has shadow with #767DB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767DB9.

Preview

Color preview on black background

This text has color #767DB9 on black background.


Color preview on white background

This text has color #767DB9 on white background.


Black color preview on #767DB9 background

This text has black color on #767DB9 background.


White color preview on #767DB9 background

This text has white color on #767DB9 background.


Related colors

Complementary color

Complementary color for #hex is #898246.


I love getcolorcode.com

Triadic colors

1 #B9767D and #7DB976 with #767DB9 are triadic colors.

2 #B97D76 and #7D76B9 with #767DB9 are triadic colors.