COLOR #767C9C

HEX: #767C9C
RGB: (118,124,156)

Color info

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

RGB color model

#767C9C color RGB value is (118,124,156).

  • red value is 118;
  • green value is 124;
  • blue value is 156.
RGB:
(118,124,156)
(46%,49%,61%)

RGB channels and saturation

R 118 of 255 = 46%
G 124 of 255 = 49%
B 156 of 255 = 61%

118
124
156

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

Portions of RGB colors in percentages

R + G + B =
118 + 124 + 156 = 398 (100%)
R 118 of 398 ~ 29.65%
G 124 of 398 ~ 31.16%
B 156 of 398 ~ 39.2%

%29.65
%31.16
%39.2

CMYK color model

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

  • cyan value is 24.36%
  • magenta value is 20.51%
  • 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
%20.51
%0
%38.82

Codes

Color #767C9C in popluar color models

767C9C
RGB118124156
HSL231°16.10%53.73%
HSB/HSV231°24.36%61.18%
CMYK24.36%20.51%0.00%
38.82%

Color #767C9C in popluar number systems.

HEX767C9C
Decimal118124156
Binary1110110111110010011100
Octal166174234

Shades and tints

Shades of #767C9C

#767C9C
(118,124,156)
#6C718E
(108,113,142)
#626680
(98,102,128)
#585B72
(88,91,114)
#4E5064
(78,80,100)
#444556
(68,69,86)
#3A3A48
(58,58,72)
#302F3A
(48,47,58)
#26242C
(38,36,44)
#1C191E
(28,25,30)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #767C9C

#767C9C
(118,124,156)
#8287A5
(130,135,165)
#8E92AE
(142,146,174)
#9A9DB7
(154,157,183)
#A6A8C0
(166,168,192)
#B2B3C9
(178,179,201)
#BEBED2
(190,190,210)
#CAC9DB
(202,201,219)
#D6D4E4
(214,212,228)
#E2DFED
(226,223,237)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767C9C; }

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

This text font color is #767C9C.


Background Color

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

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

This div background color is #767C9C.


Border color

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

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

This div border color is #767C9C.


Opacity

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

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

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

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

This text has shadow with #767C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767C9C on black background.


Color preview on white background

This text has color #767C9C on white background.



Black color preview on #767C9C background

This text has black color on #767C9C background.


White color preview on #767C9C background

This text has white color on #767C9C background.