COLOR #765859

HEX: #765859
RGB: (118,88,89)

Color info

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

RGB color model

#765859 color RGB value is (118,88,89).

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

RGB channels and saturation

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

118
88
89

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

Portions of RGB colors in percentages

R + G + B =
118 + 88 + 89 = 295 (100%)
R 118 of 295 ~ 40%
G 88 of 295 ~ 29.83%
B 89 of 295 ~ 30.17%

%40
%29.83
%30.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.42%
  • 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
%25.42
%24.58
%53.73

Codes

Color #765859 in popluar color models

765859
RGB1188889
HSL358°14.56%40.39%
HSB/HSV358°25.42%46.27%
CMYK0.00%25.42%24.58%
53.73%

Color #765859 in popluar number systems.

HEX765859
Decimal1188889
Binary111011010110001011001
Octal166130131

Shades and tints

Shades of #765859

#765859
(118,88,89)
#6C5051
(108,80,81)
#624849
(98,72,73)
#584041
(88,64,65)
#4E3839
(78,56,57)
#443031
(68,48,49)
#3A2829
(58,40,41)
#302021
(48,32,33)
#261819
(38,24,25)
#1C1011
(28,16,17)
#120809
(18,8,9)
#000000
(0,0,0)

Tints of #765859

#765859
(118,88,89)
#826768
(130,103,104)
#8E7677
(142,118,119)
#9A8586
(154,133,134)
#A69495
(166,148,149)
#B2A3A4
(178,163,164)
#BEB2B3
(190,178,179)
#CAC1C2
(202,193,194)
#D6D0D1
(214,208,209)
#E2DFE0
(226,223,224)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765859; }

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

This text font color is #765859.


Background Color

.myBgColor { background-color: #765859; }

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

This div background color is #765859.


Border color

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

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

This div border color is #765859.


Opacity

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

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

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

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

This text has shadow with #765859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765859 on black background.


Color preview on white background

This text has color #765859 on white background.



Black color preview on #765859 background

This text has black color on #765859 background.


White color preview on #765859 background

This text has white color on #765859 background.