COLOR #765F84

HEX: #765F84
RGB: (118,95,132)

Color info

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

RGB color model

#765F84 color RGB value is (118,95,132).

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

RGB channels and saturation

R 118 of 255 = 46%
G 95 of 255 = 37%
B 132 of 255 = 52%

118
95
132

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

Portions of RGB colors in percentages

R + G + B =
118 + 95 + 132 = 345 (100%)
R 118 of 345 ~ 34.2%
G 95 of 345 ~ 27.54%
B 132 of 345 ~ 38.26%

%34.2
%27.54
%38.26

CMYK color model

#765F84 color CMYK value is (11,28,0,48).

  • cyan value is 10.61%
  • magenta value is 28.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK: (11,28,0,48) C11M28Y0K48 (11%,28%,0%,48%) (0.11/0.28/0.00/0.48)

CMYK percentages

%10.61
%28.03
%0
%48.24

Codes

Color #765F84 in popluar color models

765F84
RGB11895132
HSL277°16.30%44.51%
HSB/HSV277°28.03%51.76%
CMYK10.61%28.03%0.00%
48.24%

Color #765F84 in popluar number systems.

HEX765F84
Decimal11895132
Binary1110110101111110000100
Octal166137204

Shades and tints

Shades of #765F84

#765F84
(118,95,132)
#6C5778
(108,87,120)
#624F6C
(98,79,108)
#584760
(88,71,96)
#4E3F54
(78,63,84)
#443748
(68,55,72)
#3A2F3C
(58,47,60)
#302730
(48,39,48)
#261F24
(38,31,36)
#1C1718
(28,23,24)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #765F84

#765F84
(118,95,132)
#826D8F
(130,109,143)
#8E7B9A
(142,123,154)
#9A89A5
(154,137,165)
#A697B0
(166,151,176)
#B2A5BB
(178,165,187)
#BEB3C6
(190,179,198)
#CAC1D1
(202,193,209)
#D6CFDC
(214,207,220)
#E2DDE7
(226,221,231)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765F84; }

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

This text font color is #765F84.


Background Color

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

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

This div background color is #765F84.


Border color

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

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

This div border color is #765F84.


Opacity

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

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

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

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

This text has shadow with #765F84 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #765F84 on black background.


Color preview on white background

This text has color #765F84 on white background.



Black color preview on #765F84 background

This text has black color on #765F84 background.


White color preview on #765F84 background

This text has white color on #765F84 background.