COLOR #765B71

HEX: #765B71
RGB: (118,91,113)

Color info

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

RGB color model

#765B71 color RGB value is (118,91,113).

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

RGB channels and saturation

R 118 of 255 = 46%
G 91 of 255 = 36%
B 113 of 255 = 44%

118
91
113

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

Portions of RGB colors in percentages

R + G + B =
118 + 91 + 113 = 322 (100%)
R 118 of 322 ~ 36.65%
G 91 of 322 ~ 28.26%
B 113 of 322 ~ 35.09%

%36.65
%28.26
%35.09

CMYK color model

#765B71 color CMYK value is (0,23,4,54).

  • cyan value is 0.00%
  • magenta value is 22.88%
  • yellow value is 4.24%
  • key color value is 53.73%
CMYK:
(0,23,4,54)
C0M23Y4K54 
(0%,23%,4%,54%)
(0.00/0.23/0.04/0.54)	

CMYK percentages

%0
%22.88
%4.24
%53.73

Codes

Color #765B71 in popluar color models

765B71
RGB11891113
HSL311°12.92%40.98%
HSB/HSV311°22.88%46.27%
CMYK0.00%22.88%4.24%
53.73%

Color #765B71 in popluar number systems.

HEX765B71
Decimal11891113
Binary111011010110111110001
Octal166133161

Shades and tints

Shades of #765B71

#765B71
(118,91,113)
#6C5367
(108,83,103)
#624B5D
(98,75,93)
#584353
(88,67,83)
#4E3B49
(78,59,73)
#44333F
(68,51,63)
#3A2B35
(58,43,53)
#30232B
(48,35,43)
#261B21
(38,27,33)
#1C1317
(28,19,23)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #765B71

#765B71
(118,91,113)
#82697D
(130,105,125)
#8E7789
(142,119,137)
#9A8595
(154,133,149)
#A693A1
(166,147,161)
#B2A1AD
(178,161,173)
#BEAFB9
(190,175,185)
#CABDC5
(202,189,197)
#D6CBD1
(214,203,209)
#E2D9DD
(226,217,221)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765B71; }

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

This text font color is #765B71.


Background Color

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

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

This div background color is #765B71.


Border color

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

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

This div border color is #765B71.


Opacity

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

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

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

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

This text has shadow with #765B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765B71 on black background.


Color preview on white background

This text has color #765B71 on white background.



Black color preview on #765B71 background

This text has black color on #765B71 background.


White color preview on #765B71 background

This text has white color on #765B71 background.