COLOR #765E86

HEX: #765E86
RGB: (118,94,134)

Color info

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

RGB color model

#765E86 color RGB value is (118,94,134).

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

RGB channels and saturation

R 118 of 255 = 46%
G 94 of 255 = 37%
B 134 of 255 = 53%

118
94
134

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

Portions of RGB colors in percentages

R + G + B =
118 + 94 + 134 = 346 (100%)
R 118 of 346 ~ 34.1%
G 94 of 346 ~ 27.17%
B 134 of 346 ~ 38.73%

%34.1
%27.17
%38.73

CMYK color model

#765E86 color CMYK value is (12,30,0,47).

  • cyan value is 11.94%
  • magenta value is 29.85%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(12,30,0,47)
C12M30Y0K47 
(12%,30%,0%,47%)
(0.12/0.30/0.00/0.47)	

CMYK percentages

%11.94
%29.85
%0
%47.45

Codes

Color #765E86 in popluar color models

765E86
RGB11894134
HSL276°17.54%44.71%
HSB/HSV276°29.85%52.55%
CMYK11.94%29.85%0.00%
47.45%

Color #765E86 in popluar number systems.

HEX765E86
Decimal11894134
Binary1110110101111010000110
Octal166136206

Shades and tints

Shades of #765E86

#765E86
(118,94,134)
#6C567A
(108,86,122)
#624E6E
(98,78,110)
#584662
(88,70,98)
#4E3E56
(78,62,86)
#44364A
(68,54,74)
#3A2E3E
(58,46,62)
#302632
(48,38,50)
#261E26
(38,30,38)
#1C161A
(28,22,26)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #765E86

#765E86
(118,94,134)
#826C91
(130,108,145)
#8E7A9C
(142,122,156)
#9A88A7
(154,136,167)
#A696B2
(166,150,178)
#B2A4BD
(178,164,189)
#BEB2C8
(190,178,200)
#CAC0D3
(202,192,211)
#D6CEDE
(214,206,222)
#E2DCE9
(226,220,233)
#EEEAF4
(238,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765E86; }

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

This text font color is #765E86.


Background Color

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

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

This div background color is #765E86.


Border color

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

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

This div border color is #765E86.


Opacity

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

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

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

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

This text has shadow with #765E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765E86 on black background.


Color preview on white background

This text has color #765E86 on white background.



Black color preview on #765E86 background

This text has black color on #765E86 background.


White color preview on #765E86 background

This text has white color on #765E86 background.