COLOR #767C92

HEX: #767C92
RGB: (118,124,146)

Color info

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

RGB color model

#767C92 color RGB value is (118,124,146).

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

RGB channels and saturation

R 118 of 255 = 46%
G 124 of 255 = 49%
B 146 of 255 = 57%

118
124
146

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

Portions of RGB colors in percentages

R + G + B =
118 + 124 + 146 = 388 (100%)
R 118 of 388 ~ 30.41%
G 124 of 388 ~ 31.96%
B 146 of 388 ~ 37.63%

%30.41
%31.96
%37.63

CMYK color model

#767C92 color CMYK value is (19,15,0,43).

  • cyan value is 19.18%
  • magenta value is 15.07%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(19,15,0,43)
C19M15Y0K43 
(19%,15%,0%,43%)
(0.19/0.15/0.00/0.43)	

CMYK percentages

%19.18
%15.07
%0
%42.75

Codes

Color #767C92 in popluar color models

767C92
RGB118124146
HSL227°11.38%51.76%
HSB/HSV227°19.18%57.25%
CMYK19.18%15.07%0.00%
42.75%

Color #767C92 in popluar number systems.

HEX767C92
Decimal118124146
Binary1110110111110010010010
Octal166174222

Shades and tints

Shades of #767C92

#767C92
(118,124,146)
#6C7185
(108,113,133)
#626678
(98,102,120)
#585B6B
(88,91,107)
#4E505E
(78,80,94)
#444551
(68,69,81)
#3A3A44
(58,58,68)
#302F37
(48,47,55)
#26242A
(38,36,42)
#1C191D
(28,25,29)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #767C92

#767C92
(118,124,146)
#82879B
(130,135,155)
#8E92A4
(142,146,164)
#9A9DAD
(154,157,173)
#A6A8B6
(166,168,182)
#B2B3BF
(178,179,191)
#BEBEC8
(190,190,200)
#CAC9D1
(202,201,209)
#D6D4DA
(214,212,218)
#E2DFE3
(226,223,227)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767C92; }

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

This text font color is #767C92.


Background Color

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

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

This div background color is #767C92.


Border color

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

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

This div border color is #767C92.


Opacity

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

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

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

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

This text has shadow with #767C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767C92 on black background.


Color preview on white background

This text has color #767C92 on white background.



Black color preview on #767C92 background

This text has black color on #767C92 background.


White color preview on #767C92 background

This text has white color on #767C92 background.