COLOR #766E92

HEX: #766E92
RGB: (118,110,146)

Color info

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

RGB color model

#766E92 color RGB value is (118,110,146).

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

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 146 of 255 = 57%

118
110
146

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

Portions of RGB colors in percentages

R + G + B =
118 + 110 + 146 = 374 (100%)
R 118 of 374 ~ 31.55%
G 110 of 374 ~ 29.41%
B 146 of 374 ~ 39.04%

%31.55
%29.41
%39.04

CMYK color model

#766E92 color CMYK value is (19,25,0,43).

  • cyan value is 19.18%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(19,25,0,43)
C19M25Y0K43 
(19%,25%,0%,43%)
(0.19/0.25/0.00/0.43)	

CMYK percentages

%19.18
%24.66
%0
%42.75

Codes

Color #766E92 in popluar color models

766E92
RGB118110146
HSL253°14.17%50.20%
HSB/HSV253°24.66%57.25%
CMYK19.18%24.66%0.00%
42.75%

Color #766E92 in popluar number systems.

HEX766E92
Decimal118110146
Binary1110110110111010010010
Octal166156222

Shades and tints

Shades of #766E92

#766E92
(118,110,146)
#6C6485
(108,100,133)
#625A78
(98,90,120)
#58506B
(88,80,107)
#4E465E
(78,70,94)
#443C51
(68,60,81)
#3A3244
(58,50,68)
#302837
(48,40,55)
#261E2A
(38,30,42)
#1C141D
(28,20,29)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #766E92

#766E92
(118,110,146)
#827B9B
(130,123,155)
#8E88A4
(142,136,164)
#9A95AD
(154,149,173)
#A6A2B6
(166,162,182)
#B2AFBF
(178,175,191)
#BEBCC8
(190,188,200)
#CAC9D1
(202,201,209)
#D6D6DA
(214,214,218)
#E2E3E3
(226,227,227)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766E92; }

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

This text font color is #766E92.


Background Color

.myBgColor { background-color: #766E92; }

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

This div background color is #766E92.


Border color

.myBorderColor { border: 1px solid #766E92; }

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

This div border color is #766E92.


Opacity

.myOpacity80 { color: #766E92; opacity: 0.8; }

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

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

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

This text has shadow with #766E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766E92 on black background.


Color preview on white background

This text has color #766E92 on white background.



Black color preview on #766E92 background

This text has black color on #766E92 background.


White color preview on #766E92 background

This text has white color on #766E92 background.