COLOR #765D4B

HEX: #765D4B RGB: (118,93,75)

Color info

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

RGB color model

#765D4B color RGB value is (118,93,75).

RGB: (118,93,75) (46%, 36%, 29%)

RGB channels and saturation

R 118 of 255 = 46%
G 93 of 255 = 36%
B 75 of 255 = 29%

118
93
75

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

Portions of RGB colors in percentages

R + G + B = 118 + 93 + 75 = 286 (100%)
R 118 of 286 ~ 41.26%
G 93 of 286 ~ 32.52%
B 75 of 286 ~ 26.22'%

%41.26
%32.52
%26.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 36.44%
  • 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
%36.44
%53.73

Codes

Color #765D4B in popluar color models

76 5D 4B
RGB 118 93 75
HSL 25° 22.28% 37.84%
HSB/HSV 25° 36.44% 46.27%
CMYK 0.00% 21.19% 36.44%
53.73%

Color #765D4B in popluar number systems.

HEX 76 5D 4B
Decimal 118 93 75
Binary 1110110 1011101 1001011
Octal 166 135 113

Shades and tints

Shades of #765D4B

#765D4B
(118,93,75)
#6C5545
(108,85,69)
#624D3F
(98,77,63)
#584539
(88,69,57)
#4E3D33
(78,61,51)
#44352D
(68,53,45)
#3A2D27
(58,45,39)
#302521
(48,37,33)
#261D1B
(38,29,27)
#1C1515
(28,21,21)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #765D4B

#765D4B
(118,93,75)
#826B5B
(130,107,91)
#8E796B
(142,121,107)
#9A877B
(154,135,123)
#A6958B
(166,149,139)
#B2A39B
(178,163,155)
#BEB1AB
(190,177,171)
#CABFBB
(202,191,187)
#D6CDCB
(214,205,203)
#E2DBDB
(226,219,219)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765D4B; }

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

This text font color is #765D4B.

Background Color

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

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

This div background color is #765D4B.

Border color

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

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

This div border color is #765D4B.

Opacity

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

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

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

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

This text has shadow with #765D4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765D4B.

Preview

Color preview on black background

This text has color #765D4B on black background.


Color preview on white background

This text has color #765D4B on white background.


Black color preview on #765D4B background

This text has black color on #765D4B background.


White color preview on #765D4B background

This text has white color on #765D4B background.


Related colors

Complementary color

Complementary color for #hex is #89A2B4.


I love getcolorcode.com

Triadic colors

1 #4B765D and #5D4B76 with #765D4B are triadic colors.

2 #4B5D76 and #5D764B with #765D4B are triadic colors.