COLOR #767B9C

HEX: #767B9C RGB: (118,123,156)

Color info

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

RGB color model

#767B9C color RGB value is (118,123,156).

RGB: (118,123,156) (46%, 48%, 61%)

RGB channels and saturation

R 118 of 255 = 46%
G 123 of 255 = 48%
B 156 of 255 = 61%

118
123
156

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

Portions of RGB colors in percentages

R + G + B = 118 + 123 + 156 = 397 (100%)
R 118 of 397 ~ 29.72%
G 123 of 397 ~ 30.98%
B 156 of 397 ~ 39.29'%

%29.72
%30.98
%39.29

CMYK color model

#767B9C color CMYK value is (24,21,0,39).

  • cyan value is 24.36%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (24,21,0,39) C24M21Y0K39 (24%,21%,0%,39%) (0.24/0.21/0.00/0.39) 

CMYK percentages

%24.36
%21.15
%0
%38.82

Codes

Color #767B9C in popluar color models

76 7B 9C
RGB 118 123 156
HSL 232° 16.10% 53.73%
HSB/HSV 232° 24.36% 61.18%
CMYK 24.36% 21.15% 0.00%
38.82%

Color #767B9C in popluar number systems.

HEX 76 7B 9C
Decimal 118 123 156
Binary 1110110 1111011 10011100
Octal 166 173 234

Shades and tints

Shades of #767B9C

#767B9C
(118,123,156)
#6C708E
(108,112,142)
#626580
(98,101,128)
#585A72
(88,90,114)
#4E4F64
(78,79,100)
#444456
(68,68,86)
#3A3948
(58,57,72)
#302E3A
(48,46,58)
#26232C
(38,35,44)
#1C181E
(28,24,30)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #767B9C

#767B9C
(118,123,156)
#8287A5
(130,135,165)
#8E93AE
(142,147,174)
#9A9FB7
(154,159,183)
#A6ABC0
(166,171,192)
#B2B7C9
(178,183,201)
#BEC3D2
(190,195,210)
#CACFDB
(202,207,219)
#D6DBE4
(214,219,228)
#E2E7ED
(226,231,237)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767B9C; }

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

This text font color is #767B9C.

Background Color

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

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

This div background color is #767B9C.

Border color

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

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

This div border color is #767B9C.

Opacity

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

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

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

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

This text has shadow with #767B9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #767B9C.

Preview

Color preview on black background

This text has color #767B9C on black background.


Color preview on white background

This text has color #767B9C on white background.


Black color preview on #767B9C background

This text has black color on #767B9C background.


White color preview on #767B9C background

This text has white color on #767B9C background.


Related colors

Complementary color

Complementary color for #hex is #898463.


I love getcolorcode.com

Triadic colors

1 #9C767B and #7B9C76 with #767B9C are triadic colors.

2 #9C7B76 and #7B769C with #767B9C are triadic colors.