COLOR #766984

HEX: #766984
RGB: (118,105,132)

Color info

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

RGB color model

#766984 color RGB value is (118,105,132).

  • red value is 118;
  • green value is 105;
  • blue value is 132.
RGB:
(118,105,132)
(46%,41%,52%)

RGB channels and saturation

R 118 of 255 = 46%
G 105 of 255 = 41%
B 132 of 255 = 52%

118
105
132

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

Portions of RGB colors in percentages

R + G + B =
118 + 105 + 132 = 355 (100%)
R 118 of 355 ~ 33.24%
G 105 of 355 ~ 29.58%
B 132 of 355 ~ 37.18%

%33.24
%29.58
%37.18

CMYK color model

#766984 color CMYK value is (11,20,0,48).

  • cyan value is 10.61%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(11,20,0,48)
C11M20Y0K48 
(11%,20%,0%,48%)
(0.11/0.20/0.00/0.48)	

CMYK percentages

%10.61
%20.45
%0
%48.24

Codes

Color #766984 in popluar color models

766984
RGB118105132
HSL269°11.39%46.47%
HSB/HSV269°20.45%51.76%
CMYK10.61%20.45%0.00%
48.24%

Color #766984 in popluar number systems.

HEX766984
Decimal118105132
Binary1110110110100110000100
Octal166151204

Shades and tints

Shades of #766984

#766984
(118,105,132)
#6C6078
(108,96,120)
#62576C
(98,87,108)
#584E60
(88,78,96)
#4E4554
(78,69,84)
#443C48
(68,60,72)
#3A333C
(58,51,60)
#302A30
(48,42,48)
#262124
(38,33,36)
#1C1818
(28,24,24)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #766984

#766984
(118,105,132)
#82768F
(130,118,143)
#8E839A
(142,131,154)
#9A90A5
(154,144,165)
#A69DB0
(166,157,176)
#B2AABB
(178,170,187)
#BEB7C6
(190,183,198)
#CAC4D1
(202,196,209)
#D6D1DC
(214,209,220)
#E2DEE7
(226,222,231)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766984 color. Also use rgb(118,105,132) instead hex code.

Text Font Color

.myTextColor { color: #766984; }

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

This text font color is #766984.


Background Color

.myBgColor { background-color: #766984; }

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

This div background color is #766984.


Border color

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

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

This div border color is #766984.


Opacity

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

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

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

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

This text has shadow with #766984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766984 on black background.


Color preview on white background

This text has color #766984 on white background.



Black color preview on #766984 background

This text has black color on #766984 background.


White color preview on #766984 background

This text has white color on #766984 background.