COLOR #765B4F

HEX: #765B4F RGB: (118,91,79)

Color info

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

RGB color model

#765B4F color RGB value is (118,91,79).

RGB: (118,91,79) (46%, 36%, 31%)

RGB channels and saturation

R 118 of 255 = 46%
G 91 of 255 = 36%
B 79 of 255 = 31%

118
91
79

R + G + B ~ 38%. #765B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 91 + 79 = 288 (100%)
R 118 of 288 ~ 40.97%
G 91 of 288 ~ 31.6%
B 79 of 288 ~ 27.43'%

%40.97
%31.6
%27.43

CMYK color model

#765B4F color CMYK value is (0,23,33,54).

  • cyan value is 0.00%
  • magenta value is 22.88%
  • yellow value is 33.05%
  • key color value is 53.73%
CMYK: (0,23,33,54) C0M23Y33K54 (0%,23%,33%,54%) (0.00/0.23/0.33/0.54) 

CMYK percentages

%0
%22.88
%33.05
%53.73

Codes

Color #765B4F in popluar color models

76 5B 4F
RGB 118 91 79
HSL 18° 19.80% 38.63%
HSB/HSV 18° 33.05% 46.27%
CMYK 0.00% 22.88% 33.05%
53.73%

Color #765B4F in popluar number systems.

HEX 76 5B 4F
Decimal 118 91 79
Binary 1110110 1011011 1001111
Octal 166 133 117

Shades and tints

Shades of #765B4F

#765B4F
(118,91,79)
#6C5348
(108,83,72)
#624B41
(98,75,65)
#58433A
(88,67,58)
#4E3B33
(78,59,51)
#44332C
(68,51,44)
#3A2B25
(58,43,37)
#30231E
(48,35,30)
#261B17
(38,27,23)
#1C1310
(28,19,16)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #765B4F

#765B4F
(118,91,79)
#82695F
(130,105,95)
#8E776F
(142,119,111)
#9A857F
(154,133,127)
#A6938F
(166,147,143)
#B2A19F
(178,161,159)
#BEAFAF
(190,175,175)
#CABDBF
(202,189,191)
#D6CBCF
(214,203,207)
#E2D9DF
(226,217,223)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765B4F; }

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

This text font color is #765B4F.

Background Color

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

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

This div background color is #765B4F.

Border color

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

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

This div border color is #765B4F.

Opacity

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

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

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

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

This text has shadow with #765B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765B4F.

Preview

Color preview on black background

This text has color #765B4F on black background.


Color preview on white background

This text has color #765B4F on white background.


Black color preview on #765B4F background

This text has black color on #765B4F background.


White color preview on #765B4F background

This text has white color on #765B4F background.


Related colors

Complementary color

Complementary color for #hex is #89A4B0.


I love getcolorcode.com

Triadic colors

1 #4F765B and #5B4F76 with #765B4F are triadic colors.

2 #4F5B76 and #5B764F with #765B4F are triadic colors.