COLOR #767EBC

HEX: #767EBC RGB: (118,126,188)

Color info

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

RGB color model

#767EBC color RGB value is (118,126,188).

RGB: (118,126,188) (46%, 49%, 74%)

RGB channels and saturation

R 118 of 255 = 46%
G 126 of 255 = 49%
B 188 of 255 = 74%

118
126
188

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

Portions of RGB colors in percentages

R + G + B = 118 + 126 + 188 = 432 (100%)
R 118 of 432 ~ 27.31%
G 126 of 432 ~ 29.17%
B 188 of 432 ~ 43.52'%

%27.31
%29.17
%43.52

CMYK color model

#767EBC color CMYK value is (37,33,0,26).

  • cyan value is 37.23%
  • magenta value is 32.98%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (37,33,0,26)
C37M33Y0K26 (37%, 33%, 0%, 26%)
(0.37 / 0.33 / 0.00 / 0.26)

CMYK percentages

%37.23
%32.98
%0
%26.27

Codes

Color #767EBC in popluar color models

76 7E BC
RGB 118 126 188
HSL 233° 34.31% 60.00%
HSB/HSV 233° 37.23% 73.73%
CMYK 37.23% 32.98% 0.00%
26.27%

Color #767EBC in popluar number systems.

HEX 76 7E BC
Decimal 118 126 188
Binary 1110110 1111110 10111100
Octal 166 176 274

Shades and tints

Shades of #767EBC

#767EBC
(118,126,188)
#6C73AB
(108,115,171)
#62689A
(98,104,154)
#585D89
(88,93,137)
#4E5278
(78,82,120)
#444767
(68,71,103)
#3A3C56
(58,60,86)
#303145
(48,49,69)
#262634
(38,38,52)
#1C1B23
(28,27,35)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #767EBC

#767EBC
(118,126,188)
#8289C2
(130,137,194)
#8E94C8
(142,148,200)
#9A9FCE
(154,159,206)
#A6AAD4
(166,170,212)
#B2B5DA
(178,181,218)
#BEC0E0
(190,192,224)
#CACBE6
(202,203,230)
#D6D6EC
(214,214,236)
#E2E1F2
(226,225,242)
#EEECF8
(238,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767EBC color. Also use rgb(118,126,188) instead hex code.

Text Font Color

.myTextColor { color: #767EBC; }

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

This text font color is #767EBC.

Background Color

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

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

This div background color is #767EBC.

Border color

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

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

This div border color is #767EBC.

Opacity

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

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

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

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

This text has shadow with #767EBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767EBC.

Preview

Color preview on black background

This text has color #767EBC on black background.


Color preview on white background

This text has color #767EBC on white background.


Black color preview on #767EBC background

This text has black color on #767EBC background.


White color preview on #767EBC background

This text has white color on #767EBC background.


Related colors

Complementary color

Complementary color for #hex is #898143.


I love getcolorcode.com

Triadic colors

1 #BC767E and #7EBC76 with #767EBC are triadic colors.

2 #BC7E76 and #7E76BC with #767EBC are triadic colors.