COLOR #765D6D

HEX: #765D6D
RGB: (118,93,109)

Color info

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

RGB color model

#765D6D color RGB value is (118,93,109).

  • red value is 118;
  • green value is 93;
  • blue value is 109.
RGB:
(118,93,109)
(46%,36%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 93 of 255 = 36%
B 109 of 255 = 43%

118
93
109

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

Portions of RGB colors in percentages

R + G + B =
118 + 93 + 109 = 320 (100%)
R 118 of 320 ~ 36.88%
G 93 of 320 ~ 29.06%
B 109 of 320 ~ 34.06%

%36.88
%29.06
%34.06

CMYK color model

#765D6D color CMYK value is (0,21,8,54).

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 7.63%
  • key color value is 53.73%
CMYK:
(0,21,8,54)
C0M21Y8K54 
(0%,21%,8%,54%)
(0.00/0.21/0.08/0.54)	

CMYK percentages

%0
%21.19
%7.63
%53.73

Codes

Color #765D6D in popluar color models

765D6D
RGB11893109
HSL322°11.85%41.37%
HSB/HSV322°21.19%46.27%
CMYK0.00%21.19%7.63%
53.73%

Color #765D6D in popluar number systems.

HEX765D6D
Decimal11893109
Binary111011010111011101101
Octal166135155

Shades and tints

Shades of #765D6D

#765D6D
(118,93,109)
#6C5564
(108,85,100)
#624D5B
(98,77,91)
#584552
(88,69,82)
#4E3D49
(78,61,73)
#443540
(68,53,64)
#3A2D37
(58,45,55)
#30252E
(48,37,46)
#261D25
(38,29,37)
#1C151C
(28,21,28)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #765D6D

#765D6D
(118,93,109)
#826B7A
(130,107,122)
#8E7987
(142,121,135)
#9A8794
(154,135,148)
#A695A1
(166,149,161)
#B2A3AE
(178,163,174)
#BEB1BB
(190,177,187)
#CABFC8
(202,191,200)
#D6CDD5
(214,205,213)
#E2DBE2
(226,219,226)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765D6D color. Also use rgb(118,93,109) instead hex code.

Text Font Color

.myTextColor { color: #765D6D; }

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

This text font color is #765D6D.


Background Color

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

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

This div background color is #765D6D.


Border color

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

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

This div border color is #765D6D.


Opacity

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

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

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

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

This text has shadow with #765D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765D6D on black background.


Color preview on white background

This text has color #765D6D on white background.



Black color preview on #765D6D background

This text has black color on #765D6D background.


White color preview on #765D6D background

This text has white color on #765D6D background.