COLOR #765E55

HEX: #765E55
RGB: (118,94,85)

Color info

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

RGB color model

#765E55 color RGB value is (118,94,85).

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

RGB channels and saturation

R 118 of 255 = 46%
G 94 of 255 = 37%
B 85 of 255 = 33%

118
94
85

R + G + B ~ 39%. #765E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 94 + 85 = 297 (100%)
R 118 of 297 ~ 39.73%
G 94 of 297 ~ 31.65%
B 85 of 297 ~ 28.62%

%39.73
%31.65
%28.62

CMYK color model

#765E55 color CMYK value is (0,20,28,54).

  • cyan value is 0.00%
  • magenta value is 20.34%
  • yellow value is 27.97%
  • key color value is 53.73%
CMYK:
(0,20,28,54)
C0M20Y28K54 
(0%,20%,28%,54%)
(0.00/0.20/0.28/0.54)	

CMYK percentages

%0
%20.34
%27.97
%53.73

Codes

Color #765E55 in popluar color models

765E55
RGB1189485
HSL16°16.26%39.80%
HSB/HSV16°27.97%46.27%
CMYK0.00%20.34%27.97%
53.73%

Color #765E55 in popluar number systems.

HEX765E55
Decimal1189485
Binary111011010111101010101
Octal166136125

Shades and tints

Shades of #765E55

#765E55
(118,94,85)
#6C564E
(108,86,78)
#624E47
(98,78,71)
#584640
(88,70,64)
#4E3E39
(78,62,57)
#443632
(68,54,50)
#3A2E2B
(58,46,43)
#302624
(48,38,36)
#261E1D
(38,30,29)
#1C1616
(28,22,22)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #765E55

#765E55
(118,94,85)
#826C64
(130,108,100)
#8E7A73
(142,122,115)
#9A8882
(154,136,130)
#A69691
(166,150,145)
#B2A4A0
(178,164,160)
#BEB2AF
(190,178,175)
#CAC0BE
(202,192,190)
#D6CECD
(214,206,205)
#E2DCDC
(226,220,220)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765E55; }

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

This text font color is #765E55.


Background Color

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

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

This div background color is #765E55.


Border color

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

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

This div border color is #765E55.


Opacity

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

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

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

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

This text has shadow with #765E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765E55 on black background.


Color preview on white background

This text has color #765E55 on white background.



Black color preview on #765E55 background

This text has black color on #765E55 background.


White color preview on #765E55 background

This text has white color on #765E55 background.