COLOR #765B83

HEX: #765B83
RGB: (118,91,131)

Color info

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

RGB color model

#765B83 color RGB value is (118,91,131).

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

RGB channels and saturation

R 118 of 255 = 46%
G 91 of 255 = 36%
B 131 of 255 = 51%

118
91
131

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

Portions of RGB colors in percentages

R + G + B =
118 + 91 + 131 = 340 (100%)
R 118 of 340 ~ 34.71%
G 91 of 340 ~ 26.76%
B 131 of 340 ~ 38.53%

%34.71
%26.76
%38.53

CMYK color model

#765B83 color CMYK value is (10,31,0,49).

  • cyan value is 9.92%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(10,31,0,49)
C10M31Y0K49 
(10%,31%,0%,49%)
(0.10/0.31/0.00/0.49)	

CMYK percentages

%9.92
%30.53
%0
%48.63

Codes

Color #765B83 in popluar color models

765B83
RGB11891131
HSL281°18.02%43.53%
HSB/HSV281°30.53%51.37%
CMYK9.92%30.53%0.00%
48.63%

Color #765B83 in popluar number systems.

HEX765B83
Decimal11891131
Binary1110110101101110000011
Octal166133203

Shades and tints

Shades of #765B83

#765B83
(118,91,131)
#6C5378
(108,83,120)
#624B6D
(98,75,109)
#584362
(88,67,98)
#4E3B57
(78,59,87)
#44334C
(68,51,76)
#3A2B41
(58,43,65)
#302336
(48,35,54)
#261B2B
(38,27,43)
#1C1320
(28,19,32)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #765B83

#765B83
(118,91,131)
#82698E
(130,105,142)
#8E7799
(142,119,153)
#9A85A4
(154,133,164)
#A693AF
(166,147,175)
#B2A1BA
(178,161,186)
#BEAFC5
(190,175,197)
#CABDD0
(202,189,208)
#D6CBDB
(214,203,219)
#E2D9E6
(226,217,230)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765B83; }

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

This text font color is #765B83.


Background Color

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

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

This div background color is #765B83.


Border color

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

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

This div border color is #765B83.


Opacity

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

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

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

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

This text has shadow with #765B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765B83 on black background.


Color preview on white background

This text has color #765B83 on white background.



Black color preview on #765B83 background

This text has black color on #765B83 background.


White color preview on #765B83 background

This text has white color on #765B83 background.