COLOR #765D4C

HEX: #765D4C RGB: (118,93,76)

Color info

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

RGB color model

#765D4C color RGB value is (118,93,76).

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

RGB channels and saturation

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

118
93
76

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

Portions of RGB colors in percentages

R + G + B = 118 + 93 + 76 = 287 (100%)
R 118 of 287 ~ 41.11%
G 93 of 287 ~ 32.4%
B 76 of 287 ~ 26.48'%

%41.11
%32.4
%26.48

CMYK color model

#765D4C color CMYK value is (0,21,36,54).

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

CMYK: (0,21,36,54)
C0M21Y36K54 (0%, 21%, 36%, 54%)
(0.00 / 0.21 / 0.36 / 0.54)

CMYK percentages

%0
%21.19
%35.59
%53.73

Codes

Color #765D4C in popluar color models

76 5D 4C
RGB 118 93 76
HSL 24° 21.65% 38.04%
HSB/HSV 24° 35.59% 46.27%
CMYK 0.00% 21.19% 35.59%
53.73%

Color #765D4C in popluar number systems.

HEX 76 5D 4C
Decimal 118 93 76
Binary 1110110 1011101 1001100
Octal 166 135 114

Shades and tints

Shades of #765D4C

#765D4C
(118,93,76)
#6C5546
(108,85,70)
#624D40
(98,77,64)
#58453A
(88,69,58)
#4E3D34
(78,61,52)
#44352E
(68,53,46)
#3A2D28
(58,45,40)
#302522
(48,37,34)
#261D1C
(38,29,28)
#1C1516
(28,21,22)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #765D4C

#765D4C
(118,93,76)
#826B5C
(130,107,92)
#8E796C
(142,121,108)
#9A877C
(154,135,124)
#A6958C
(166,149,140)
#B2A39C
(178,163,156)
#BEB1AC
(190,177,172)
#CABFBC
(202,191,188)
#D6CDCC
(214,205,204)
#E2DBDC
(226,219,220)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765D4C; }

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

This text font color is #765D4C.

Background Color

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

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

This div background color is #765D4C.

Border color

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

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

This div border color is #765D4C.

Opacity

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

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

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

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

This text has shadow with #765D4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765D4C.

Preview

Color preview on black background

This text has color #765D4C on black background.


Color preview on white background

This text has color #765D4C on white background.


Black color preview on #765D4C background

This text has black color on #765D4C background.


White color preview on #765D4C background

This text has white color on #765D4C background.


Related colors

Complementary color

Complementary color for #hex is #89A2B3.


I love getcolorcode.com

Triadic colors

1 #4C765D and #5D4C76 with #765D4C are triadic colors.

2 #4C5D76 and #5D764C with #765D4C are triadic colors.