COLOR #765B6F

HEX: #765B6F
RGB: (118,91,111)

Color info

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

RGB color model

#765B6F color RGB value is (118,91,111).

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

RGB channels and saturation

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

118
91
111

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

Portions of RGB colors in percentages

R + G + B =
118 + 91 + 111 = 320 (100%)
R 118 of 320 ~ 36.88%
G 91 of 320 ~ 28.44%
B 111 of 320 ~ 34.69%

%36.88
%28.44
%34.69

CMYK color model

#765B6F color CMYK value is (0,23,6,54).

  • cyan value is 0.00%
  • magenta value is 22.88%
  • yellow value is 5.93%
  • key color value is 53.73%
CMYK:
(0,23,6,54)
C0M23Y6K54 
(0%,23%,6%,54%)
(0.00/0.23/0.06/0.54)	

CMYK percentages

%0
%22.88
%5.93
%53.73

Codes

Color #765B6F in popluar color models

765B6F
RGB11891111
HSL316°12.92%40.98%
HSB/HSV316°22.88%46.27%
CMYK0.00%22.88%5.93%
53.73%

Color #765B6F in popluar number systems.

HEX765B6F
Decimal11891111
Binary111011010110111101111
Octal166133157

Shades and tints

Shades of #765B6F

#765B6F
(118,91,111)
#6C5365
(108,83,101)
#624B5B
(98,75,91)
#584351
(88,67,81)
#4E3B47
(78,59,71)
#44333D
(68,51,61)
#3A2B33
(58,43,51)
#302329
(48,35,41)
#261B1F
(38,27,31)
#1C1315
(28,19,21)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #765B6F

#765B6F
(118,91,111)
#82697C
(130,105,124)
#8E7789
(142,119,137)
#9A8596
(154,133,150)
#A693A3
(166,147,163)
#B2A1B0
(178,161,176)
#BEAFBD
(190,175,189)
#CABDCA
(202,189,202)
#D6CBD7
(214,203,215)
#E2D9E4
(226,217,228)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765B6F; }

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

This text font color is #765B6F.


Background Color

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

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

This div background color is #765B6F.


Border color

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

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

This div border color is #765B6F.


Opacity

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

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

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

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

This text has shadow with #765B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765B6F on black background.


Color preview on white background

This text has color #765B6F on white background.



Black color preview on #765B6F background

This text has black color on #765B6F background.


White color preview on #765B6F background

This text has white color on #765B6F background.