COLOR #765C97

HEX: #765C97
RGB: (118,92,151)

Color info

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

RGB color model

#765C97 color RGB value is (118,92,151).

  • red value is 118;
  • green value is 92;
  • blue value is 151.
RGB:
(118,92,151)
(46%,36%,59%)

RGB channels and saturation

R 118 of 255 = 46%
G 92 of 255 = 36%
B 151 of 255 = 59%

118
92
151

R + G + B ~ 47%. #765C97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 92 + 151 = 361 (100%)
R 118 of 361 ~ 32.69%
G 92 of 361 ~ 25.48%
B 151 of 361 ~ 41.83%

%32.69
%25.48
%41.83

CMYK color model

#765C97 color CMYK value is (22,39,0,41).

  • cyan value is 21.85%
  • magenta value is 39.07%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(22,39,0,41)
C22M39Y0K41 
(22%,39%,0%,41%)
(0.22/0.39/0.00/0.41)	

CMYK percentages

%21.85
%39.07
%0
%40.78

Codes

Color #765C97 in popluar color models

765C97
RGB11892151
HSL266°24.28%47.65%
HSB/HSV266°39.07%59.22%
CMYK21.85%39.07%0.00%
40.78%

Color #765C97 in popluar number systems.

HEX765C97
Decimal11892151
Binary1110110101110010010111
Octal166134227

Shades and tints

Shades of #765C97

#765C97
(118,92,151)
#6C548A
(108,84,138)
#624C7D
(98,76,125)
#584470
(88,68,112)
#4E3C63
(78,60,99)
#443456
(68,52,86)
#3A2C49
(58,44,73)
#30243C
(48,36,60)
#261C2F
(38,28,47)
#1C1422
(28,20,34)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #765C97

#765C97
(118,92,151)
#826AA0
(130,106,160)
#8E78A9
(142,120,169)
#9A86B2
(154,134,178)
#A694BB
(166,148,187)
#B2A2C4
(178,162,196)
#BEB0CD
(190,176,205)
#CABED6
(202,190,214)
#D6CCDF
(214,204,223)
#E2DAE8
(226,218,232)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765C97 color. Also use rgb(118,92,151) instead hex code.

Text Font Color

.myTextColor { color: #765C97; }

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

This text font color is #765C97.


Background Color

.myBgColor { background-color: #765C97; }

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

This div background color is #765C97.


Border color

.myBorderColor { border: 1px solid #765C97; }

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

This div border color is #765C97.


Opacity

.myOpacity80 { color: #765C97; opacity: 0.8; }

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

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

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

This text has shadow with #765C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765C97 on black background.


Color preview on white background

This text has color #765C97 on white background.



Black color preview on #765C97 background

This text has black color on #765C97 background.


White color preview on #765C97 background

This text has white color on #765C97 background.