COLOR #765B77

HEX: #765B77
RGB: (118,91,119)

Color info

#765B77 contains red, green and blue colors in about the same proportion. Web safe color of #765B77 is #666666 (or #666).

RGB color model

#765B77 color RGB value is (118,91,119).

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

RGB channels and saturation

R 118 of 255 = 46%
G 91 of 255 = 36%
B 119 of 255 = 47%

118
91
119

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

Portions of RGB colors in percentages

R + G + B =
118 + 91 + 119 = 328 (100%)
R 118 of 328 ~ 35.98%
G 91 of 328 ~ 27.74%
B 119 of 328 ~ 36.28%

%35.98
%27.74
%36.28

CMYK color model

#765B77 color CMYK value is (1,24,0,53).

  • cyan value is 0.84%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(1,24,0,53)
C1M24Y0K53 
(1%,24%,0%,53%)
(0.01/0.24/0.00/0.53)	

CMYK percentages

%0.84
%23.53
%0
%53.33

Codes

Color #765B77 in popluar color models

765B77
RGB11891119
HSL298°13.33%41.18%
HSB/HSV298°23.53%46.67%
CMYK0.84%23.53%0.00%
53.33%

Color #765B77 in popluar number systems.

HEX765B77
Decimal11891119
Binary111011010110111110111
Octal166133167

Shades and tints

Shades of #765B77

#765B77
(118,91,119)
#6C536D
(108,83,109)
#624B63
(98,75,99)
#584359
(88,67,89)
#4E3B4F
(78,59,79)
#443345
(68,51,69)
#3A2B3B
(58,43,59)
#302331
(48,35,49)
#261B27
(38,27,39)
#1C131D
(28,19,29)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #765B77

#765B77
(118,91,119)
#826983
(130,105,131)
#8E778F
(142,119,143)
#9A859B
(154,133,155)
#A693A7
(166,147,167)
#B2A1B3
(178,161,179)
#BEAFBF
(190,175,191)
#CABDCB
(202,189,203)
#D6CBD7
(214,203,215)
#E2D9E3
(226,217,227)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765B77; }

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

This text font color is #765B77.


Background Color

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

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

This div background color is #765B77.


Border color

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

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

This div border color is #765B77.


Opacity

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

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

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

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

This text has shadow with #765B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765B77 on black background.


Color preview on white background

This text has color #765B77 on white background.



Black color preview on #765B77 background

This text has black color on #765B77 background.


White color preview on #765B77 background

This text has white color on #765B77 background.