COLOR #765F5B

HEX: #765F5B
RGB: (118,95,91)

Color info

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

RGB color model

#765F5B color RGB value is (118,95,91).

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

RGB channels and saturation

R 118 of 255 = 46%
G 95 of 255 = 37%
B 91 of 255 = 36%

118
95
91

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

Portions of RGB colors in percentages

R + G + B =
118 + 95 + 91 = 304 (100%)
R 118 of 304 ~ 38.82%
G 95 of 304 ~ 31.25%
B 91 of 304 ~ 29.93%

%38.82
%31.25
%29.93

CMYK color model

#765F5B color CMYK value is (0,19,23,54).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 22.88%
  • key color value is 53.73%
CMYK:
(0,19,23,54)
C0M19Y23K54 
(0%,19%,23%,54%)
(0.00/0.19/0.23/0.54)	

CMYK percentages

%0
%19.49
%22.88
%53.73

Codes

Color #765F5B in popluar color models

765F5B
RGB1189591
HSL12.92%40.98%
HSB/HSV22.88%46.27%
CMYK0.00%19.49%22.88%
53.73%

Color #765F5B in popluar number systems.

HEX765F5B
Decimal1189591
Binary111011010111111011011
Octal166137133

Shades and tints

Shades of #765F5B

#765F5B
(118,95,91)
#6C5753
(108,87,83)
#624F4B
(98,79,75)
#584743
(88,71,67)
#4E3F3B
(78,63,59)
#443733
(68,55,51)
#3A2F2B
(58,47,43)
#302723
(48,39,35)
#261F1B
(38,31,27)
#1C1713
(28,23,19)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #765F5B

#765F5B
(118,95,91)
#826D69
(130,109,105)
#8E7B77
(142,123,119)
#9A8985
(154,137,133)
#A69793
(166,151,147)
#B2A5A1
(178,165,161)
#BEB3AF
(190,179,175)
#CAC1BD
(202,193,189)
#D6CFCB
(214,207,203)
#E2DDD9
(226,221,217)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765F5B; }

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

This text font color is #765F5B.


Background Color

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

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

This div background color is #765F5B.


Border color

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

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

This div border color is #765F5B.


Opacity

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

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

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

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

This text has shadow with #765F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765F5B on black background.


Color preview on white background

This text has color #765F5B on white background.



Black color preview on #765F5B background

This text has black color on #765F5B background.


White color preview on #765F5B background

This text has white color on #765F5B background.