COLOR #765A63

HEX: #765A63
RGB: (118,90,99)

Color info

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

RGB color model

#765A63 color RGB value is (118,90,99).

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

RGB channels and saturation

R 118 of 255 = 46%
G 90 of 255 = 35%
B 99 of 255 = 39%

118
90
99

R + G + B ~ 40%. #765A63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 90 + 99 = 307 (100%)
R 118 of 307 ~ 38.44%
G 90 of 307 ~ 29.32%
B 99 of 307 ~ 32.25%

%38.44
%29.32
%32.25

CMYK color model

#765A63 color CMYK value is (0,24,16,54).

  • cyan value is 0.00%
  • magenta value is 23.73%
  • yellow value is 16.10%
  • key color value is 53.73%
CMYK:
(0,24,16,54)
C0M24Y16K54 
(0%,24%,16%,54%)
(0.00/0.24/0.16/0.54)	

CMYK percentages

%0
%23.73
%16.1
%53.73

Codes

Color #765A63 in popluar color models

765A63
RGB1189099
HSL341°13.46%40.78%
HSB/HSV341°23.73%46.27%
CMYK0.00%23.73%16.10%
53.73%

Color #765A63 in popluar number systems.

HEX765A63
Decimal1189099
Binary111011010110101100011
Octal166132143

Shades and tints

Shades of #765A63

#765A63
(118,90,99)
#6C525A
(108,82,90)
#624A51
(98,74,81)
#584248
(88,66,72)
#4E3A3F
(78,58,63)
#443236
(68,50,54)
#3A2A2D
(58,42,45)
#302224
(48,34,36)
#261A1B
(38,26,27)
#1C1212
(28,18,18)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #765A63

#765A63
(118,90,99)
#826971
(130,105,113)
#8E787F
(142,120,127)
#9A878D
(154,135,141)
#A6969B
(166,150,155)
#B2A5A9
(178,165,169)
#BEB4B7
(190,180,183)
#CAC3C5
(202,195,197)
#D6D2D3
(214,210,211)
#E2E1E1
(226,225,225)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765A63; }

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

This text font color is #765A63.


Background Color

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

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

This div background color is #765A63.


Border color

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

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

This div border color is #765A63.


Opacity

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

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

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

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

This text has shadow with #765A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765A63 on black background.


Color preview on white background

This text has color #765A63 on white background.



Black color preview on #765A63 background

This text has black color on #765A63 background.


White color preview on #765A63 background

This text has white color on #765A63 background.