COLOR #765E83

HEX: #765E83
RGB: (118,94,131)

Color info

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

RGB color model

#765E83 color RGB value is (118,94,131).

  • red value is 118;
  • green value is 94;
  • blue value is 131.
RGB:
(118,94,131)
(46%,37%,51%)

RGB channels and saturation

R 118 of 255 = 46%
G 94 of 255 = 37%
B 131 of 255 = 51%

118
94
131

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

Portions of RGB colors in percentages

R + G + B =
118 + 94 + 131 = 343 (100%)
R 118 of 343 ~ 34.4%
G 94 of 343 ~ 27.41%
B 131 of 343 ~ 38.19%

%34.4
%27.41
%38.19

CMYK color model

#765E83 color CMYK value is (10,28,0,49).

  • cyan value is 9.92%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(10,28,0,49)
C10M28Y0K49 
(10%,28%,0%,49%)
(0.10/0.28/0.00/0.49)	

CMYK percentages

%9.92
%28.24
%0
%48.63

Codes

Color #765E83 in popluar color models

765E83
RGB11894131
HSL279°16.44%44.12%
HSB/HSV279°28.24%51.37%
CMYK9.92%28.24%0.00%
48.63%

Color #765E83 in popluar number systems.

HEX765E83
Decimal11894131
Binary1110110101111010000011
Octal166136203

Shades and tints

Shades of #765E83

#765E83
(118,94,131)
#6C5678
(108,86,120)
#624E6D
(98,78,109)
#584662
(88,70,98)
#4E3E57
(78,62,87)
#44364C
(68,54,76)
#3A2E41
(58,46,65)
#302636
(48,38,54)
#261E2B
(38,30,43)
#1C1620
(28,22,32)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #765E83

#765E83
(118,94,131)
#826C8E
(130,108,142)
#8E7A99
(142,122,153)
#9A88A4
(154,136,164)
#A696AF
(166,150,175)
#B2A4BA
(178,164,186)
#BEB2C5
(190,178,197)
#CAC0D0
(202,192,208)
#D6CEDB
(214,206,219)
#E2DCE6
(226,220,230)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765E83 color. Also use rgb(118,94,131) instead hex code.

Text Font Color

.myTextColor { color: #765E83; }

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

This text font color is #765E83.


Background Color

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

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

This div background color is #765E83.


Border color

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

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

This div border color is #765E83.


Opacity

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

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

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

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

This text has shadow with #765E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765E83 on black background.


Color preview on white background

This text has color #765E83 on white background.



Black color preview on #765E83 background

This text has black color on #765E83 background.


White color preview on #765E83 background

This text has white color on #765E83 background.