COLOR #765D48

HEX: #765D48
RGB: (118,93,72)

Color info

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

RGB color model

#765D48 color RGB value is (118,93,72).

  • red value is 118;
  • green value is 93;
  • blue value is 72.
RGB:
(118,93,72)
(46%,36%,28%)

RGB channels and saturation

R 118 of 255 = 46%
G 93 of 255 = 36%
B 72 of 255 = 28%

118
93
72

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

Portions of RGB colors in percentages

R + G + B =
118 + 93 + 72 = 283 (100%)
R 118 of 283 ~ 41.7%
G 93 of 283 ~ 32.86%
B 72 of 283 ~ 25.44%

%41.7
%32.86
%25.44

CMYK color model

#765D48 color CMYK value is (0,21,39,54).

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(0,21,39,54)
C0M21Y39K54 
(0%,21%,39%,54%)
(0.00/0.21/0.39/0.54)	

CMYK percentages

%0
%21.19
%38.98
%53.73

Codes

Color #765D48 in popluar color models

765D48
RGB1189372
HSL27°24.21%37.25%
HSB/HSV27°38.98%46.27%
CMYK0.00%21.19%38.98%
53.73%

Color #765D48 in popluar number systems.

HEX765D48
Decimal1189372
Binary111011010111011001000
Octal166135110

Shades and tints

Shades of #765D48

#765D48
(118,93,72)
#6C5542
(108,85,66)
#624D3C
(98,77,60)
#584536
(88,69,54)
#4E3D30
(78,61,48)
#44352A
(68,53,42)
#3A2D24
(58,45,36)
#30251E
(48,37,30)
#261D18
(38,29,24)
#1C1512
(28,21,18)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #765D48

#765D48
(118,93,72)
#826B58
(130,107,88)
#8E7968
(142,121,104)
#9A8778
(154,135,120)
#A69588
(166,149,136)
#B2A398
(178,163,152)
#BEB1A8
(190,177,168)
#CABFB8
(202,191,184)
#D6CDC8
(214,205,200)
#E2DBD8
(226,219,216)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765D48; }

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

This text font color is #765D48.


Background Color

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

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

This div background color is #765D48.


Border color

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

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

This div border color is #765D48.


Opacity

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

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

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

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

This text has shadow with #765D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765D48 on black background.


Color preview on white background

This text has color #765D48 on white background.



Black color preview on #765D48 background

This text has black color on #765D48 background.


White color preview on #765D48 background

This text has white color on #765D48 background.