COLOR #765E81

HEX: #765E81 RGB: (118,94,129)

Color info

#765E81 contains red, green and blue colors in about the same proportion. Web safe color of #765E81 is #666699 (or #669).

RGB color model

#765E81 color RGB value is (118,94,129).

RGB: (118,94,129) (46%, 37%, 51%)

RGB channels and saturation

R 118 of 255 = 46%
G 94 of 255 = 37%
B 129 of 255 = 51%

118
94
129

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

Portions of RGB colors in percentages

R + G + B = 118 + 94 + 129 = 341 (100%)
R 118 of 341 ~ 34.6%
G 94 of 341 ~ 27.57%
B 129 of 341 ~ 37.83'%

%34.6
%27.57
%37.83

CMYK color model

#765E81 color CMYK value is (9,27,0,49).

  • cyan value is 8.53%
  • magenta value is 27.13%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (9,27,0,49)
C9M27Y0K49 (9%, 27%, 0%, 49%)
(0.09 / 0.27 / 0.00 / 0.49)

CMYK percentages

%8.53
%27.13
%0
%49.41

Codes

Color #765E81 in popluar color models

76 5E 81
RGB 118 94 129
HSL 281° 15.70% 43.73%
HSB/HSV 281° 27.13% 50.59%
CMYK 8.53% 27.13% 0.00%
49.41%

Color #765E81 in popluar number systems.

HEX 76 5E 81
Decimal 118 94 129
Binary 1110110 1011110 10000001
Octal 166 136 201

Shades and tints

Shades of #765E81

#765E81
(118,94,129)
#6C5676
(108,86,118)
#624E6B
(98,78,107)
#584660
(88,70,96)
#4E3E55
(78,62,85)
#44364A
(68,54,74)
#3A2E3F
(58,46,63)
#302634
(48,38,52)
#261E29
(38,30,41)
#1C161E
(28,22,30)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #765E81

#765E81
(118,94,129)
#826C8C
(130,108,140)
#8E7A97
(142,122,151)
#9A88A2
(154,136,162)
#A696AD
(166,150,173)
#B2A4B8
(178,164,184)
#BEB2C3
(190,178,195)
#CAC0CE
(202,192,206)
#D6CED9
(214,206,217)
#E2DCE4
(226,220,228)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765E81; }

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

This text font color is #765E81.

Background Color

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

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

This div background color is #765E81.

Border color

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

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

This div border color is #765E81.

Opacity

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

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

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

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

This text has shadow with #765E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765E81.

Preview

Color preview on black background

This text has color #765E81 on black background.


Color preview on white background

This text has color #765E81 on white background.


Black color preview on #765E81 background

This text has black color on #765E81 background.


White color preview on #765E81 background

This text has white color on #765E81 background.


Related colors

Complementary color

Complementary color for #hex is #89A17E.


I love getcolorcode.com

Triadic colors

1 #81765E and #5E8176 with #765E81 are triadic colors.

2 #815E76 and #5E7681 with #765E81 are triadic colors.