COLOR #767D9E

HEX: #767D9E RGB: (118,125,158)

Color info

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

RGB color model

#767D9E color RGB value is (118,125,158).

RGB: (118,125,158) (46%, 49%, 62%)

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 158 of 255 = 62%

118
125
158

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

Portions of RGB colors in percentages

R + G + B = 118 + 125 + 158 = 401 (100%)
R 118 of 401 ~ 29.43%
G 125 of 401 ~ 31.17%
B 158 of 401 ~ 39.4'%

%29.43
%31.17
%39.4

CMYK color model

#767D9E color CMYK value is (25,21,0,38).

  • cyan value is 25.32%
  • magenta value is 20.89%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (25,21,0,38)
C25M21Y0K38 (25%, 21%, 0%, 38%)
(0.25 / 0.21 / 0.00 / 0.38)

CMYK percentages

%25.32
%20.89
%0
%38.04

Codes

Color #767D9E in popluar color models

76 7D 9E
RGB 118 125 158
HSL 230° 17.09% 54.12%
HSB/HSV 230° 25.32% 61.96%
CMYK 25.32% 20.89% 0.00%
38.04%

Color #767D9E in popluar number systems.

HEX 76 7D 9E
Decimal 118 125 158
Binary 1110110 1111101 10011110
Octal 166 175 236

Shades and tints

Shades of #767D9E

#767D9E
(118,125,158)
#6C7290
(108,114,144)
#626782
(98,103,130)
#585C74
(88,92,116)
#4E5166
(78,81,102)
#444658
(68,70,88)
#3A3B4A
(58,59,74)
#30303C
(48,48,60)
#26252E
(38,37,46)
#1C1A20
(28,26,32)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #767D9E

#767D9E
(118,125,158)
#8288A6
(130,136,166)
#8E93AE
(142,147,174)
#9A9EB6
(154,158,182)
#A6A9BE
(166,169,190)
#B2B4C6
(178,180,198)
#BEBFCE
(190,191,206)
#CACAD6
(202,202,214)
#D6D5DE
(214,213,222)
#E2E0E6
(226,224,230)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767D9E; }

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

This text font color is #767D9E.

Background Color

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

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

This div background color is #767D9E.

Border color

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

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

This div border color is #767D9E.

Opacity

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

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

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

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

This text has shadow with #767D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767D9E.

Preview

Color preview on black background

This text has color #767D9E on black background.


Color preview on white background

This text has color #767D9E on white background.


Black color preview on #767D9E background

This text has black color on #767D9E background.


White color preview on #767D9E background

This text has white color on #767D9E background.


Related colors

Complementary color

Complementary color for #hex is #898261.


I love getcolorcode.com

Triadic colors

1 #9E767D and #7D9E76 with #767D9E are triadic colors.

2 #9E7D76 and #7D769E with #767D9E are triadic colors.