COLOR #765E7A

HEX: #765E7A RGB: (118,94,122)

Color info

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

RGB color model

#765E7A color RGB value is (118,94,122).

RGB: (118,94,122) (46%, 37%, 48%)

RGB channels and saturation

R 118 of 255 = 46%
G 94 of 255 = 37%
B 122 of 255 = 48%

118
94
122

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

Portions of RGB colors in percentages

R + G + B = 118 + 94 + 122 = 334 (100%)
R 118 of 334 ~ 35.33%
G 94 of 334 ~ 28.14%
B 122 of 334 ~ 36.53'%

%35.33
%28.14
%36.53

CMYK color model

#765E7A color CMYK value is (3,23,0,52).

  • cyan value is 3.28%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (3,23,0,52)
C3M23Y0K52 (3%, 23%, 0%, 52%)
(0.03 / 0.23 / 0.00 / 0.52)

CMYK percentages

%3.28
%22.95
%0
%52.16

Codes

Color #765E7A in popluar color models

76 5E 7A
RGB 118 94 122
HSL 291° 12.96% 42.35%
HSB/HSV 291° 22.95% 47.84%
CMYK 3.28% 22.95% 0.00%
52.16%

Color #765E7A in popluar number systems.

HEX 76 5E 7A
Decimal 118 94 122
Binary 1110110 1011110 1111010
Octal 166 136 172

Shades and tints

Shades of #765E7A

#765E7A
(118,94,122)
#6C566F
(108,86,111)
#624E64
(98,78,100)
#584659
(88,70,89)
#4E3E4E
(78,62,78)
#443643
(68,54,67)
#3A2E38
(58,46,56)
#30262D
(48,38,45)
#261E22
(38,30,34)
#1C1617
(28,22,23)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #765E7A

#765E7A
(118,94,122)
#826C86
(130,108,134)
#8E7A92
(142,122,146)
#9A889E
(154,136,158)
#A696AA
(166,150,170)
#B2A4B6
(178,164,182)
#BEB2C2
(190,178,194)
#CAC0CE
(202,192,206)
#D6CEDA
(214,206,218)
#E2DCE6
(226,220,230)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765E7A; }

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

This text font color is #765E7A.

Background Color

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

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

This div background color is #765E7A.

Border color

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

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

This div border color is #765E7A.

Opacity

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

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

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

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

This text has shadow with #765E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765E7A.

Preview

Color preview on black background

This text has color #765E7A on black background.


Color preview on white background

This text has color #765E7A on white background.


Black color preview on #765E7A background

This text has black color on #765E7A background.


White color preview on #765E7A background

This text has white color on #765E7A background.


Related colors

Complementary color

Complementary color for #hex is #89A185.


I love getcolorcode.com

Triadic colors

1 #7A765E and #5E7A76 with #765E7A are triadic colors.

2 #7A5E76 and #5E767A with #765E7A are triadic colors.