COLOR #765A73

HEX: #765A73 RGB: (118,90,115)

Color info

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

RGB color model

#765A73 color RGB value is (118,90,115).

RGB: (118,90,115) (46%, 35%, 45%)

RGB channels and saturation

R 118 of 255 = 46%
G 90 of 255 = 35%
B 115 of 255 = 45%

118
90
115

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

Portions of RGB colors in percentages

R + G + B = 118 + 90 + 115 = 323 (100%)
R 118 of 323 ~ 36.53%
G 90 of 323 ~ 27.86%
B 115 of 323 ~ 35.6'%

%36.53
%27.86
%35.6

CMYK color model

#765A73 color CMYK value is (0,24,3,54).

  • cyan value is 0.00%
  • magenta value is 23.73%
  • yellow value is 2.54%
  • key color value is 53.73%

CMYK: (0,24,3,54)
C0M24Y3K54 (0%, 24%, 3%, 54%)
(0.00 / 0.24 / 0.03 / 0.54)

CMYK percentages

%0
%23.73
%2.54
%53.73

Codes

Color #765A73 in popluar color models

76 5A 73
RGB 118 90 115
HSL 306° 13.46% 40.78%
HSB/HSV 306° 23.73% 46.27%
CMYK 0.00% 23.73% 2.54%
53.73%

Color #765A73 in popluar number systems.

HEX 76 5A 73
Decimal 118 90 115
Binary 1110110 1011010 1110011
Octal 166 132 163

Shades and tints

Shades of #765A73

#765A73
(118,90,115)
#6C5269
(108,82,105)
#624A5F
(98,74,95)
#584255
(88,66,85)
#4E3A4B
(78,58,75)
#443241
(68,50,65)
#3A2A37
(58,42,55)
#30222D
(48,34,45)
#261A23
(38,26,35)
#1C1219
(28,18,25)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #765A73

#765A73
(118,90,115)
#82697F
(130,105,127)
#8E788B
(142,120,139)
#9A8797
(154,135,151)
#A696A3
(166,150,163)
#B2A5AF
(178,165,175)
#BEB4BB
(190,180,187)
#CAC3C7
(202,195,199)
#D6D2D3
(214,210,211)
#E2E1DF
(226,225,223)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765A73; }

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

This text font color is #765A73.

Background Color

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

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

This div background color is #765A73.

Border color

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

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

This div border color is #765A73.

Opacity

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

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

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

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

This text has shadow with #765A73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765A73.

Preview

Color preview on black background

This text has color #765A73 on black background.


Color preview on white background

This text has color #765A73 on white background.


Black color preview on #765A73 background

This text has black color on #765A73 background.


White color preview on #765A73 background

This text has white color on #765A73 background.


Related colors

Complementary color

Complementary color for #hex is #89A58C.


I love getcolorcode.com

Triadic colors

1 #73765A and #5A7376 with #765A73 are triadic colors.

2 #735A76 and #5A7673 with #765A73 are triadic colors.