COLOR #767492

HEX: #767492
RGB: (118,116,146)

Color info

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

RGB color model

#767492 color RGB value is (118,116,146).

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

RGB channels and saturation

R 118 of 255 = 46%
G 116 of 255 = 45%
B 146 of 255 = 57%

118
116
146

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

Portions of RGB colors in percentages

R + G + B =
118 + 116 + 146 = 380 (100%)
R 118 of 380 ~ 31.05%
G 116 of 380 ~ 30.53%
B 146 of 380 ~ 38.42%

%31.05
%30.53
%38.42

CMYK color model

#767492 color CMYK value is (19,21,0,43).

  • cyan value is 19.18%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(19,21,0,43)
C19M21Y0K43 
(19%,21%,0%,43%)
(0.19/0.21/0.00/0.43)	

CMYK percentages

%19.18
%20.55
%0
%42.75

Codes

Color #767492 in popluar color models

767492
RGB118116146
HSL244°12.10%51.37%
HSB/HSV244°20.55%57.25%
CMYK19.18%20.55%0.00%
42.75%

Color #767492 in popluar number systems.

HEX767492
Decimal118116146
Binary1110110111010010010010
Octal166164222

Shades and tints

Shades of #767492

#767492
(118,116,146)
#6C6A85
(108,106,133)
#626078
(98,96,120)
#58566B
(88,86,107)
#4E4C5E
(78,76,94)
#444251
(68,66,81)
#3A3844
(58,56,68)
#302E37
(48,46,55)
#26242A
(38,36,42)
#1C1A1D
(28,26,29)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #767492

#767492
(118,116,146)
#82809B
(130,128,155)
#8E8CA4
(142,140,164)
#9A98AD
(154,152,173)
#A6A4B6
(166,164,182)
#B2B0BF
(178,176,191)
#BEBCC8
(190,188,200)
#CAC8D1
(202,200,209)
#D6D4DA
(214,212,218)
#E2E0E3
(226,224,227)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767492; }

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

This text font color is #767492.


Background Color

.myBgColor { background-color: #767492; }

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

This div background color is #767492.


Border color

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

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

This div border color is #767492.


Opacity

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

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

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

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

This text has shadow with #767492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767492 on black background.


Color preview on white background

This text has color #767492 on white background.



Black color preview on #767492 background

This text has black color on #767492 background.


White color preview on #767492 background

This text has white color on #767492 background.