COLOR #767A9D

HEX: #767A9D RGB: (118,122,157)

Color info

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

RGB color model

#767A9D color RGB value is (118,122,157).

RGB: (118,122,157) (46%, 48%, 62%)

RGB channels and saturation

R 118 of 255 = 46%
G 122 of 255 = 48%
B 157 of 255 = 62%

118
122
157

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

Portions of RGB colors in percentages

R + G + B = 118 + 122 + 157 = 397 (100%)
R 118 of 397 ~ 29.72%
G 122 of 397 ~ 30.73%
B 157 of 397 ~ 39.55'%

%29.72
%30.73
%39.55

CMYK color model

#767A9D color CMYK value is (25,22,0,38).

  • cyan value is 24.84%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (25,22,0,38)
C25M22Y0K38 (25%, 22%, 0%, 38%)
(0.25 / 0.22 / 0.00 / 0.38)

CMYK percentages

%24.84
%22.29
%0
%38.43

Codes

Color #767A9D in popluar color models

76 7A 9D
RGB 118 122 157
HSL 234° 16.60% 53.92%
HSB/HSV 234° 24.84% 61.57%
CMYK 24.84% 22.29% 0.00%
38.43%

Color #767A9D in popluar number systems.

HEX 76 7A 9D
Decimal 118 122 157
Binary 1110110 1111010 10011101
Octal 166 172 235

Shades and tints

Shades of #767A9D

#767A9D
(118,122,157)
#6C6F8F
(108,111,143)
#626481
(98,100,129)
#585973
(88,89,115)
#4E4E65
(78,78,101)
#444357
(68,67,87)
#3A3849
(58,56,73)
#302D3B
(48,45,59)
#26222D
(38,34,45)
#1C171F
(28,23,31)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #767A9D

#767A9D
(118,122,157)
#8286A5
(130,134,165)
#8E92AD
(142,146,173)
#9A9EB5
(154,158,181)
#A6AABD
(166,170,189)
#B2B6C5
(178,182,197)
#BEC2CD
(190,194,205)
#CACED5
(202,206,213)
#D6DADD
(214,218,221)
#E2E6E5
(226,230,229)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767A9D color. Also use rgb(118,122,157) instead hex code.

Text Font Color

.myTextColor { color: #767A9D; }

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

This text font color is #767A9D.

Background Color

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

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

This div background color is #767A9D.

Border color

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

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

This div border color is #767A9D.

Opacity

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

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

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

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

This text has shadow with #767A9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767A9D.

Preview

Color preview on black background

This text has color #767A9D on black background.


Color preview on white background

This text has color #767A9D on white background.


Black color preview on #767A9D background

This text has black color on #767A9D background.


White color preview on #767A9D background

This text has white color on #767A9D background.


Related colors

Complementary color

Complementary color for #hex is #898562.


I love getcolorcode.com

Triadic colors

1 #9D767A and #7A9D76 with #767A9D are triadic colors.

2 #9D7A76 and #7A769D with #767A9D are triadic colors.