COLOR #765984

HEX: #765984
RGB: (118,89,132)

Color info

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

RGB color model

#765984 color RGB value is (118,89,132).

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

RGB channels and saturation

R 118 of 255 = 46%
G 89 of 255 = 35%
B 132 of 255 = 52%

118
89
132

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

Portions of RGB colors in percentages

R + G + B =
118 + 89 + 132 = 339 (100%)
R 118 of 339 ~ 34.81%
G 89 of 339 ~ 26.25%
B 132 of 339 ~ 38.94%

%34.81
%26.25
%38.94

CMYK color model

#765984 color CMYK value is (11,33,0,48).

  • cyan value is 10.61%
  • magenta value is 32.58%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(11,33,0,48)
C11M33Y0K48 
(11%,33%,0%,48%)
(0.11/0.33/0.00/0.48)	

CMYK percentages

%10.61
%32.58
%0
%48.24

Codes

Color #765984 in popluar color models

765984
RGB11889132
HSL280°19.46%43.33%
HSB/HSV280°32.58%51.76%
CMYK10.61%32.58%0.00%
48.24%

Color #765984 in popluar number systems.

HEX765984
Decimal11889132
Binary1110110101100110000100
Octal166131204

Shades and tints

Shades of #765984

#765984
(118,89,132)
#6C5178
(108,81,120)
#62496C
(98,73,108)
#584160
(88,65,96)
#4E3954
(78,57,84)
#443148
(68,49,72)
#3A293C
(58,41,60)
#302130
(48,33,48)
#261924
(38,25,36)
#1C1118
(28,17,24)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #765984

#765984
(118,89,132)
#82688F
(130,104,143)
#8E779A
(142,119,154)
#9A86A5
(154,134,165)
#A695B0
(166,149,176)
#B2A4BB
(178,164,187)
#BEB3C6
(190,179,198)
#CAC2D1
(202,194,209)
#D6D1DC
(214,209,220)
#E2E0E7
(226,224,231)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765984; }

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

This text font color is #765984.


Background Color

.myBgColor { background-color: #765984; }

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

This div background color is #765984.


Border color

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

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

This div border color is #765984.


Opacity

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

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

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

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

This text has shadow with #765984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765984 on black background.


Color preview on white background

This text has color #765984 on white background.



Black color preview on #765984 background

This text has black color on #765984 background.


White color preview on #765984 background

This text has white color on #765984 background.