COLOR #765D55

HEX: #765D55
RGB: (118,93,85)

Color info

#765D55 contains red, green and blue colors in about the same proportion. Web safe color of #765D55 is #666666 (or #666).

RGB color model

#765D55 color RGB value is (118,93,85).

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

RGB channels and saturation

R 118 of 255 = 46%
G 93 of 255 = 36%
B 85 of 255 = 33%

118
93
85

R + G + B ~ 38%. #765D55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 93 + 85 = 296 (100%)
R 118 of 296 ~ 39.86%
G 93 of 296 ~ 31.42%
B 85 of 296 ~ 28.72%

%39.86
%31.42
%28.72

CMYK color model

#765D55 color CMYK value is (0,21,28,54).

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 27.97%
  • key color value is 53.73%
CMYK:
(0,21,28,54)
C0M21Y28K54 
(0%,21%,28%,54%)
(0.00/0.21/0.28/0.54)	

CMYK percentages

%0
%21.19
%27.97
%53.73

Codes

Color #765D55 in popluar color models

765D55
RGB1189385
HSL15°16.26%39.80%
HSB/HSV15°27.97%46.27%
CMYK0.00%21.19%27.97%
53.73%

Color #765D55 in popluar number systems.

HEX765D55
Decimal1189385
Binary111011010111011010101
Octal166135125

Shades and tints

Shades of #765D55

#765D55
(118,93,85)
#6C554E
(108,85,78)
#624D47
(98,77,71)
#584540
(88,69,64)
#4E3D39
(78,61,57)
#443532
(68,53,50)
#3A2D2B
(58,45,43)
#302524
(48,37,36)
#261D1D
(38,29,29)
#1C1516
(28,21,22)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #765D55

#765D55
(118,93,85)
#826B64
(130,107,100)
#8E7973
(142,121,115)
#9A8782
(154,135,130)
#A69591
(166,149,145)
#B2A3A0
(178,163,160)
#BEB1AF
(190,177,175)
#CABFBE
(202,191,190)
#D6CDCD
(214,205,205)
#E2DBDC
(226,219,220)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765D55; }

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

This text font color is #765D55.


Background Color

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

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

This div background color is #765D55.


Border color

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

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

This div border color is #765D55.


Opacity

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

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

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

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

This text has shadow with #765D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765D55 on black background.


Color preview on white background

This text has color #765D55 on white background.



Black color preview on #765D55 background

This text has black color on #765D55 background.


White color preview on #765D55 background

This text has white color on #765D55 background.