COLOR #767DAE

HEX: #767DAE RGB: (118,125,174)

Color info

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

RGB color model

#767DAE color RGB value is (118,125,174).

RGB: (118,125,174) (46%, 49%, 68%)

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 174 of 255 = 68%

118
125
174

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

Portions of RGB colors in percentages

R + G + B = 118 + 125 + 174 = 417 (100%)
R 118 of 417 ~ 28.3%
G 125 of 417 ~ 29.98%
B 174 of 417 ~ 41.73'%

%28.3
%29.98
%41.73

CMYK color model

#767DAE color CMYK value is (32,28,0,32).

  • cyan value is 32.18%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (32,28,0,32) C32M28Y0K32 (32%,28%,0%,32%) (0.32/0.28/0.00/0.32) 

CMYK percentages

%32.18
%28.16
%0
%31.76

Codes

Color #767DAE in popluar color models

76 7D AE
RGB 118 125 174
HSL 233° 25.69% 57.25%
HSB/HSV 233° 32.18% 68.24%
CMYK 32.18% 28.16% 0.00%
31.76%

Color #767DAE in popluar number systems.

HEX 76 7D AE
Decimal 118 125 174
Binary 1110110 1111101 10101110
Octal 166 175 256

Shades and tints

Shades of #767DAE

#767DAE
(118,125,174)
#6C729F
(108,114,159)
#626790
(98,103,144)
#585C81
(88,92,129)
#4E5172
(78,81,114)
#444663
(68,70,99)
#3A3B54
(58,59,84)
#303045
(48,48,69)
#262536
(38,37,54)
#1C1A27
(28,26,39)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #767DAE

#767DAE
(118,125,174)
#8288B5
(130,136,181)
#8E93BC
(142,147,188)
#9A9EC3
(154,158,195)
#A6A9CA
(166,169,202)
#B2B4D1
(178,180,209)
#BEBFD8
(190,191,216)
#CACADF
(202,202,223)
#D6D5E6
(214,213,230)
#E2E0ED
(226,224,237)
#EEEBF4
(238,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767DAE; }

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

This text font color is #767DAE.

Background Color

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

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

This div background color is #767DAE.

Border color

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

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

This div border color is #767DAE.

Opacity

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

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

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

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

This text has shadow with #767DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767DAE.

Preview

Color preview on black background

This text has color #767DAE on black background.


Color preview on white background

This text has color #767DAE on white background.


Black color preview on #767DAE background

This text has black color on #767DAE background.


White color preview on #767DAE background

This text has white color on #767DAE background.


Related colors

Complementary color

Complementary color for #hex is #898251.


I love getcolorcode.com

Triadic colors

1 #AE767D and #7DAE76 with #767DAE are triadic colors.

2 #AE7D76 and #7D76AE with #767DAE are triadic colors.