COLOR #765E58

HEX: #765E58
RGB: (118,94,88)

Color info

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

RGB color model

#765E58 color RGB value is (118,94,88).

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

RGB channels and saturation

R 118 of 255 = 46%
G 94 of 255 = 37%
B 88 of 255 = 35%

118
94
88

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

Portions of RGB colors in percentages

R + G + B =
118 + 94 + 88 = 300 (100%)
R 118 of 300 ~ 39.33%
G 94 of 300 ~ 31.33%
B 88 of 300 ~ 29.33%

%39.33
%31.33
%29.33

CMYK color model

#765E58 color CMYK value is (0,20,25,54).

  • cyan value is 0.00%
  • magenta value is 20.34%
  • yellow value is 25.42%
  • key color value is 53.73%
CMYK:
(0,20,25,54)
C0M20Y25K54 
(0%,20%,25%,54%)
(0.00/0.20/0.25/0.54)	

CMYK percentages

%0
%20.34
%25.42
%53.73

Codes

Color #765E58 in popluar color models

765E58
RGB1189488
HSL12°14.56%40.39%
HSB/HSV12°25.42%46.27%
CMYK0.00%20.34%25.42%
53.73%

Color #765E58 in popluar number systems.

HEX765E58
Decimal1189488
Binary111011010111101011000
Octal166136130

Shades and tints

Shades of #765E58

#765E58
(118,94,88)
#6C5650
(108,86,80)
#624E48
(98,78,72)
#584640
(88,70,64)
#4E3E38
(78,62,56)
#443630
(68,54,48)
#3A2E28
(58,46,40)
#302620
(48,38,32)
#261E18
(38,30,24)
#1C1610
(28,22,16)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #765E58

#765E58
(118,94,88)
#826C67
(130,108,103)
#8E7A76
(142,122,118)
#9A8885
(154,136,133)
#A69694
(166,150,148)
#B2A4A3
(178,164,163)
#BEB2B2
(190,178,178)
#CAC0C1
(202,192,193)
#D6CED0
(214,206,208)
#E2DCDF
(226,220,223)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765E58; }

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

This text font color is #765E58.


Background Color

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

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

This div background color is #765E58.


Border color

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

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

This div border color is #765E58.


Opacity

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

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

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

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

This text has shadow with #765E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765E58 on black background.


Color preview on white background

This text has color #765E58 on white background.



Black color preview on #765E58 background

This text has black color on #765E58 background.


White color preview on #765E58 background

This text has white color on #765E58 background.