COLOR #767496

HEX: #767496
RGB: (118,116,150)

Color info

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

RGB color model

#767496 color RGB value is (118,116,150).

  • red value is 118;
  • green value is 116;
  • blue value is 150.
RGB:
(118,116,150)
(46%,45%,59%)

RGB channels and saturation

R 118 of 255 = 46%
G 116 of 255 = 45%
B 150 of 255 = 59%

118
116
150

R + G + B ~ 50%. #767496 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 116 + 150 = 384 (100%)
R 118 of 384 ~ 30.73%
G 116 of 384 ~ 30.21%
B 150 of 384 ~ 39.06%

%30.73
%30.21
%39.06

CMYK color model

#767496 color CMYK value is (21,23,0,41).

  • cyan value is 21.33%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(21,23,0,41)
C21M23Y0K41 
(21%,23%,0%,41%)
(0.21/0.23/0.00/0.41)	

CMYK percentages

%21.33
%22.67
%0
%41.18

Codes

Color #767496 in popluar color models

767496
RGB118116150
HSL244°13.93%52.16%
HSB/HSV244°22.67%58.82%
CMYK21.33%22.67%0.00%
41.18%

Color #767496 in popluar number systems.

HEX767496
Decimal118116150
Binary1110110111010010010110
Octal166164226

Shades and tints

Shades of #767496

#767496
(118,116,150)
#6C6A89
(108,106,137)
#62607C
(98,96,124)
#58566F
(88,86,111)
#4E4C62
(78,76,98)
#444255
(68,66,85)
#3A3848
(58,56,72)
#302E3B
(48,46,59)
#26242E
(38,36,46)
#1C1A21
(28,26,33)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #767496

#767496
(118,116,150)
#82809F
(130,128,159)
#8E8CA8
(142,140,168)
#9A98B1
(154,152,177)
#A6A4BA
(166,164,186)
#B2B0C3
(178,176,195)
#BEBCCC
(190,188,204)
#CAC8D5
(202,200,213)
#D6D4DE
(214,212,222)
#E2E0E7
(226,224,231)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767496 color. Also use rgb(118,116,150) instead hex code.

Text Font Color

.myTextColor { color: #767496; }

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

This text font color is #767496.


Background Color

.myBgColor { background-color: #767496; }

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

This div background color is #767496.


Border color

.myBorderColor { border: 1px solid #767496; }

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

This div border color is #767496.


Opacity

.myOpacity80 { color: #767496; opacity: 0.8; }

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

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

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

This text has shadow with #767496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767496 on black background.


Color preview on white background

This text has color #767496 on white background.



Black color preview on #767496 background

This text has black color on #767496 background.


White color preview on #767496 background

This text has white color on #767496 background.