COLOR #767DB2

HEX: #767DB2 RGB: (118,125,178)

Color info

#767DB2 contains mainly green and blue colors. Web safe color of #767DB2 is #666699 (or #669).

RGB color model

#767DB2 color RGB value is (118,125,178).

RGB: (118,125,178) (46%, 49%, 70%)

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 178 of 255 = 70%

118
125
178

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

Portions of RGB colors in percentages

R + G + B = 118 + 125 + 178 = 421 (100%)
R 118 of 421 ~ 28.03%
G 125 of 421 ~ 29.69%
B 178 of 421 ~ 42.28'%

%28.03
%29.69
%42.28

CMYK color model

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

  • cyan value is 33.71%
  • magenta value is 29.78%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (34,30,0,30)
C34M30Y0K30 (34%, 30%, 0%, 30%)
(0.34 / 0.30 / 0.00 / 0.30)

CMYK percentages

%33.71
%29.78
%0
%30.2

Codes

Color #767DB2 in popluar color models

76 7D B2
RGB 118 125 178
HSL 233° 28.04% 58.04%
HSB/HSV 233° 33.71% 69.80%
CMYK 33.71% 29.78% 0.00%
30.20%

Color #767DB2 in popluar number systems.

HEX 76 7D B2
Decimal 118 125 178
Binary 1110110 1111101 10110010
Octal 166 175 262

Shades and tints

Shades of #767DB2

#767DB2
(118,125,178)
#6C72A2
(108,114,162)
#626792
(98,103,146)
#585C82
(88,92,130)
#4E5172
(78,81,114)
#444662
(68,70,98)
#3A3B52
(58,59,82)
#303042
(48,48,66)
#262532
(38,37,50)
#1C1A22
(28,26,34)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #767DB2

#767DB2
(118,125,178)
#8288B9
(130,136,185)
#8E93C0
(142,147,192)
#9A9EC7
(154,158,199)
#A6A9CE
(166,169,206)
#B2B4D5
(178,180,213)
#BEBFDC
(190,191,220)
#CACAE3
(202,202,227)
#D6D5EA
(214,213,234)
#E2E0F1
(226,224,241)
#EEEBF8
(238,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767DB2; }

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

This text font color is #767DB2.

Background Color

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

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

This div background color is #767DB2.

Border color

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

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

This div border color is #767DB2.

Opacity

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

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

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

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

This text has shadow with #767DB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767DB2.

Preview

Color preview on black background

This text has color #767DB2 on black background.


Color preview on white background

This text has color #767DB2 on white background.


Black color preview on #767DB2 background

This text has black color on #767DB2 background.


White color preview on #767DB2 background

This text has white color on #767DB2 background.


Related colors

Complementary color

Complementary color for #hex is #89824D.


I love getcolorcode.com

Triadic colors

1 #B2767D and #7DB276 with #767DB2 are triadic colors.

2 #B27D76 and #7D76B2 with #767DB2 are triadic colors.