COLOR #765D4D

HEX: #765D4D RGB: (118,93,77)

Color info

#765D4D contains red, green and blue colors in about the same proportion. Web safe color of #765D4D is #666633 (or #663).

RGB color model

#765D4D color RGB value is (118,93,77).

RGB: (118,93,77) (46%, 36%, 30%)

RGB channels and saturation

R 118 of 255 = 46%
G 93 of 255 = 36%
B 77 of 255 = 30%

118
93
77

R + G + B ~ 37%. #765D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 93 + 77 = 288 (100%)
R 118 of 288 ~ 40.97%
G 93 of 288 ~ 32.29%
B 77 of 288 ~ 26.74'%

%40.97
%32.29
%26.74

CMYK color model

#765D4D color CMYK value is (0,21,35,54).

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

CMYK: (0,21,35,54)
C0M21Y35K54 (0%, 21%, 35%, 54%)
(0.00 / 0.21 / 0.35 / 0.54)

CMYK percentages

%0
%21.19
%34.75
%53.73

Codes

Color #765D4D in popluar color models

76 5D 4D
RGB 118 93 77
HSL 23° 21.03% 38.24%
HSB/HSV 23° 34.75% 46.27%
CMYK 0.00% 21.19% 34.75%
53.73%

Color #765D4D in popluar number systems.

HEX 76 5D 4D
Decimal 118 93 77
Binary 1110110 1011101 1001101
Octal 166 135 115

Shades and tints

Shades of #765D4D

#765D4D
(118,93,77)
#6C5546
(108,85,70)
#624D3F
(98,77,63)
#584538
(88,69,56)
#4E3D31
(78,61,49)
#44352A
(68,53,42)
#3A2D23
(58,45,35)
#30251C
(48,37,28)
#261D15
(38,29,21)
#1C150E
(28,21,14)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #765D4D

#765D4D
(118,93,77)
#826B5D
(130,107,93)
#8E796D
(142,121,109)
#9A877D
(154,135,125)
#A6958D
(166,149,141)
#B2A39D
(178,163,157)
#BEB1AD
(190,177,173)
#CABFBD
(202,191,189)
#D6CDCD
(214,205,205)
#E2DBDD
(226,219,221)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765D4D; }

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

This text font color is #765D4D.

Background Color

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

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

This div background color is #765D4D.

Border color

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

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

This div border color is #765D4D.

Opacity

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

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

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

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

This text has shadow with #765D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765D4D.

Preview

Color preview on black background

This text has color #765D4D on black background.


Color preview on white background

This text has color #765D4D on white background.


Black color preview on #765D4D background

This text has black color on #765D4D background.


White color preview on #765D4D background

This text has white color on #765D4D background.


Related colors

Complementary color

Complementary color for #hex is #89A2B2.


I love getcolorcode.com

Triadic colors

1 #4D765D and #5D4D76 with #765D4D are triadic colors.

2 #4D5D76 and #5D764D with #765D4D are triadic colors.