COLOR #765959

HEX: #765959
RGB: (118,89,89)

Color info

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

RGB color model

#765959 color RGB value is (118,89,89).

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

RGB channels and saturation

R 118 of 255 = 46%
G 89 of 255 = 35%
B 89 of 255 = 35%

118
89
89

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

Portions of RGB colors in percentages

R + G + B =
118 + 89 + 89 = 296 (100%)
R 118 of 296 ~ 39.86%
G 89 of 296 ~ 30.07%
B 89 of 296 ~ 30.07%

%39.86
%30.07
%30.07

CMYK color model

#765959 color CMYK value is (0,25,25,54).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 24.58%
  • key color value is 53.73%
CMYK:
(0,25,25,54)
C0M25Y25K54 
(0%,25%,25%,54%)
(0.00/0.25/0.25/0.54)	

CMYK percentages

%0
%24.58
%24.58
%53.73

Codes

Color #765959 in popluar color models

765959
RGB1188989
HSL14.01%40.59%
HSB/HSV24.58%46.27%
CMYK0.00%24.58%24.58%
53.73%

Color #765959 in popluar number systems.

HEX765959
Decimal1188989
Binary111011010110011011001
Octal166131131

Shades and tints

Shades of #765959

#765959
(118,89,89)
#6C5151
(108,81,81)
#624949
(98,73,73)
#584141
(88,65,65)
#4E3939
(78,57,57)
#443131
(68,49,49)
#3A2929
(58,41,41)
#302121
(48,33,33)
#261919
(38,25,25)
#1C1111
(28,17,17)
#120909
(18,9,9)
#000000
(0,0,0)

Tints of #765959

#765959
(118,89,89)
#826868
(130,104,104)
#8E7777
(142,119,119)
#9A8686
(154,134,134)
#A69595
(166,149,149)
#B2A4A4
(178,164,164)
#BEB3B3
(190,179,179)
#CAC2C2
(202,194,194)
#D6D1D1
(214,209,209)
#E2E0E0
(226,224,224)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765959 color. Also use rgb(118,89,89) instead hex code.

Text Font Color

.myTextColor { color: #765959; }

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

This text font color is #765959.


Background Color

.myBgColor { background-color: #765959; }

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

This div background color is #765959.


Border color

.myBorderColor { border: 1px solid #765959; }

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

This div border color is #765959.


Opacity

.myOpacity80 { color: #765959; opacity: 0.8; }

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

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

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

This text has shadow with #765959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765959 on black background.


Color preview on white background

This text has color #765959 on white background.



Black color preview on #765959 background

This text has black color on #765959 background.


White color preview on #765959 background

This text has white color on #765959 background.