COLOR #765A57

HEX: #765A57
RGB: (118,90,87)

Color info

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

RGB color model

#765A57 color RGB value is (118,90,87).

  • red value is 118;
  • green value is 90;
  • blue value is 87.
RGB:
(118,90,87)
(46%,35%,34%)

RGB channels and saturation

R 118 of 255 = 46%
G 90 of 255 = 35%
B 87 of 255 = 34%

118
90
87

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

Portions of RGB colors in percentages

R + G + B =
118 + 90 + 87 = 295 (100%)
R 118 of 295 ~ 40%
G 90 of 295 ~ 30.51%
B 87 of 295 ~ 29.49%

%40
%30.51
%29.49

CMYK color model

#765A57 color CMYK value is (0,24,26,54).

  • cyan value is 0.00%
  • magenta value is 23.73%
  • yellow value is 26.27%
  • key color value is 53.73%
CMYK:
(0,24,26,54)
C0M24Y26K54 
(0%,24%,26%,54%)
(0.00/0.24/0.26/0.54)	

CMYK percentages

%0
%23.73
%26.27
%53.73

Codes

Color #765A57 in popluar color models

765A57
RGB1189087
HSL15.12%40.20%
HSB/HSV26.27%46.27%
CMYK0.00%23.73%26.27%
53.73%

Color #765A57 in popluar number systems.

HEX765A57
Decimal1189087
Binary111011010110101010111
Octal166132127

Shades and tints

Shades of #765A57

#765A57
(118,90,87)
#6C5250
(108,82,80)
#624A49
(98,74,73)
#584242
(88,66,66)
#4E3A3B
(78,58,59)
#443234
(68,50,52)
#3A2A2D
(58,42,45)
#302226
(48,34,38)
#261A1F
(38,26,31)
#1C1218
(28,18,24)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #765A57

#765A57
(118,90,87)
#826966
(130,105,102)
#8E7875
(142,120,117)
#9A8784
(154,135,132)
#A69693
(166,150,147)
#B2A5A2
(178,165,162)
#BEB4B1
(190,180,177)
#CAC3C0
(202,195,192)
#D6D2CF
(214,210,207)
#E2E1DE
(226,225,222)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765A57 color. Also use rgb(118,90,87) instead hex code.

Text Font Color

.myTextColor { color: #765A57; }

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

This text font color is #765A57.


Background Color

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

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

This div background color is #765A57.


Border color

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

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

This div border color is #765A57.


Opacity

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

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

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

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

This text has shadow with #765A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765A57 on black background.


Color preview on white background

This text has color #765A57 on white background.



Black color preview on #765A57 background

This text has black color on #765A57 background.


White color preview on #765A57 background

This text has white color on #765A57 background.