COLOR #765D75

HEX: #765D75
RGB: (118,93,117)

Color info

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

RGB color model

#765D75 color RGB value is (118,93,117).

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

RGB channels and saturation

R 118 of 255 = 46%
G 93 of 255 = 36%
B 117 of 255 = 46%

118
93
117

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

Portions of RGB colors in percentages

R + G + B =
118 + 93 + 117 = 328 (100%)
R 118 of 328 ~ 35.98%
G 93 of 328 ~ 28.35%
B 117 of 328 ~ 35.67%

%35.98
%28.35
%35.67

CMYK color model

#765D75 color CMYK value is (0,21,1,54).

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 0.85%
  • key color value is 53.73%
CMYK:
(0,21,1,54)
C0M21Y1K54 
(0%,21%,1%,54%)
(0.00/0.21/0.01/0.54)	

CMYK percentages

%0
%21.19
%0.85
%53.73

Codes

Color #765D75 in popluar color models

765D75
RGB11893117
HSL302°11.85%41.37%
HSB/HSV302°21.19%46.27%
CMYK0.00%21.19%0.85%
53.73%

Color #765D75 in popluar number systems.

HEX765D75
Decimal11893117
Binary111011010111011110101
Octal166135165

Shades and tints

Shades of #765D75

#765D75
(118,93,117)
#6C556B
(108,85,107)
#624D61
(98,77,97)
#584557
(88,69,87)
#4E3D4D
(78,61,77)
#443543
(68,53,67)
#3A2D39
(58,45,57)
#30252F
(48,37,47)
#261D25
(38,29,37)
#1C151B
(28,21,27)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #765D75

#765D75
(118,93,117)
#826B81
(130,107,129)
#8E798D
(142,121,141)
#9A8799
(154,135,153)
#A695A5
(166,149,165)
#B2A3B1
(178,163,177)
#BEB1BD
(190,177,189)
#CABFC9
(202,191,201)
#D6CDD5
(214,205,213)
#E2DBE1
(226,219,225)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765D75; }

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

This text font color is #765D75.


Background Color

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

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

This div background color is #765D75.


Border color

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

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

This div border color is #765D75.


Opacity

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

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

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

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

This text has shadow with #765D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765D75 on black background.


Color preview on white background

This text has color #765D75 on white background.



Black color preview on #765D75 background

This text has black color on #765D75 background.


White color preview on #765D75 background

This text has white color on #765D75 background.