COLOR #765E79

HEX: #765E79 RGB: (118,94,121)

Color info

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

RGB color model

#765E79 color RGB value is (118,94,121).

RGB: (118,94,121) (46%, 37%, 47%)

RGB channels and saturation

R 118 of 255 = 46%
G 94 of 255 = 37%
B 121 of 255 = 47%

118
94
121

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

Portions of RGB colors in percentages

R + G + B = 118 + 94 + 121 = 333 (100%)
R 118 of 333 ~ 35.44%
G 94 of 333 ~ 28.23%
B 121 of 333 ~ 36.34'%

%35.44
%28.23
%36.34

CMYK color model

#765E79 color CMYK value is (2,22,0,53).

  • cyan value is 2.48%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (2,22,0,53)
C2M22Y0K53 (2%, 22%, 0%, 53%)
(0.02 / 0.22 / 0.00 / 0.53)

CMYK percentages

%2.48
%22.31
%0
%52.55

Codes

Color #765E79 in popluar color models

76 5E 79
RGB 118 94 121
HSL 293° 12.56% 42.16%
HSB/HSV 293° 22.31% 47.45%
CMYK 2.48% 22.31% 0.00%
52.55%

Color #765E79 in popluar number systems.

HEX 76 5E 79
Decimal 118 94 121
Binary 1110110 1011110 1111001
Octal 166 136 171

Shades and tints

Shades of #765E79

#765E79
(118,94,121)
#6C566E
(108,86,110)
#624E63
(98,78,99)
#584658
(88,70,88)
#4E3E4D
(78,62,77)
#443642
(68,54,66)
#3A2E37
(58,46,55)
#30262C
(48,38,44)
#261E21
(38,30,33)
#1C1616
(28,22,22)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #765E79

#765E79
(118,94,121)
#826C85
(130,108,133)
#8E7A91
(142,122,145)
#9A889D
(154,136,157)
#A696A9
(166,150,169)
#B2A4B5
(178,164,181)
#BEB2C1
(190,178,193)
#CAC0CD
(202,192,205)
#D6CED9
(214,206,217)
#E2DCE5
(226,220,229)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765E79; }

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

This text font color is #765E79.

Background Color

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

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

This div background color is #765E79.

Border color

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

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

This div border color is #765E79.

Opacity

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

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

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

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

This text has shadow with #765E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765E79.

Preview

Color preview on black background

This text has color #765E79 on black background.


Color preview on white background

This text has color #765E79 on white background.


Black color preview on #765E79 background

This text has black color on #765E79 background.


White color preview on #765E79 background

This text has white color on #765E79 background.


Related colors

Complementary color

Complementary color for #hex is #89A186.


I love getcolorcode.com

Triadic colors

1 #79765E and #5E7976 with #765E79 are triadic colors.

2 #795E76 and #5E7679 with #765E79 are triadic colors.