COLOR #765E4B

HEX: #765E4B RGB: (118,94,75)

Color info

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

RGB color model

#765E4B color RGB value is (118,94,75).

RGB: (118,94,75) (46%, 37%, 29%)

RGB channels and saturation

R 118 of 255 = 46%
G 94 of 255 = 37%
B 75 of 255 = 29%

118
94
75

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

Portions of RGB colors in percentages

R + G + B = 118 + 94 + 75 = 287 (100%)
R 118 of 287 ~ 41.11%
G 94 of 287 ~ 32.75%
B 75 of 287 ~ 26.13'%

%41.11
%32.75
%26.13

CMYK color model

#765E4B color CMYK value is (0,20,36,54).

  • cyan value is 0.00%
  • magenta value is 20.34%
  • yellow value is 36.44%
  • key color value is 53.73%

CMYK: (0,20,36,54)
C0M20Y36K54 (0%, 20%, 36%, 54%)
(0.00 / 0.20 / 0.36 / 0.54)

CMYK percentages

%0
%20.34
%36.44
%53.73

Codes

Color #765E4B in popluar color models

76 5E 4B
RGB 118 94 75
HSL 27° 22.28% 37.84%
HSB/HSV 27° 36.44% 46.27%
CMYK 0.00% 20.34% 36.44%
53.73%

Color #765E4B in popluar number systems.

HEX 76 5E 4B
Decimal 118 94 75
Binary 1110110 1011110 1001011
Octal 166 136 113

Shades and tints

Shades of #765E4B

#765E4B
(118,94,75)
#6C5645
(108,86,69)
#624E3F
(98,78,63)
#584639
(88,70,57)
#4E3E33
(78,62,51)
#44362D
(68,54,45)
#3A2E27
(58,46,39)
#302621
(48,38,33)
#261E1B
(38,30,27)
#1C1615
(28,22,21)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #765E4B

#765E4B
(118,94,75)
#826C5B
(130,108,91)
#8E7A6B
(142,122,107)
#9A887B
(154,136,123)
#A6968B
(166,150,139)
#B2A49B
(178,164,155)
#BEB2AB
(190,178,171)
#CAC0BB
(202,192,187)
#D6CECB
(214,206,203)
#E2DCDB
(226,220,219)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765E4B; }

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

This text font color is #765E4B.

Background Color

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

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

This div background color is #765E4B.

Border color

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

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

This div border color is #765E4B.

Opacity

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

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

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

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

This text has shadow with #765E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765E4B.

Preview

Color preview on black background

This text has color #765E4B on black background.


Color preview on white background

This text has color #765E4B on white background.


Black color preview on #765E4B background

This text has black color on #765E4B background.


White color preview on #765E4B background

This text has white color on #765E4B background.


Related colors

Complementary color

Complementary color for #hex is #89A1B4.


I love getcolorcode.com

Triadic colors

1 #4B765E and #5E4B76 with #765E4B are triadic colors.

2 #4B5E76 and #5E764B with #765E4B are triadic colors.