COLOR #767BAA

HEX: #767BAA RGB: (118,123,170)

Color info

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

RGB color model

#767BAA color RGB value is (118,123,170).

RGB: (118,123,170) (46%, 48%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 123 of 255 = 48%
B 170 of 255 = 67%

118
123
170

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

Portions of RGB colors in percentages

R + G + B = 118 + 123 + 170 = 411 (100%)
R 118 of 411 ~ 28.71%
G 123 of 411 ~ 29.93%
B 170 of 411 ~ 41.36'%

%28.71
%29.93
%41.36

CMYK color model

#767BAA color CMYK value is (31,28,0,33).

  • cyan value is 30.59%
  • magenta value is 27.65%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (31,28,0,33)
C31M28Y0K33 (31%, 28%, 0%, 33%)
(0.31 / 0.28 / 0.00 / 0.33)

CMYK percentages

%30.59
%27.65
%0
%33.33

Codes

Color #767BAA in popluar color models

76 7B AA
RGB 118 123 170
HSL 234° 23.42% 56.47%
HSB/HSV 234° 30.59% 66.67%
CMYK 30.59% 27.65% 0.00%
33.33%

Color #767BAA in popluar number systems.

HEX 76 7B AA
Decimal 118 123 170
Binary 1110110 1111011 10101010
Octal 166 173 252

Shades and tints

Shades of #767BAA

#767BAA
(118,123,170)
#6C709B
(108,112,155)
#62658C
(98,101,140)
#585A7D
(88,90,125)
#4E4F6E
(78,79,110)
#44445F
(68,68,95)
#3A3950
(58,57,80)
#302E41
(48,46,65)
#262332
(38,35,50)
#1C1823
(28,24,35)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #767BAA

#767BAA
(118,123,170)
#8287B1
(130,135,177)
#8E93B8
(142,147,184)
#9A9FBF
(154,159,191)
#A6ABC6
(166,171,198)
#B2B7CD
(178,183,205)
#BEC3D4
(190,195,212)
#CACFDB
(202,207,219)
#D6DBE2
(214,219,226)
#E2E7E9
(226,231,233)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767BAA color. Also use rgb(118,123,170) instead hex code.

Text Font Color

.myTextColor { color: #767BAA; }

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

This text font color is #767BAA.

Background Color

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

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

This div background color is #767BAA.

Border color

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

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

This div border color is #767BAA.

Opacity

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

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

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

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

This text has shadow with #767BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767BAA.

Preview

Color preview on black background

This text has color #767BAA on black background.


Color preview on white background

This text has color #767BAA on white background.


Black color preview on #767BAA background

This text has black color on #767BAA background.


White color preview on #767BAA background

This text has white color on #767BAA background.


Related colors

Complementary color

Complementary color for #hex is #898455.


I love getcolorcode.com

Triadic colors

1 #AA767B and #7BAA76 with #767BAA are triadic colors.

2 #AA7B76 and #7B76AA with #767BAA are triadic colors.