COLOR #765D5B

HEX: #765D5B RGB: (118,93,91)

Color info

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

RGB color model

#765D5B color RGB value is (118,93,91).

RGB: (118,93,91) (46%, 36%, 36%)

RGB channels and saturation

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

118
93
91

R + G + B ~ 39%. #765D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 93 + 91 = 302 (100%)
R 118 of 302 ~ 39.07%
G 93 of 302 ~ 30.79%
B 91 of 302 ~ 30.13'%

%39.07
%30.79
%30.13

CMYK color model

#765D5B color CMYK value is (0,21,23,54).

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 22.88%
  • key color value is 53.73%

CMYK: (0,21,23,54)
C0M21Y23K54 (0%, 21%, 23%, 54%)
(0.00 / 0.21 / 0.23 / 0.54)

CMYK percentages

%0
%21.19
%22.88
%53.73

Codes

Color #765D5B in popluar color models

76 5D 5B
RGB 118 93 91
HSL 12.92% 40.98%
HSB/HSV 22.88% 46.27%
CMYK 0.00% 21.19% 22.88%
53.73%

Color #765D5B in popluar number systems.

HEX 76 5D 5B
Decimal 118 93 91
Binary 1110110 1011101 1011011
Octal 166 135 133

Shades and tints

Shades of #765D5B

#765D5B
(118,93,91)
#6C5553
(108,85,83)
#624D4B
(98,77,75)
#584543
(88,69,67)
#4E3D3B
(78,61,59)
#443533
(68,53,51)
#3A2D2B
(58,45,43)
#302523
(48,37,35)
#261D1B
(38,29,27)
#1C1513
(28,21,19)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #765D5B

#765D5B
(118,93,91)
#826B69
(130,107,105)
#8E7977
(142,121,119)
#9A8785
(154,135,133)
#A69593
(166,149,147)
#B2A3A1
(178,163,161)
#BEB1AF
(190,177,175)
#CABFBD
(202,191,189)
#D6CDCB
(214,205,203)
#E2DBD9
(226,219,217)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765D5B; }

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

This text font color is #765D5B.

Background Color

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

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

This div background color is #765D5B.

Border color

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

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

This div border color is #765D5B.

Opacity

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

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

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

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

This text has shadow with #765D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765D5B.

Preview

Color preview on black background

This text has color #765D5B on black background.


Color preview on white background

This text has color #765D5B on white background.


Black color preview on #765D5B background

This text has black color on #765D5B background.


White color preview on #765D5B background

This text has white color on #765D5B background.


Related colors

Complementary color

Complementary color for #hex is #89A2A4.


I love getcolorcode.com

Triadic colors

1 #5B765D and #5D5B76 with #765D5B are triadic colors.

2 #5B5D76 and #5D765B with #765D5B are triadic colors.