COLOR #765F7B

HEX: #765F7B RGB: (118,95,123)

Color info

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

RGB color model

#765F7B color RGB value is (118,95,123).

RGB: (118,95,123) (46%, 37%, 48%)

RGB channels and saturation

R 118 of 255 = 46%
G 95 of 255 = 37%
B 123 of 255 = 48%

118
95
123

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

Portions of RGB colors in percentages

R + G + B = 118 + 95 + 123 = 336 (100%)
R 118 of 336 ~ 35.12%
G 95 of 336 ~ 28.27%
B 123 of 336 ~ 36.61'%

%35.12
%28.27
%36.61

CMYK color model

#765F7B color CMYK value is (4,23,0,52).

  • cyan value is 4.07%
  • magenta value is 22.76%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (4,23,0,52)
C4M23Y0K52 (4%, 23%, 0%, 52%)
(0.04 / 0.23 / 0.00 / 0.52)

CMYK percentages

%4.07
%22.76
%0
%51.76

Codes

Color #765F7B in popluar color models

76 5F 7B
RGB 118 95 123
HSL 289° 12.84% 42.75%
HSB/HSV 289° 22.76% 48.24%
CMYK 4.07% 22.76% 0.00%
51.76%

Color #765F7B in popluar number systems.

HEX 76 5F 7B
Decimal 118 95 123
Binary 1110110 1011111 1111011
Octal 166 137 173

Shades and tints

Shades of #765F7B

#765F7B
(118,95,123)
#6C5770
(108,87,112)
#624F65
(98,79,101)
#58475A
(88,71,90)
#4E3F4F
(78,63,79)
#443744
(68,55,68)
#3A2F39
(58,47,57)
#30272E
(48,39,46)
#261F23
(38,31,35)
#1C1718
(28,23,24)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #765F7B

#765F7B
(118,95,123)
#826D87
(130,109,135)
#8E7B93
(142,123,147)
#9A899F
(154,137,159)
#A697AB
(166,151,171)
#B2A5B7
(178,165,183)
#BEB3C3
(190,179,195)
#CAC1CF
(202,193,207)
#D6CFDB
(214,207,219)
#E2DDE7
(226,221,231)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765F7B color. Also use rgb(118,95,123) instead hex code.

Text Font Color

.myTextColor { color: #765F7B; }

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

This text font color is #765F7B.

Background Color

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

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

This div background color is #765F7B.

Border color

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

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

This div border color is #765F7B.

Opacity

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

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

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

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

This text has shadow with #765F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765F7B.

Preview

Color preview on black background

This text has color #765F7B on black background.


Color preview on white background

This text has color #765F7B on white background.


Black color preview on #765F7B background

This text has black color on #765F7B background.


White color preview on #765F7B background

This text has white color on #765F7B background.


Related colors

Complementary color

Complementary color for #hex is #89A084.


I love getcolorcode.com

Triadic colors

1 #7B765F and #5F7B76 with #765F7B are triadic colors.

2 #7B5F76 and #5F767B with #765F7B are triadic colors.