COLOR #765D3D

HEX: #765D3D
RGB: (118,93,61)

Color info

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

RGB color model

#765D3D color RGB value is (118,93,61).

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

RGB channels and saturation

R 118 of 255 = 46%
G 93 of 255 = 36%
B 61 of 255 = 24%

118
93
61

R + G + B ~ 35%. #765D3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 93 + 61 = 272 (100%)
R 118 of 272 ~ 43.38%
G 93 of 272 ~ 34.19%
B 61 of 272 ~ 22.43%

%43.38
%34.19
%22.43

CMYK color model

#765D3D color CMYK value is (0,21,48,54).

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 48.31%
  • key color value is 53.73%
CMYK:
(0,21,48,54)
C0M21Y48K54 
(0%,21%,48%,54%)
(0.00/0.21/0.48/0.54)	

CMYK percentages

%0
%21.19
%48.31
%53.73

Codes

Color #765D3D in popluar color models

765D3D
RGB1189361
HSL34°31.84%35.10%
HSB/HSV34°48.31%46.27%
CMYK0.00%21.19%48.31%
53.73%

Color #765D3D in popluar number systems.

HEX765D3D
Decimal1189361
Binary11101101011101111101
Octal16613575

Shades and tints

Shades of #765D3D

#765D3D
(118,93,61)
#6C5538
(108,85,56)
#624D33
(98,77,51)
#58452E
(88,69,46)
#4E3D29
(78,61,41)
#443524
(68,53,36)
#3A2D1F
(58,45,31)
#30251A
(48,37,26)
#261D15
(38,29,21)
#1C1510
(28,21,16)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #765D3D

#765D3D
(118,93,61)
#826B4E
(130,107,78)
#8E795F
(142,121,95)
#9A8770
(154,135,112)
#A69581
(166,149,129)
#B2A392
(178,163,146)
#BEB1A3
(190,177,163)
#CABFB4
(202,191,180)
#D6CDC5
(214,205,197)
#E2DBD6
(226,219,214)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765D3D; }

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

This text font color is #765D3D.


Background Color

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

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

This div background color is #765D3D.


Border color

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

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

This div border color is #765D3D.


Opacity

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

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

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

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

This text has shadow with #765D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765D3D on black background.


Color preview on white background

This text has color #765D3D on white background.



Black color preview on #765D3D background

This text has black color on #765D3D background.


White color preview on #765D3D background

This text has white color on #765D3D background.